Joe McDonnell has uploaded this change for review. ( 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 --- M tests/metadata/test_ddl.py 1 file changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/25/24625/1 -- 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: newchange Gerrit-Change-Id: I547b8c0ccce79ebedb2b9a61e4d09e18b4acbbf8 Gerrit-Change-Number: 24625 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
