Quanlong Huang has uploaded this change for review. ( 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 --- M tests/metadata/test_load.py 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/52/19452/1 -- 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: newchange Gerrit-Change-Id: I1060aeb12bc4e90d676f79283ce378847dd16a3c Gerrit-Change-Number: 19452 Gerrit-PatchSet: 1 Gerrit-Owner: Quanlong Huang <[email protected]>
