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 Nicholas Sze (JIRA)" <ji...@apache.org> on 2019/06/03 06:54:00 UTC

[jira] [Updated] (RATIS-149) TestGrpcOutputStream.testSimpleWrite may fail

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

Tsz Wo Nicholas Sze updated RATIS-149:
--------------------------------------
    Description: 
Two different failure cases:
- {code}
java.lang.AssertionError: expected:<500> but was:<350>
	at org.apache.ratis.grpc.TestRaftStream.checkLog(TestRaftStream.java:106)
	at org.apache.ratis.grpc.TestRaftStream.testSimpleWrite(TestRaftStream.java:100)
{code}
- {code}
org.junit.internal.ArrayComparisonFailure: arrays first differed at element [0]; expected:<63> but was:<-81>
	at org.apache.ratis.grpc.TestRaftStream.checkLog(TestRaftStream.java:114)
	at org.apache.ratis.grpc.TestRaftStream.testSimpleWrite(TestRaftStream.java:100)
{code}
Note that TestRaftStream was rename to TestGrpcOutputStream

  was:
Two different failure cases:
- {code}
java.lang.AssertionError: expected:<500> but was:<350>
	at org.apache.ratis.grpc.TestRaftStream.checkLog(TestRaftStream.java:106)
	at org.apache.ratis.grpc.TestRaftStream.testSimpleWrite(TestRaftStream.java:100)
{code}
- {code}
org.junit.internal.ArrayComparisonFailure: arrays first differed at element [0]; expected:<63> but was:<-81>
	at org.apache.ratis.grpc.TestRaftStream.checkLog(TestRaftStream.java:114)
	at org.apache.ratis.grpc.TestRaftStream.testSimpleWrite(TestRaftStream.java:100)
{code}

        Summary: TestGrpcOutputStream.testSimpleWrite may fail  (was: TestRaftStream.testSimpleWrite may fail)

> TestGrpcOutputStream.testSimpleWrite may fail
> ---------------------------------------------
>
>                 Key: RATIS-149
>                 URL: https://issues.apache.org/jira/browse/RATIS-149
>             Project: Ratis
>          Issue Type: Bug
>          Components: test
>            Reporter: Tsz Wo Nicholas Sze
>            Assignee: Jing Zhao
>            Priority: Major
>
> Two different failure cases:
> - {code}
> java.lang.AssertionError: expected:<500> but was:<350>
> 	at org.apache.ratis.grpc.TestRaftStream.checkLog(TestRaftStream.java:106)
> 	at org.apache.ratis.grpc.TestRaftStream.testSimpleWrite(TestRaftStream.java:100)
> {code}
> - {code}
> org.junit.internal.ArrayComparisonFailure: arrays first differed at element [0]; expected:<63> but was:<-81>
> 	at org.apache.ratis.grpc.TestRaftStream.checkLog(TestRaftStream.java:114)
> 	at org.apache.ratis.grpc.TestRaftStream.testSimpleWrite(TestRaftStream.java:100)
> {code}
> Note that TestRaftStream was rename to TestGrpcOutputStream



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