Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11201 )
Change subject: IMPALA-7428: Fix flaky test_shell_command_line::test_large_sql ...................................................................... IMPALA-7428: Fix flaky test_shell_command_line::test_large_sql This patch fixes the flaky test by rewriting the test to perform a large query from a non-existent table instead since the test focuses on Impala shell performance and not Impala performance in general. This patch also reduces the time limit from 30 seconds to 10 seconds and increases the number of columns in the query to 10K. Testing: - Ran all shell tests Change-Id: Ic87891f34872da65aac5ce02caf01da1c050efa5 Reviewed-on: http://gerrit.cloudera.org:8080/11201 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/shell/test_shell_commandline.py 1 file changed, 12 insertions(+), 18 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/11201 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ic87891f34872da65aac5ce02caf01da1c050efa5 Gerrit-Change-Number: 11201 Gerrit-PatchSet: 5 Gerrit-Owner: Fredy Wijaya <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Fredy Wijaya <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Brown <[email protected]>
