You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/02 11:51:13 UTC

[GitHub] [pulsar] lhotari opened a new issue, #15897: Flaky-test: ClientCnxTest.testClientCnxTimeout

lhotari opened a new issue, #15897:
URL: https://github.com/apache/pulsar/issues/15897

   org.apache.pulsar.client.impl.ClientCnxTest is flaky. The testClientCnxTimeout test method fails sporadically.
   
   ```
   java.lang.NoClassDefFoundError: Could not initialize class org.apache.pulsar.common.protocol.Commands
   	at org.apache.pulsar.client.impl.ClientCnx.<init>(ClientCnx.java:209)
   	at org.apache.pulsar.client.impl.ClientCnxTest.testClientCnxTimeout(ClientCnxTest.java:55)
   ```
   
   Usage tip: To enable automatic navigation to failure message, open the following links with CTRL/CMD-click.  
   [example failure 2022-06-01T04:00:12.5747954Z](https://github.com/apache/pulsar/runs/6682553637?check_suite_focus=true#step:9:3387)  
   [example failure 2022-06-01T02:53:51.1189734Z](https://github.com/apache/pulsar/runs/6682028994?check_suite_focus=true#step:9:4865)  
   [example failure 2022-05-31T17:04:57.7207995Z](https://github.com/apache/pulsar/runs/6674573055?check_suite_focus=true#step:9:6479)  
   [example failure 2022-05-31T15:45:19.6406105Z](https://github.com/apache/pulsar/runs/6673827333?check_suite_focus=true#step:9:3407)  
   [example failure 2022-05-31T14:26:54.6265079Z](https://github.com/apache/pulsar/runs/6672385265?check_suite_focus=true#step:10:4939)  
   
   
   <details>
   <summary>Full exception stacktrace</summary>
   <code><pre>
   java.lang.NoClassDefFoundError: Could not initialize class org.apache.pulsar.common.protocol.Commands
   	at org.apache.pulsar.client.impl.ClientCnx.<init>(ClientCnx.java:209)
   	at org.apache.pulsar.client.impl.ClientCnxTest.testClientCnxTimeout(ClientCnxTest.java:55)
   	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
   	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
   	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.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
   	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   	at java.base/java.lang.Thread.run(Thread.java:833)
   
   </pre></code>
   </details>
   


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

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


[GitHub] [pulsar] lhotari commented on issue #15897: Flaky-test: ClientCnxTest.testClientCnxTimeout

Posted by GitBox <gi...@apache.org>.
lhotari commented on issue #15897:
URL: https://github.com/apache/pulsar/issues/15897#issuecomment-1145291513

   There was a bad test that caused the problems. #15911 fixes the issue.


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


[GitHub] [pulsar] Shoothzj closed issue #15897: Flaky-test: ClientCnxTest.testClientCnxTimeout

Posted by GitBox <gi...@apache.org>.
Shoothzj closed issue #15897: Flaky-test: ClientCnxTest.testClientCnxTimeout
URL: https://github.com/apache/pulsar/issues/15897


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