From 572dc50f2584d29c8b31d4bab90b0ab8caada705 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 11 Nov 2021 07:16:35 +0100 Subject: [PATCH] Add update FIXME to enable test Add an explicit reference to the issue tracking enablement of this test. JIRA: CONTROLLER-2018 Change-Id: I62fb6377e138cfb00deb0a3fd9093ec13f76dc46 Signed-off-by: Robert Varga (cherry picked from commit f37b08069ae01215fb72e8d85db045c34c0ba6c2) (cherry picked from commit 48626c41ed546bf19cbf8ae4137f6068dc24fffa) --- .../datastore/DistributedDataStoreRemotingIntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/DistributedDataStoreRemotingIntegrationTest.java b/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/DistributedDataStoreRemotingIntegrationTest.java index 2bcb5c8a50..73334b941c 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/DistributedDataStoreRemotingIntegrationTest.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/DistributedDataStoreRemotingIntegrationTest.java @@ -1067,7 +1067,7 @@ public class DistributedDataStoreRemotingIntegrationTest extends AbstractTest { @Test public void testTransactionWithIsolatedLeader() throws Exception { - // FIXME: remove when test passes also for ClientBackedDataStore + // FIXME: CONTROLLER-2018: remove when test passes also for ClientBackedDataStore assumeTrue(DistributedDataStore.class.isAssignableFrom(testParameter)); // Set the isolated leader check interval high so we can control the switch to IsolatedLeader. -- 2.36.6