[
https://issues.apache.org/jira/browse/KUDU-2956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Serbin updated KUDU-2956:
--------------------------------
Attachment:
TestAsyncKuduSession.testBatchErrorCauseSessionStuck-20200106.log.xz
> TestAsyncKuduSession.testBatchErrorCauseSessionStuck scenario is flaky
> ----------------------------------------------------------------------
>
> Key: KUDU-2956
> URL: https://issues.apache.org/jira/browse/KUDU-2956
> Project: Kudu
> Issue Type: Bug
> Components: client, java, test
> Affects Versions: 1.11.0
> Reporter: Alexey Serbin
> Priority: Major
> Attachments:
> TestAsyncKuduSession.testBatchErrorCauseSessionStuck-20200106.log.xz,
> TestAsyncKuduSession.testBatchErrorCauseSessionStuck.log.xz
>
>
> The {{testBatchErrorCauseSessionStuck}} scenario of the
> {{org.apache.kudu.client.TestAsyncKuduSession}} test sometimes fails with an
> error like below. I attached full test log.
> {noformat}
> There was 1 failure:
> 1)
> testBatchErrorCauseSessionStuck(org.apache.kudu.client.TestAsyncKuduSession)
> java.lang.AssertionError
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertFalse(Assert.java:64)
> at org.junit.Assert.assertFalse(Assert.java:74)
> at
> org.apache.kudu.client.TestAsyncKuduSession.testBatchErrorCauseSessionStuck(TestAsyncKuduSession.java:119)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
> at
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
> at
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> at
> org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
> at
> org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.lang.Thread.run(Thread.java:748)
> FAILURES!!!
> Tests run: 11, Failures: 1
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)