wecharyu commented on PR #4744: URL: https://github.com/apache/hive/pull/4744#issuecomment-1924414778
> @wecharyu, flaky run reported green, so looks like this PR introduced problem @deniskuzZ I could not reproduce this test failure in docker :( Here is a test result: ```bash [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hive-it-qfile --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ hive-it-qfile --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.144 s - in org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 51.450 s [INFO] Finished at: 2024-02-02T17:50:19Z [INFO] ------------------------------------------------------------------------ jenkins@ip-10-169-5-104:~/hive/itests/qtest$ sudo mvn test -Dtest=org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver -Dqfile=partition_explain_ddl.q ``` Could you also help run this test in your local and docker on both this patch and master to see if there was any failures? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
