devinbost commented on pull request #10217:
URL: https://github.com/apache/pulsar/pull/10217#issuecomment-822025225
Looks like we missed a flaky test. @lhotari
org.apache.pulsar.tests.integration.io.PulsarGenericObjectSinkTest created
1 new threads
2021-04-17 20:21:28,701 - INFO - [main:FastThreadLocalCleanupListener@53] -
Cleaning up FastThreadLocal thread local state.
Error: Tests run: 9, Failures: 1, Errors: 0, Skipped: 3, Time elapsed:
382.475 s <<< FAILURE! - in TestSuite
Error:
testGenericObjectSink(org.apache.pulsar.tests.integration.io.PulsarGenericObjectSinkTest)
Time elapsed: 47.627 s <<< FAILURE!
java.lang.AssertionError: Sink was restarted, probably an error occurred
expected [true] but found [false]
at org.testng.Assert.fail(Assert.java:99)
at org.testng.Assert.failNotEquals(Assert.java:1037)
at org.testng.Assert.assertTrue(Assert.java:45)
at
org.apache.pulsar.tests.integration.io.PulsarGenericObjectSinkTest.testGenericObjectSink(PulsarGenericObjectSinkTest.java:142)
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.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:132)
at
org.testng.internal.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:45)
at
org.testng.internal.InvokeMethodRunnable.call(InvokeMethodRunnable.java:73)
at
org.testng.internal.InvokeMethodRunnable.call(InvokeMethodRunnable.java:11)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
[INFO]
[INFO] Results:
[INFO]
Error: Failures:
Error:
org.apache.pulsar.tests.integration.io.PulsarGenericObjectSinkTest.testGenericObjectSink(org.apache.pulsar.tests.integration.io.PulsarGenericObjectSinkTest)
[INFO] Run 1: PASS
Error: Run 2: PulsarGenericObjectSinkTest.testGenericObjectSink:142 Sink
was restarted, probably an error occurred expected [true] but found [false]
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]