Add update FIXME to enable test 00/98400/3
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 11 Nov 2021 06:16:35 +0000 (07:16 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 11 Nov 2021 07:11:50 +0000 (08:11 +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>
opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/DistributedDataStoreRemotingIntegrationTest.java

index b1b380e646e1a0e63b1f0b4f3d985c6f45c1a178..60d03a7e69d0dedea952f5b5bbe577399617cb18 100644 (file)
@@ -1083,7 +1083,7 @@ public class DistributedDataStoreRemotingIntegrationTest extends AbstractTest {
 
     @Test
     public void testTransactionWithIsolatedLeader() throws Exception {
 
     @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.
         assumeTrue(DistributedDataStore.class.isAssignableFrom(testParameter));
 
         // Set the isolated leader check interval high so we can control the switch to IsolatedLeader.