Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20030 )
Change subject: IMPALA-12148: Bump timeouts for TestAsyncDDLTiming::test_ctas() ...................................................................... IMPALA-12148: Bump timeouts for TestAsyncDDLTiming::test_ctas() TestAsyncDDLTiming::test_ctas() has been failing intermittently on ASAN test jobs and has been failing sporadically on all other types of test jobs. The test is running in parallel with other tests, so it is possible for the statement to take longer than expected. This bumps the timeout to avoid this flakiness. The actual test case is not testing that the statement is finishing in a particular amount of time. Testing: - Ran ASAN job Change-Id: I4030afad3a00c4492bf7296bde7b77e86437111f Reviewed-on: http://gerrit.cloudera.org:8080/20030 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/metadata/test_ddl.py 1 file changed, 6 insertions(+), 3 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/20030 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I4030afad3a00c4492bf7296bde7b77e86437111f Gerrit-Change-Number: 20030 Gerrit-PatchSet: 4 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Andrew Sherman <[email protected]> Gerrit-Reviewer: Daniel Becker <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]>
