You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by gi...@git.apache.org on 2017/07/17 23:47:46 UTC

[GitHub] rdhabalia opened a new issue #578: Intermittent test failure: Websocket.LookupProtocolTest

rdhabalia opened a new issue #578: Intermittent test failure: Websocket.LookupProtocolTest
URL: https://github.com/apache/incubator-pulsar/issues/578
 
 
   Intermittent test failure of [Websocket.LookupProtocolTest](https://github.com/apache/incubator-pulsar/blob/master/pulsar-websocket/src/test/java/org/apache/pulsar/websocket/LookupProtocolTest.java)
   
   
   ```
   Running TestSuite
   Tests run: 6, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 40.726 sec <<< FAILURE! - in TestSuite
   binaryLookupTest(org.apache.pulsar.websocket.LookupProtocolTest)  Time elapsed: 10.009 sec  <<< FAILURE!
   org.testng.internal.thread.ThreadTimeoutException: Method org.testng.internal.TestNGMethod.binaryLookupTest() didn't finish within the time-out 10000
   	at org.apache.pulsar.websocket.LookupProtocolTest.binaryLookupTest(LookupProtocolTest.java:68)
   
   binaryTlsLookupTest(org.apache.pulsar.websocket.LookupProtocolTest)  Time elapsed: 10.002 sec  <<< FAILURE!
   org.testng.internal.thread.ThreadTimeoutException: Method org.testng.internal.TestNGMethod.binaryTlsLookupTest() didn't finish within the time-out 10000
   	at org.apache.pulsar.websocket.LookupProtocolTest.binaryTlsLookupTest(LookupProtocolTest.java:85)
   
   httpLookupTest(org.apache.pulsar.websocket.LookupProtocolTest)  Time elapsed: 10.001 sec  <<< FAILURE!
   org.testng.internal.thread.ThreadTimeoutException: Method org.testng.internal.TestNGMethod.httpLookupTest() didn't finish within the time-out 10000
   	at org.apache.pulsar.websocket.LookupProtocolTest.httpLookupTest(LookupProtocolTest.java:36)
   
   httpsLookupTest(org.apache.pulsar.websocket.LookupProtocolTest)  Time elapsed: 10.006 sec  <<< FAILURE!
   org.testng.internal.thread.ThreadTimeoutException: Method org.testng.internal.TestNGMethod.httpsLookupTest() didn't finish within the time-out 10000
   	at org.apache.pulsar.websocket.LookupProtocolTest.httpsLookupTest(LookupProtocolTest.java:52)
   
   
   Results :
   
   Failed tests: 
     LookupProtocolTest.binaryLookupTest:68 ? ThreadTimeout Method org.testng.inter...
     LookupProtocolTest.binaryTlsLookupTest:85 ? ThreadTimeout Method org.testng.in...
     LookupProtocolTest.httpLookupTest:36 ? ThreadTimeout Method org.testng.interna...
     LookupProtocolTest.httpsLookupTest:52 ? ThreadTimeout Method org.testng.intern...
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services