mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 19:16:53 +00:00
Merge remote-tracking branch 'upstream/develop' into develop
This commit is contained in:
commit
e32456aba0
@ -4774,9 +4774,9 @@ object APIUtil extends MdcLoggable with CustomJsonFormats{
|
||||
val (serviceNameCounterLatest, serviceNameOpenFuturesCounterLatest) = serviceNameCountersMap.getOrDefault(serviceName,(0,0))
|
||||
|
||||
if(serviceNameOpenFuturesCounterLatest>=expectedOpenFuturesPerService) {
|
||||
logger.warn(s"incrementFutureCounter says: serviceName is $serviceName, serviceNameOpenFuturesCounterLatest is ${serviceNameOpenFuturesCounterLatest}, which is over expectedOpenFuturesPerService($expectedOpenFuturesPerService)")
|
||||
logger.warn(s"WARNING! incrementFutureCounter says: serviceName is $serviceName, serviceNameOpenFuturesCounterLatest is ${serviceNameOpenFuturesCounterLatest}, which is over expectedOpenFuturesPerService($expectedOpenFuturesPerService)")
|
||||
}
|
||||
logger.debug(s"incrementFutureCounter says: serviceName is $serviceName, serviceNameCounterLatest is ${serviceNameCounterLatest}, serviceNameOpenFuturesCounterLatest is ${serviceNameOpenFuturesCounterLatest}")
|
||||
logger.debug(s"For your information: incrementFutureCounter says: serviceName is $serviceName, serviceNameCounterLatest is ${serviceNameCounterLatest}, serviceNameOpenFuturesCounterLatest is ${serviceNameOpenFuturesCounterLatest}")
|
||||
}
|
||||
|
||||
def decrementFutureCounter(serviceName:String) = {
|
||||
|
||||
@ -53,6 +53,8 @@ import scala.concurrent.duration.Duration
|
||||
|
||||
class ConnectorMethodTest extends V400ServerSetup {
|
||||
|
||||
setPropsValues("starConnector_supported_types" -> "mapped,internal")
|
||||
setPropsValues("connector" -> "star")
|
||||
val requestGetBank = (v4_0_0_Request / "banks" / "123").GET
|
||||
val rightEntity = MethodRoutingCommons("getBank", "internal", false, Some("*"), List(MethodRoutingParam("url", "http://mydomain.com/xxx")))
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user