You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Tsz-wo Sze (Jira)" <ji...@apache.org> on 2020/02/20 18:35:00 UTC

[jira] [Updated] (RATIS-819) testBasicInstallSnapshot is failing with metric

     [ https://issues.apache.org/jira/browse/RATIS-819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz-wo Sze updated RATIS-819:
-----------------------------
    Description: 
{code}
java.lang.AssertionError
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.apache.ratis.statemachine.RaftSnapshotBaseTest.verifyTakeSnapshotMetric(RaftSnapshotBaseTest.java:257)
	at org.apache.ratis.statemachine.RaftSnapshotBaseTest.testBasicInstallSnapshot(RaftSnapshotBaseTest.java:236)
	...
{code}
It can be reproduced by running TestRaftSnapshotWithSimulatedRpc a few times.

  was:
{code}
java.lang.AssertionError
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.apache.ratis.statemachine.RaftSnapshotBaseTest.verifyTakeSnapshotMetric(RaftSnapshotBaseTest.java:257)
	at org.apache.ratis.statemachine.RaftSnapshotBaseTest.testBasicInstallSnapshot(RaftSnapshotBaseTest.java:236)
	...
{code}


> testBasicInstallSnapshot is failing with metric
> -----------------------------------------------
>
>                 Key: RATIS-819
>                 URL: https://issues.apache.org/jira/browse/RATIS-819
>             Project: Ratis
>          Issue Type: Bug
>          Components: test
>            Reporter: Tsz-wo Sze
>            Assignee: Aravindan Vijayan
>            Priority: Minor
>
> {code}
> java.lang.AssertionError
> 	at org.junit.Assert.fail(Assert.java:86)
> 	at org.junit.Assert.assertTrue(Assert.java:41)
> 	at org.junit.Assert.assertTrue(Assert.java:52)
> 	at org.apache.ratis.statemachine.RaftSnapshotBaseTest.verifyTakeSnapshotMetric(RaftSnapshotBaseTest.java:257)
> 	at org.apache.ratis.statemachine.RaftSnapshotBaseTest.testBasicInstallSnapshot(RaftSnapshotBaseTest.java:236)
> 	...
> {code}
> It can be reproduced by running TestRaftSnapshotWithSimulatedRpc a few times.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)