tuteng opened a new issue #6274: [Flaky test]Integration SQL test failed URL: https://github.com/apache/pulsar/issues/6274 **Describe the bug** Execute command `show schemas pulsar;` ``` org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory to org.glassfish.jersey.internal.inject.InjectionManagerFactory 15:25:52.735 [tc-okhttp-stream-708057752:org.apache.pulsar.tests.integration.utils.DockerUtils$2@221] INFO org.apache.pulsar.tests.integration.utils.DockerUtils - DOCKER.exec(TestBasicPresto-fvuvk-presto-worker:/bin/bash -c /pulsar/bin/pulsar sql --execute 'show schemas in pulsar;'): STDERR: 15:25:52.735 [tc-okhttp-stream-708057752:org.apache.pulsar.tests.integration.utils.DockerUtils$2@221] INFO org.apache.pulsar.tests.integration.utils.DockerUtils - DOCKER.exec(TestBasicPresto-fvuvk-presto-worker:/bin/bash -c /pulsar/bin/pulsar sql --execute 'show schemas in pulsar;'): STDERR: 15:25:52.784 [tc-okhttp-stream-708057752:org.apache.pulsar.tests.integration.utils.DockerUtils$2@236] INFO org.apache.pulsar.tests.integration.utils.DockerUtils - DOCKER.exec(TestBasicPresto-fvuvk-presto-worker:/bin/bash -c /pulsar/bin/pulsar sql --execute 'show schemas in pulsar;'): Done 15:25:52.786 [tc-okhttp-stream-708057752:org.apache.pulsar.tests.integration.utils.DockerUtils$2@254] INFO org.apache.pulsar.tests.integration.utils.DockerUtils - DOCKER.exec(TestBasicPresto-fvuvk-presto-worker:/bin/bash -c /pulsar/bin/pulsar sql --execute 'show schemas in pulsar;'): completed with 1 15:25:52.786 [tc-okhttp-stream-708057752:org.apache.pulsar.tests.integration.utils.DockerUtils$2@257] ERROR org.apache.pulsar.tests.integration.utils.DockerUtils - DOCKER.exec(TestBasicPresto-fvuvk-presto-worker:/bin/bash -c /pulsar/bin/pulsar sql --execute 'show schemas in pulsar;'): completed with non zero return code: 1 stdout: stderr: Query 20200208_152552_00008_u94b7 failed: Failed to get schemas from pulsar: Cannot cast org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory to org.glassfish.jersey.internal.inject.InjectionManagerFactory ``` **To Reproduce** Steps to reproduce the behavior: ``` mvn -B -f tests/docker-images/pom.xml install -am -Pdocker -DskipTests mvn -B -f tests/pom.xml test -DintegrationTestSuiteFile=pulsar-sql.xml -DintegrationTests -DredirectTestOutputToFile=false ``` **Expected behavior** SQL test pass **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: [e.g. iOS] **Additional context** Add any other context about the problem here.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
