Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23878 )
Change subject: IMPALA-14650: Run test_exec_time_limit_not_exceeded serially ...................................................................... IMPALA-14650: Run test_exec_time_limit_not_exceeded serially TestQueryExecTimeLimit.test_exec_time_limit_not_exceeded is currently flaky, occasionally failing to complete the count query within 60 seconds limit, maybe it is due to resource contention from concurrent tests. This patch marks the test for serial execution to isolate it from other tests. This ensures the query has sufficient resources to finish on time. Change-Id: I25f1e7053d4068d291ddc04064c921f54ad5172c Reviewed-on: http://gerrit.cloudera.org:8080/23878 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/query_test/test_exec_time_limit.py 1 file changed, 3 insertions(+), 1 deletion(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/23878 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I25f1e7053d4068d291ddc04064c921f54ad5172c Gerrit-Change-Number: 23878 Gerrit-PatchSet: 4 Gerrit-Owner: Yida Wu <[email protected]> Gerrit-Reviewer: Daniel Vanko <[email protected]> Gerrit-Reviewer: Fang-Yu Rao <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Jason Fehr <[email protected]> Gerrit-Reviewer: Yida Wu <[email protected]>
