Fix bottleneck on simulator requests 37/127237/2
authorandre.schmid <andre.schmid@est.tech>
Tue, 22 Feb 2022 13:50:12 +0000 (13:50 +0000)
committerandre.schmid <andre.schmid@est.tech>
Tue, 22 Feb 2022 19:57:35 +0000 (19:57 +0000)
commitd0c2403f1f7088d60b135976c40917302daf8b9e
tree66570d9b514a31ca7c9851543f2df95b281de2bf
parent69b3a6ed3730a516a636c40d4877c7f38ebbc111
Fix bottleneck on simulator requests

Removes unnecessary synchronized in one of the simulator methods,
which almost all calls pass through. This was restricting to execute
calls in parallel.

Change-Id: I7c53eee951c02031b78adacdc292aa51e6e66186
Issue-ID: SDC-3885
Signed-off-by: andre.schmid <andre.schmid@est.tech>
integration-tests/src/test/java/org/onap/sdc/frontend/ci/tests/pages/component/workspace/InterfaceDefinitionOperationsModal.java
utils/webseal-simulator/src/main/java/org/openecomp/sdc/webseal/simulator/SdcProxy.java