Add update FIXME to enable test 86/98486/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 11 Nov 2021 06:16:35 +0000 (07:16 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 13 Nov 2021 18:14:14 +0000 (19:14 +0100)
Add an explicit reference to the issue tracking enablement of this
test.

JIRA: CONTROLLER-2018
Change-Id: I62fb6377e138cfb00deb0a3fd9093ec13f76dc46
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit f37b08069ae01215fb72e8d85db045c34c0ba6c2)
(cherry picked from commit 48626c41ed546bf19cbf8ae4137f6068dc24fffa)

opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/DistributedDataStoreRemotingIntegrationTest.java

index 2bcb5c8a50cb5920763d514c9f88674dc57096df..73334b941c5673d26874c4dc53d7f5cc9cceff26 100644 (file)
@@ -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.