2020-09-07 02:09:14 UTC - aloyszhang: It seems there are some PR failed at `CI - Integration - Sql / sql` for the same reason. _`[ERROR] Tests run: 4, Failures: 2, Errors: 0, Skipped: 2, Time elapsed: 99.951 s <<< FAILURE! - in TestSuite`_ _`[ERROR] pulsar-test-suite(org.apache.pulsar.tests.integration.presto.TestBasicPresto) Time elapsed: 4.747 s <<< FAILURE!`_ _`org.apache.pulsar.tests.integration.docker.ContainerExecException: /bin/bash -c /pulsar/bin/pulsar sql --execute 'show schemas in pulsar;' failed on b1a0ef1b41e4b776745d0dd480b4e9bc0c3a6a491500c576c057719fad30b316 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)`_ _`[ERROR] pulsar-test-suite(org.apache.pulsar.tests.integration.presto.TestBasicPresto) Time elapsed: 3.382 s <<< FAILURE!`_ _`org.apache.pulsar.tests.integration.docker.ContainerExecException: /bin/bash -c /pulsar/bin/pulsar sql --execute 'show schemas in pulsar;' failed on b1a0ef1b41e4b776745d0dd480b4e9bc0c3a6a491500c576c057719fad30b316 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)`_ _`[INFO]`_ _`[INFO] Results:`_ _`[INFO]`_ _`[ERROR] Failures:`_ _`[ERROR] org.apache.pulsar.tests.integration.presto.TestBasicPresto.pulsar-test-suite(org.apache.pulsar.tests.integration.presto.TestBasicPresto)`_ _`[INFO] Run 1: PASS`_ _`[ERROR] Run 2: TestBasicPresto.testSimpleSQLQueryBatched » ContainerExec /bin/bash -c /pulsar...`_ _`[INFO] Run 3: PASS`_ _`[ERROR] Run 4: TestBasicPresto.testSimpleSQLQueryNonBatched » ContainerExec /bin/bash -c /pul...`_ _`[INFO]`_ _`[INFO]`_ _`[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0`_ can anybody help resolve this CI problem? ---- 2020-09-07 03:01:24 UTC - Hao Zhang: It seems was resolved by this PR <https://github.com/apache/pulsar/pull/7898>, you can merge your branch from pulsar/master ---- 2020-09-07 03:45:54 UTC - aloyszhang: ok,I’ll rebase and re-push my branch, thanks a lot. ----