Partially enable testSingleTransactionsWritesInQuickSuccession() 80/98380/6
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 9 Nov 2021 20:02:31 +0000 (21:02 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 10 Nov 2021 11:30:34 +0000 (12:30 +0100)
commit9503012683559849cd2f01b882b57fdcbcca59f0
tree8d1b6db85ba852b7b7d4a966afb9d386112086da
parent4e097d8d56a7e3814c63a69da183765fd4c78a56
Partially enable testSingleTransactionsWritesInQuickSuccession()

Split the asserts into two methods, asserting the two datastore
options. The ask-based path remains disabled because it currently
fails tests.

Also improve tell-based protocol assertions, which need to wait
for the purge process to settle.

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