Tsz Wo Nicholas Sze created RATIS-506:
-----------------------------------------
Summary: ServerRestartTests.testRestartCommitIndex may fail
intermittently
Key: RATIS-506
URL: https://issues.apache.org/jira/browse/RATIS-506
Project: Ratis
Issue Type: Bug
Components: test
Reporter: Tsz Wo Nicholas Sze
Assignee: Tsz Wo Nicholas Sze
{code}
java.lang.AssertionError:
Expected :101
Actual :111
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at
org.apache.ratis.server.ServerRestartTests.runTestRestartCommitIndex(ServerRestartTests.java:276)
{code}
It seems that the test runs too fast so that the last metadata entry is not yet
written.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)