Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/16301 )
Change subject: IMPALA-10054: Fix flakiness in test_multiple_sort_run_bytes_limits ...................................................................... IMPALA-10054: Fix flakiness in test_multiple_sort_run_bytes_limits test_multiple_sort_run_bytes_limits seems to become flaky in ubuntu-16.04-dockerised-tests. This flakiness may come from accuracy change in query estimates, the mem_limit specified in the test does not fit anymore, or query concurrency in mini cluster that may disturb expected memory allocation. This patch remove the second test case of test_multiple_sort_run_bytes_limits due to variability in several test run in the past. It does not compromise the test itself because the basic feature of sort_run_bytes_limit is still verifiable by the remaining test cases. The assertion is also changed a bit to allow easier debugging in case test regression occurs again in the future. Testing: - Run and pass test_sort.py Change-Id: I84a8b579c943cddba4432cf183f7f002ef8ec6ad Reviewed-on: http://gerrit.cloudera.org:8080/16301 Reviewed-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com> --- M tests/query_test/test_sort.py 1 file changed, 5 insertions(+), 5 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/16301 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I84a8b579c943cddba4432cf183f7f002ef8ec6ad Gerrit-Change-Number: 16301 Gerrit-PatchSet: 6 Gerrit-Owner: Riza Suminto <riza.sumi...@cloudera.com> Gerrit-Reviewer: Attila Jeges <atti...@cloudera.com> Gerrit-Reviewer: Csaba Ringhofer <csringho...@cloudera.com> Gerrit-Reviewer: Gabor Kaszab <gaborkas...@cloudera.com> Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com> Gerrit-Reviewer: Riza Suminto <riza.sumi...@cloudera.com> Gerrit-Reviewer: Sahil Takiar <stak...@cloudera.com>