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 2019/10/30 21:39:03 UTC

[GitHub] [pulsar] candlerb commented on issue #5386: Update presto to 0.226

candlerb commented on issue #5386: Update presto to 0.226
URL: https://github.com/apache/pulsar/pull/5386#issuecomment-548124032
 
 
   Integration test failures:
   
   ```
   2019-10-30\T\10:08:12.926 [INFO] -------------------------------------------------------
   2019-10-30\T\10:08:12.926 [INFO]  T E S T S
   2019-10-30\T\10:08:12.926 [INFO] -------------------------------------------------------
   2019-10-30\T\10:08:13.423 [INFO] Running TestSuite
   2019-10-30\T\11:17:27.498 [ERROR] Tests run: 87, Failures: 2, Errors: 0, Skipped: 3, Time elapsed: 4,154.023 s <<< FAILURE! - in TestSuite
   2019-10-30\T\11:17:27.499 [ERROR] pulsar-test-suite(org.apache.pulsar.tests.integration.presto.TestBasicPresto)  Time elapsed: 2.261 s  <<< FAILURE!
   org.apache.pulsar.tests.integration.docker.ContainerExecException: /bin/bash -c /pulsar/bin/pulsar sql --execute 'show catalogs;' failed on 50bdfb36060ff10e83189f10195798c073c6de929f3aad743223a0cf366f5487 with error code 1
   	at org.apache.pulsar.tests.integration.utils.DockerUtils$2.onComplete(DockerUtils.java:259)
   	at com.github.dockerjava.core.exec.AbstrAsyncDockerCmdExec$1.onComplete(AbstrAsyncDockerCmdExec.java:51)
   	at org.testcontainers.dockerclient.transport.okhttp.OkHttpInvocationBuilder.lambda$executeAndStream$1(OkHttpInvocationBuilder.java:297)
   	at java.lang.Thread.run(Thread.java:748)
   
   2019-10-30\T\11:17:27.501 [ERROR] pulsar-test-suite(org.apache.pulsar.tests.integration.presto.TestBasicPresto)  Time elapsed: 2.273 s  <<< FAILURE!
   org.apache.pulsar.tests.integration.docker.ContainerExecException: /bin/bash -c /pulsar/bin/pulsar sql --execute 'show catalogs;' failed on 50bdfb36060ff10e83189f10195798c073c6de929f3aad743223a0cf366f5487 with error code 1
   	at org.apache.pulsar.tests.integration.utils.DockerUtils$2.onComplete(DockerUtils.java:259)
   	at com.github.dockerjava.core.exec.AbstrAsyncDockerCmdExec$1.onComplete(AbstrAsyncDockerCmdExec.java:51)
   	at org.testcontainers.dockerclient.transport.okhttp.OkHttpInvocationBuilder.lambda$executeAndStream$1(OkHttpInvocationBuilder.java:297)
   	at java.lang.Thread.run(Thread.java:748)
   ```
   
   I think it would be helpful to see `cee.getResult().getStderr()` here - maybe class ContainerExecException should include some stderr in its default string output.

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