You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Andrew Wong (JIRA)" <ji...@apache.org> on 2019/01/12 06:58:00 UTC

[jira] [Created] (KUDU-2662) TestKuduClient.testClientLocation is flaky

Andrew Wong created KUDU-2662:
---------------------------------

             Summary: TestKuduClient.testClientLocation is flaky
                 Key: KUDU-2662
                 URL: https://issues.apache.org/jira/browse/KUDU-2662
             Project: Kudu
          Issue Type: Bug
          Components: java, test
            Reporter: Andrew Wong
         Attachments: TEST-org.apache.kudu.client.TestKuduClient.xml

I've seen a few failures of TestKuduClient.testClientLocation with retries turned on. I've attached a log. Here is the error of interest:

 
org.junit.ComparisonFailure: expected:<[/L0]> but was:<[]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.kudu.client.TestKuduClient.testClientLocation(TestKuduClient.java:1174)
	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:483)
	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:745)



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