You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Gura (JIRA)" <ji...@apache.org> on 2017/09/18 18:26:00 UTC

[jira] [Created] (IGNITE-6429) GridCachePreloadingEvictionsSelfTest.testEvictions test fails periodically

Andrey Gura created IGNITE-6429:
-----------------------------------

             Summary: GridCachePreloadingEvictionsSelfTest.testEvictions test fails periodically 
                 Key: IGNITE-6429
                 URL: https://issues.apache.org/jira/browse/IGNITE-6429
             Project: Ignite
          Issue Type: Bug
            Reporter: Andrey Gura
             Fix For: 2.3


{{GridCachePreloadingEvictionsSelfTest.testEvictions}} test fails periodically.

{noformat}
[2017-09-18 15:35:03,054][ERROR][main][root] Test failed.
java.lang.AssertionError: Sizes do not match [s1=5136, s2=5159]
    at org.apache.ignite.internal.processors.cache.GridCachePreloadingEvictionsSelfTest.checkCachesConsistency(GridCachePreloadingEvictionsSelfTest.java:243)
    at org.apache.ignite.internal.processors.cache.GridCachePreloadingEvictionsSelfTest.testEvictions(GridCachePreloadingEvictionsSelfTest.java:162)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at junit.framework.TestCase.runTest(TestCase.java:176)
    at org.apache.ignite.testframework.junits.GridAbstractTest.runTestInternal(GridAbstractTest.java:2000)
    at org.apache.ignite.testframework.junits.GridAbstractTest.access$000(GridAbstractTest.java:132)
    at org.apache.ignite.testframework.junits.GridAbstractTest$5.run(GridAbstractTest.java:1915)
    at java.lang.Thread.run(Thread.java:745)
{noformat}

After fix test should be unmuted on TC.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)