You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Roman Kondakov (JIRA)" <ji...@apache.org> on 2018/12/20 11:42:00 UTC

[jira] [Created] (IGNITE-10752) MVCC: Tests invariants are violated sometimes

Roman Kondakov created IGNITE-10752:
---------------------------------------

             Summary: MVCC: Tests invariants are violated sometimes
                 Key: IGNITE-10752
                 URL: https://issues.apache.org/jira/browse/IGNITE-10752
             Project: Ignite
          Issue Type: Bug
          Components: mvcc
            Reporter: Roman Kondakov


Sometimes tests are failed by violated invariants errors. For example, when total sum on accounts is not as expected.

Muted tests:
* {{CacheMvccPartitionedCoordinatorFailoverTest.testUpdate_N_Objects_Servers_Backups0__PutGet_CoordinatorFails_Persistence}}



{noformat}
junit.framework.AssertionFailedError: Unexpected error: junit.framework.AssertionFailedError: expected:<0> but was:<4>
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.ignite.internal.processors.cache.mvcc.CacheMvccAbstractTest$10.call(CacheMvccAbstractTest.java:1362)
	at org.apache.ignite.internal.processors.cache.mvcc.CacheMvccAbstractTest$10.call(CacheMvccAbstractTest.java:1350)
	at org.apache.ignite.testframework.GridTestThread.run(GridTestThread.java:84)
{noformat}




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)