Michael Smith has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/24625 )
Change subject: IMPALA-15208: Bump wait time for TestAsyncDDL.test_get_operation_status_for_async_ddl ...................................................................... IMPALA-15208: Bump wait time for TestAsyncDDL.test_get_operation_status_for_async_ddl After the fix for IMPALA-13690, there has been occasional flakiness where TestAsyncDDL.test_get_operation_status_for_async_ddl is timing out waiting for the query to transition from RUNNING to FINISHED. It currently waits 5 seconds, which is 2 seconds for the sleep in the query plus another 3 seconds as a buffer. These failures tend to happen on slower build types like ASAN and code coverage. The actual execution time of the query is not really what we are testing, so this bumps the wait time to 12 seconds (2 for the sleep plus 10 seconds as a buffer). Testing: - Ran TestAsyncDDL.test_get_operation_status_for_async_ddl locally Change-Id: I547b8c0ccce79ebedb2b9a61e4d09e18b4acbbf8 Reviewed-on: http://gerrit.cloudera.org:8080/24625 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Arnab Karmakar <[email protected]> Reviewed-by: Michael Smith <[email protected]> --- M tests/metadata/test_ddl.py 1 file changed, 3 insertions(+), 1 deletion(-) Approvals: Impala Public Jenkins: Verified Arnab Karmakar: Looks good to me, but someone else must approve Michael Smith: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/24625 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I547b8c0ccce79ebedb2b9a61e4d09e18b4acbbf8 Gerrit-Change-Number: 24625 Gerrit-PatchSet: 2 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Arnab Karmakar <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
