You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/04/10 04:45:14 UTC

[GitHub] [druid] abhishekrb19 commented on issue #9661: Add 0.18.0 to .backportrc.json to facilitate backport.

abhishekrb19 commented on issue #9661: Add 0.18.0 to .backportrc.json to facilitate backport.
URL: https://github.com/apache/druid/pull/9661#issuecomment-611875446
 
 
   One of the tests [failed](https://travis-ci.org/github/apache/druid/jobs/673254319), but appears to be unrelated to this change:
   ```
   [INFO] Running org.apache.druid.server.initialization.JettyTest
   [ERROR] Tests run: 14, Failures: 0, Errors: 8, Skipped: 2, Time elapsed: 52.23 s <<< FAILURE! - in org.apache.druid.server.initialization.JettyTest
   [ERROR] testNumConnectionsMetricHttps(org.apache.druid.server.initialization.JettyTest)  Time elapsed: 5.878 s  <<< ERROR!
   java.lang.RuntimeException: Connections greater than 0
   	at org.apache.druid.server.initialization.JettyTest.waitForJettyServerModuleActiveConnectionsZero(JettyTest.java:520)
   	at org.apache.druid.server.initialization.JettyTest.testNumConnectionsMetricHttps(JettyTest.java:496)
   ```
   However, the test ran fine locally on my mac:
   ```
   [INFO] -------------------------------------------------------
   [INFO]  T E S T S
   [INFO] -------------------------------------------------------
   [INFO] Running org.apache.druid.server.initialization.JettyTest
   [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 10.404 s - in org.apache.druid.server.initialization.JettyTest
   [INFO]
   [INFO] Results:
   [INFO]
   [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 2
   [INFO]
   [INFO]
   [INFO] --- animal-sniffer-maven-plugin:1.17:check (check-java-api) @ druid-server ---
   [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time:  33.406 s
   [INFO] Finished at: 2020-04-09T21:40:13-07:00
   [INFO] ------------------------------------------------------------------------
   ```
   @suneet-s, is this a known 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org