Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-10909

GridCacheBalancingStoreSelfTest.testConcurrentLoad flaky test fail in Cache 1

Attach filesAttach ScreenshotAdd voteVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None

    Description

      
      junit.framework.AssertionFailedError: Redundant load call. expected:<1> but was:<2>
       at junit.framework.Assert.fail(Assert.java:57)
       at junit.framework.Assert.failNotEquals(Assert.java:329)
       at junit.framework.Assert.assertEquals(Assert.java:78)
       at junit.framework.Assert.assertEquals(Assert.java:234)
       at org.apache.ignite.cache.store.GridCacheBalancingStoreSelfTest$ConcurrentVerifyStore.load(GridCacheBalancingStoreSelfTest.java:363)
       at org.apache.ignite.cache.store.GridCacheBalancingStoreSelfTest$ConcurrentVerifyStore.load(GridCacheBalancingStoreSelfTest.java:340)
       at org.apache.ignite.internal.processors.cache.CacheStoreBalancingWrapper.load(CacheStoreBalancingWrapper.java:98)
       at org.apache.ignite.cache.store.GridCacheBalancingStoreSelfTest$2.run(GridCacheBalancingStoreSelfTest.java:180)
       at org.apache.ignite.testframework.GridTestUtils$7.call(GridTestUtils.java:1306)
       at org.apache.ignite.testframework.GridTestThread.run(GridTestThread.java:84)
      junit.framework.AssertionFailedError: Redundant load call. expected:<1> but was:<2>
       at junit.framework.Assert.fail(Assert.java:57)
       at junit.framework.Assert.failNotEquals(Assert.java:329)Failure in thread: Thread [id=25256, name=load-thread-3]
      
      at junit.framework.Assert.assertEquals(Assert.java:78)
       at junit.framework.Assert.assertEquals(Assert.java:234)
       at org.apache.ignite.cache.store.GridCacheBalancingStoreSelfTest$ConcurrentVerifyStore.load(GridCacheBalancingStoreSelfTest.java:363)
       at org.apache.ignite.cache.store.GridCacheBalancingStoreSelfTest$ConcurrentVerifyStore.load(GridCacheBalancingStoreSelfTest.java:340)
       at org.apache.ignite.internal.processors.cache.CacheStoreBalancingWrapper.load(CacheStoreBalancingWrapper.java:98)
       at org.apache.ignite.cache.store.GridCacheBalancingStoreSelfTest$2.run(GridCacheBalancingStoreSelfTest.java:180)
       at org.apache.ignite.testframework.GridTestUtils$7.call(GridTestUtils.java:1306)
       at org.apache.ignite.testframework.GridTestThread.run(GridTestThread.java:84)
      junit.framework.AssertionFailedError: Redundant load call. expected:<1> but was:<2>
       at junit.framework.Assert.fail(Assert.java:57)
       at junit.framework.Assert.failNotEquals(Assert.java:329)
       at junit.framework.Assert.assertEquals(Assert.java:78)
       at junit.framework.Assert.assertEquals(Assert.java:234)
       at org.apache.ignite.cache.store.GridCacheBalancingStoreSelfTest$ConcurrentVerifyStore.load(GridCacheBalancingStoreSelfTest.java:363)
       at org.apache.ignite.cache.store.GridCacheBalancingStoreSelfTest$ConcurrentVerifyStore.load(GridCacheBalancingStoreSelfTest.java:340)
       at org.apache.ignite.internal.processors.cache.CacheStoreBalancingWrapper.load(CacheStoreBalancingWrapper.java:98)
       at org.apache.ignite.cache.store.GridCacheBalancingStoreSelfTest$2.run(GridCacheBalancingStoreSelfTest.java:180)
       at org.apache.ignite.testframework.GridTestUtils$7.call(GridTestUtils.java:1306)
       at org.apache.ignite.testframework.GridTestThread.run(GridTestThread.java:84)
      java.lang.RuntimeException: java.lang.InterruptedException
       at org.apache.ignite.cache.store.GridCacheBalancingStoreSelfTest$2.run(GridCacheBalancingStoreSelfTest.java:175)
       at org.apache.ignite.testframework.GridTestUtils$7.call(GridTestUtils.java:1306)
       at org.apache.ignite.testframework.GridTestThread.run(GridTestThread.java:84)
      Caused by: java.lang.InterruptedException
       at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
       at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
       at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:234)
       at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
       at org.apache.ignite.cache.store.GridCacheBalancingStoreSelfTest$2.run(GridCacheBalancingStoreSelfTest.java:172)
       ... 2 more
      junit.framework.AssertionFailedError: Redundant load call. expected:<1> but was:<2>
       at junit.framework.Assert.fail(Assert.java:57)
       at junit.framework.Assert.failNotEquals(Assert.java:329)
       at junit.framework.Assert.assertEquals(Assert.java:78)
       at junit.framework.Assert.assertEquals(Assert.java:234)
       at org.apache.ignite.cache.store.GridCacheBalancingStoreSelfTest$ConcurrentVerifyStore.load(GridCacheBalancingStoreSelfTest.java:363)
       at org.apache.ignite.cache.store.GridCacheBalancingStoreSelfTest$ConcurrentVerifyStore.load(GridCacheBalancingStoreSelfTest.java:340)
       at org.apache.ignite.internal.processors.cache.CacheStoreBalancingWrapper.load(CacheStoreBalancingWrapper.java:98)
       at org.apache.ignite.cache.store.GridCacheBalancingStoreSelfTest$2.run(GridCacheBalancingStoreSelfTest.java:180)
       at org.apache.ignite.testframework.GridTestUtils$7.call(GridTestUtils.java:1306)
       at org.apache.ignite.testframework.GridTestThread.run(GridTestThread.java:84)
      [2019-01-11 20:42:56,955][ERROR][main][root] Test failed.
      junit.framework.AssertionFailedError: Redundant load call. expected:<1> but was:<2>
       at junit.framework.Assert.fail(Assert.java:57)
       at junit.framework.Assert.failNotEquals(Assert.java:329)
       at junit.framework.Assert.assertEquals(Assert.java:78)
       at junit.framework.Assert.assertEquals(Assert.java:234)
       at org.apache.ignite.cache.store.GridCacheBalancingStoreSelfTest$ConcurrentVerifyStore.load(GridCacheBalancingStoreSelfTest.java:363)
       at org.apache.ignite.cache.store.GridCacheBalancingStoreSelfTest$ConcurrentVerifyStore.load(GridCacheBalancingStoreSelfTest.java:340)
       at org.apache.ignite.internal.processors.cache.CacheStoreBalancingWrapper.load(CacheStoreBalancingWrapper.java:98)
       at org.apache.ignite.cache.store.GridCacheBalancingStoreSelfTest$2.run(GridCacheBalancingStoreSelfTest.java:180)
       at org.apache.ignite.testframework.GridTestUtils$7.call(GridTestUtils.java:1306)
       at org.apache.ignite.testframework.GridTestThread.run(GridTestThread.java:84)
      
      

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            Unassigned Unassigned
            DmitriyGovorukhin Dmitriy Govorukhin

            Dates

              Created:
              Updated:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0h
                0h
                Logged:
                Time Spent - 20m
                20m

                Slack

                  Issue deployment