Attila Bukor created KUDU-3282:
----------------------------------
Summary: TestScanToken.testBuildTokensWithDownTabletServer is flaky
Key: KUDU-3282
URL: https://issues.apache.org/jira/browse/KUDU-3282
Project: Kudu
Issue Type: Bug
Reporter: Attila Bukor
Doesn't show up on flaky dashboard, but it happened at least once:
{code}
1) testBuildTokensWithDownTabletServer(org.apache.kudu.client.TestScanToken)
java.lang.AssertionError: expected:<1> but was:<0>
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:633)
at
org.apache.kudu.client.TestScanToken.testBuildTokensWithDownTabletServer(TestScanToken.java:734)
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)