Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/16333 )
Change subject: IMPALA-10077: Increase timeout for test_concurrent_invalidate_metadata ...................................................................... IMPALA-10077: Increase timeout for test_concurrent_invalidate_metadata test_concurrent_invalidate_metadata runs 20 iterations for concurrent invalidate metadata commands. Each iteration could take more than 6s. So it's easy to hit the current timeout limit, 120s. The main purpose of this test is to detect metadata bugs that could cause invalidate metadata hanging. It's not for performance. So this patch increases the timeout limit to 300s to fix the flakiness. Change-Id: I47e9f4793117b9a726fde165adea68ce31f539a8 Reviewed-on: http://gerrit.cloudera.org:8080/16333 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/custom_cluster/test_concurrent_ddls.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/16333 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I47e9f4793117b9a726fde165adea68ce31f539a8 Gerrit-Change-Number: 16333 Gerrit-PatchSet: 3 Gerrit-Owner: Quanlong Huang <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
