You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by "tisonkun (via GitHub)" <gi...@apache.org> on 2023/02/09 05:27:56 UTC

[GitHub] [pulsar] tisonkun commented on pull request #19468: [improve][io] Remove kafka-connect-avro-converter-shaded

tisonkun commented on PR #19468:
URL: https://github.com/apache/pulsar/pull/19468#issuecomment-1423655342

   Interesting. A steady unrelated test failure:
   
   ```
   2023-02-09T05:21:31.9981562Z [ERROR] testDebeziumMySqlSourceAvro(org.apache.pulsar.tests.integration.io.sources.debezium.PulsarDebeziumSourcesTest)  Time elapsed: 59.421 s  <<< FAILURE!
   2023-02-09T05:21:31.9982350Z java.lang.AssertionError: expected [1] but found [0]
   2023-02-09T05:21:31.9983177Z 	at org.testng.Assert.fail(Assert.java:110)
   2023-02-09T05:21:31.9983560Z 	at org.testng.Assert.failNotEquals(Assert.java:1413)
   2023-02-09T05:21:31.9983926Z 	at org.testng.Assert.assertEqualsImpl(Assert.java:149)
   2023-02-09T05:21:31.9984285Z 	at org.testng.Assert.assertEquals(Assert.java:131)
   2023-02-09T05:21:31.9984627Z 	at org.testng.Assert.assertEquals(Assert.java:1240)
   2023-02-09T05:21:31.9984973Z 	at org.testng.Assert.assertEquals(Assert.java:1274)
   2023-02-09T05:21:31.9985580Z 	at org.apache.pulsar.tests.integration.io.sources.PulsarIOSourceRunner.getSourceStatus(PulsarIOSourceRunner.java:212)
   2023-02-09T05:21:31.9987243Z 	at org.apache.pulsar.tests.integration.io.sources.debezium.PulsarIODebeziumSourceRunner.lambda$internalTestSource$0(PulsarIODebeziumSourceRunner.java:84)
   2023-02-09T05:21:31.9988177Z 	at net.jodah.failsafe.Functions.lambda$toSupplier$10(Functions.java:262)
   2023-02-09T05:21:31.9988574Z 	at net.jodah.failsafe.Functions.lambda$get$0(Functions.java:48)
   2023-02-09T05:21:31.9989032Z 	at net.jodah.failsafe.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:66)
   2023-02-09T05:21:31.9989494Z 	at net.jodah.failsafe.Execution.executeSync(Execution.java:128)
   2023-02-09T05:21:31.9989922Z 	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:379)
   2023-02-09T05:21:31.9990391Z 	at net.jodah.failsafe.FailsafeExecutor.run(FailsafeExecutor.java:212)
   2023-02-09T05:21:31.9991143Z 	at org.apache.pulsar.tests.integration.io.sources.debezium.PulsarIODebeziumSourceRunner.internalTestSource(PulsarIODebeziumSourceRunner.java:84)
   2023-02-09T05:21:31.9992154Z 	at org.apache.pulsar.tests.integration.io.sources.debezium.PulsarIODebeziumSourceRunner.testSource(PulsarIODebeziumSourceRunner.java:66)
   2023-02-09T05:21:31.9993162Z 	at org.apache.pulsar.tests.integration.io.sources.debezium.PulsarDebeziumSourcesTest.testDebeziumMySqlConnect(PulsarDebeziumSourcesTest.java:130)
   2023-02-09T05:21:31.9994240Z 	at org.apache.pulsar.tests.integration.io.sources.debezium.PulsarDebeziumSourcesTest.testDebeziumMySqlSourceAvro(PulsarDebeziumSourcesTest.java:63)
   2023-02-09T05:21:31.9995045Z 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   2023-02-09T05:21:31.9995609Z 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
   2023-02-09T05:21:31.9996233Z 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   2023-02-09T05:21:31.9996744Z 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
   2023-02-09T05:21:31.9997596Z 	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
   2023-02-09T05:21:31.9998206Z 	at org.testng.internal.invokers.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:47)
   2023-02-09T05:21:31.9998769Z 	at org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:76)
   2023-02-09T05:21:31.9999327Z 	at org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:11)
   2023-02-09T05:21:31.9999810Z 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   2023-02-09T05:21:32.0000294Z 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
   2023-02-09T05:21:32.0000827Z 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   2023-02-09T05:21:32.0001240Z 	at java.base/java.lang.Thread.run(Thread.java:833)
   2023-02-09T05:21:32.0001426Z 
   ```
   
   May revisit or rerun later.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org