BUG-5280: activate testTransactionRetryWithInitialAskTimeoutExOnCreateTx 63/55063/2
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 14 Apr 2017 18:16:41 +0000 (20:16 +0200)
committerTom Pantelis <tompantelis@gmail.com>
Mon, 17 Apr 2017 17:56:23 +0000 (17:56 +0000)
This test should work reliably, re-enable it.

Change-Id: I401983ea3579b95a3b37d2144a7085f132eba640
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 4e0619be1780c607d2d62c737d25ebde8857a691..0ba0b6ca6950666bbbe97234cf76e2ebd065491a 100644 (file)
@@ -1052,8 +1052,6 @@ public class DistributedDataStoreRemotingIntegrationTest extends AbstractTest {
 
     @Test
     public void testTransactionRetryWithInitialAskTimeoutExOnCreateTx() throws Exception {
-        //TODO remove when test passes also for ClientBackedDataStore
-        Assume.assumeTrue(testParameter.equals(DistributedDataStore.class));
         String testName = "testTransactionRetryWithInitialAskTimeoutExOnCreateTx";
         initDatastores(testName, MODULE_SHARDS_CARS_PEOPLE_1_2_3, CARS);