Uploaded image for project: 'controller'
  1. controller
  2. CONTROLLER-2018

Enable testTransactionWithIsolatedLeader() with ClientBackedDataStore

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Medium Medium
    • 3.0.13, 4.0.7, 2.0.10
    • None
    • clustering
    • None

      This test is currently disabled and is failing with:

      java.lang.AssertionError: unexpected exception type thrown; expected:<java.util.concurrent.ExecutionException> but was:<java.util.concurrent.TimeoutException>
      	at org.junit.Assert.assertThrows(Assert.java:1020)
      	at org.junit.Assert.assertThrows(Assert.java:981)
      	at org.opendaylight.controller.cluster.datastore.DistributedDataStoreRemotingIntegrationTest.testTransactionWithIsolatedLeader(DistributedDataStoreRemotingIntegrationTest.java:1110)
      Caused by: java.util.concurrent.TimeoutException: Waited 12 seconds (plus 217770 nanoseconds delay) for SettableFuture@654b899f[status=PENDING]
      	at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:508)
      	at com.google.common.util.concurrent.AbstractFuture$TrustedFuture.get(AbstractFuture.java:111)
      	at org.opendaylight.controller.cluster.datastore.IntegrationTestKit.doCommit(IntegrationTestKit.java:359)
      	at org.opendaylight.controller.cluster.datastore.DistributedDataStoreRemotingIntegrationTest.lambda$13(DistributedDataStoreRemotingIntegrationTest.java:1111)
      	at org.junit.Assert.assertThrows(Assert.java:1001)
      

            rovarga Robert Varga
            rovarga Robert Varga
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: