You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Alexey Serbin (Jira)" <ji...@apache.org> on 2019/09/25 00:34:00 UTC

[jira] [Created] (KUDU-2956) TestAsyncKuduSession.testBatchErrorCauseSessionStuck scenario is flaky

Alexey Serbin created KUDU-2956:
-----------------------------------

             Summary: 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
         Attachments: 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)