Deleting missing vnf-list entry cause infiniteLoop 27/24927/1
authorJoey Sullivan <joey.sullivan@amdocs.com>
Wed, 22 Nov 2017 21:22:02 +0000 (21:22 +0000)
committerJoey Sullivan <joey.sullivan@amdocs.com>
Wed, 22 Nov 2017 21:37:44 +0000 (21:37 +0000)
commit69453d796578d46f1c0b98964b3a786718a86863
tree3be3bf39287351978fdef2c54984aca9a8ee8cf5
parent1240ccff36e26154de009bb16a024e221566fb80
Deleting missing vnf-list entry cause infiniteLoop

Deleting a vnf-list entry that does not exist from
the databoker throws a
ModifiedNodeDoesNotExistException.  This
conflicted with the optimistic locking retry
mechanism causing a infinite loop.

Change-Id: I216a31eabf710ed365c8d928e4df0e866848eeca
Issue-ID: SDNC-156
Signed-off-by: Joey Sullivan <joey.sullivan@amdocs.com>
vnfapi/provider/pom.xml
vnfapi/provider/src/main/java/org/onap/sdnc/vnfapi/vnfapiProvider.java
vnfapi/provider/src/test/java/org/onap/sdnc/vnfapi/VnfApiProviderTest.java [new file with mode: 0644]
vnfapi/provider/src/test/java/org/onap/sdnc/vnfapi/VnfTopologyOperationRPCTest.java [new file with mode: 0644]
vnfapi/provider/src/test/java/org/onap/sdnc/vnfapi/util/DataBrokerUtil.java [new file with mode: 0644]
vnfapi/provider/src/test/java/org/onap/sdnc/vnfapi/util/MDSALUtil.java [new file with mode: 0644]
vnfapi/provider/src/test/java/org/onap/sdnc/vnfapi/util/PropBuilder.java [new file with mode: 0644]
vnfapi/provider/src/test/java/org/onap/sdnc/vnfapi/util/VNFSDNSvcLogicServiceClientMockUtil.java [new file with mode: 0644]