Fixing parallel event execution problem in APEX-PDP REST layer 24/119624/1
authora.sreekumar <ajith.sreekumar@bell.ca>
Thu, 18 Mar 2021 12:39:46 +0000 (12:39 +0000)
committerAjith Sreekumar <ajith.sreekumar@bell.ca>
Tue, 23 Mar 2021 14:16:21 +0000 (14:16 +0000)
commite5a1908b92c02c91ad3a703105e5ac212ab27f6b
tree8a0b4f77158fa96a826f647ff692f788201800ce
parentd98383f3f9cabc97efdebc066b06df856c29cdcf
Fixing parallel event execution problem in APEX-PDP REST layer

Parallel event execution in APEX was resulting in incorrect dynamic REST url. This issue is fixed in this review.

Change-Id: Id8a28c001a7fd7915df1f5909109bb369667ab40
Issue-ID: POLICY-3019
Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
(cherry picked from commit 369a94a9fd626b35d52c2e7ee5f19e6ff6e1b9d8)
plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-restrequestor/src/main/java/org/onap/policy/apex/plugins/event/carrier/restrequestor/ApexRestRequestorConsumer.java
services/services-engine/src/main/java/org/onap/policy/apex/service/engine/main/ApexEventUnmarshaller.java
testsuites/integration/integration-uservice-test/src/test/java/org/onap/policy/apex/testsuites/integration/uservice/adapt/restclient/TestExecutionPropertyRest.java
testsuites/integration/integration-uservice-test/src/test/java/org/onap/policy/apex/testsuites/integration/uservice/executionproperties/DummyApexEventConsumer.java
testsuites/integration/integration-uservice-test/src/test/resources/policies/executionproperties/logic/TaskFetchHttpCode.js
testsuites/integration/integration-uservice-test/src/test/resources/testdata/executionproperties/RESTHttpCodeFilterSetToTagUrlOK.json [deleted file]