Enable testTransactionWithIsolatedLeader() for tell-based protocol 74/98474/1
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 13 Nov 2021 14:47:43 +0000 (15:47 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 13 Nov 2021 14:48:23 +0000 (15:48 +0100)
commit7bc006db12e2d24756192309515f3d0bc65442f1
tree992c2f3b19fcec63c04c24a00b62ceaec00f894c
parent8fb36ccaa52066b016e648ef75d6e652fd47d990
Enable testTransactionWithIsolatedLeader() for tell-based protocol

Behaviour differs between ask-based (which fails) and tell-based (which
continues retrying). Modify the test suite to account for this
difference.

JIRA: CONTROLLER-2018
Change-Id: I208fd8aa8088558dbe2160168ee35182e02c97fa
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/DistributedDataStoreRemotingIntegrationTest.java