Add update FIXME to enable test 76/98476/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 16:42:23 +0000 (17:42 +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)

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

index 7e58d4241e17ad59233efb8abceb5bf42b397454..ecba93ed9c94f8ca7066982fb1ce2bb5485e2d2e 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.