You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Artem Shutak (JIRA)" <ji...@apache.org> on 2015/10/29 12:43:27 UTC

[jira] [Created] (IGNITE-1809) GridCacheAtomicMultiNodeP2PDisabledFullApiSelfTest.testWithSkipStore fails on TC sometimes

Artem Shutak created IGNITE-1809:
------------------------------------

             Summary: GridCacheAtomicMultiNodeP2PDisabledFullApiSelfTest.testWithSkipStore	fails on TC sometimes
                 Key: IGNITE-1809
                 URL: https://issues.apache.org/jira/browse/IGNITE-1809
             Project: Ignite
          Issue Type: Test
            Reporter: Artem Shutak
            Priority: Blocker
             Fix For: 1.5


GridCacheAtomicMultiNodeP2PDisabledFullApiSelfTest.testWithSkipStore	fails on TC sometimes.

Logs
{noformat}
junit.framework.AssertionFailedError: Expected: <null> but was: 230
    at junit.framework.Assert.fail(Assert.java:57)
    at junit.framework.Assert.assertTrue(Assert.java:22)
    at junit.framework.Assert.assertNull(Assert.java:277)
    at junit.framework.Assert.assertNull(Assert.java:268)
    at junit.framework.TestCase.assertNull(TestCase.java:438)
    at org.apache.ignite.internal.processors.cache.GridCacheAbstractFullApiSelfTest.testWithSkipStore(GridCacheAbstractFullApiSelfTest.java:4550)
    at sun.reflect.GeneratedMethodAccessor109.invoke(Unknown Source)
    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:1658)
    at org.apache.ignite.testframework.junits.GridAbstractTest.access$000(GridAbstractTest.java:112)
    at org.apache.ignite.testframework.junits.GridAbstractTest$4.run(GridAbstractTest.java:1596)
------- Stdout: -------
[21:00:58,689][INFO ][main][root] >>> Starting test: testWithSkipStore <<<
[21:00:59,506][INFO ][main][root] >>> Stopping test: testWithSkipStore in 816 ms <<<
[21:00:59,506][INFO ][main][root] Checking grid: 0
[21:00:59,512][INFO ][main][root] Size after [idx=0, size=0, keySize=0, primarySize=0, globalSize=0, globalPrimarySize=0, entrySet=CacheLocalEntries []]
[21:00:59,513][INFO ][main][root] Checking grid: 1
[21:00:59,518][INFO ][main][root] Size after [idx=1, size=0, keySize=0, primarySize=0, globalSize=0, globalPrimarySize=0, entrySet=CacheLocalEntries []]
[21:00:59,519][INFO ][main][root] Checking grid: 2
[21:00:59,524][INFO ][main][root] Size after [idx=2, size=0, keySize=0, primarySize=0, globalSize=0, globalPrimarySize=0, entrySet=CacheLocalEntries []]
[21:00:59,525][INFO ][main][root] Checking grid: 3
[21:00:59,530][INFO ][main][root] Size after [idx=3, size=0, keySize=0, primarySize=0, globalSize=0, globalPrimarySize=0, entrySet=CacheLocalEntries []]
------- Stderr: -------
[21:00:59,505][ERROR][main][root] Test failed.
junit.framework.AssertionFailedError: Expected: <null> but was: 230
    at junit.framework.Assert.fail(Assert.java:57)
    at junit.framework.Assert.assertTrue(Assert.java:22)
    at junit.framework.Assert.assertNull(Assert.java:277)
    at junit.framework.Assert.assertNull(Assert.java:268)
    at junit.framework.TestCase.assertNull(TestCase.java:438)
    at org.apache.ignite.internal.processors.cache.GridCacheAbstractFullApiSelfTest.testWithSkipStore(GridCacheAbstractFullApiSelfTest.java:4550)
    at sun.reflect.GeneratedMethodAccessor109.invoke(Unknown Source)
    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:1658)
    at org.apache.ignite.testframework.junits.GridAbstractTest.access$000(GridAbstractTest.java:112)
    at org.apache.ignite.testframework.junits.GridAbstractTest$4.run(GridAbstractTest.java:1596)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)