Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19452 )
Change subject: IMPALA-11285: Deflake timeout in test_async_load ...................................................................... IMPALA-11285: Deflake timeout in test_async_load The LOAD statement in TestAsyncLoadData.test_async_load intermittently times out in S3 builds. The test doesn't measure the performance of the query execution. It just makes sure the query succeed and asserts it waits more than 3s (when enable_async_load_data = True). It doesn't make sense to fail the test if the query runs longer than 10s. This bumps the timeout from 10s to 20s. Change-Id: I1060aeb12bc4e90d676f79283ce378847dd16a3c Reviewed-on: http://gerrit.cloudera.org:8080/19452 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/metadata/test_load.py 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/19452 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I1060aeb12bc4e90d676f79283ce378847dd16a3c Gerrit-Change-Number: 19452 Gerrit-PatchSet: 3 Gerrit-Owner: Quanlong Huang <[email protected]> Gerrit-Reviewer: Daniel Becker <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Yida Wu <[email protected]>
