Csaba Ringhofer created IMPALA-7428: ---------------------------------------
Summary: Flaky test: test_shell_commandline.py / test_large_sql Key: IMPALA-7428 URL: https://issues.apache.org/jira/browse/IMPALA-7428 Project: IMPALA Issue Type: Bug Components: Infrastructure Reporter: Csaba Ringhofer One of the test failures in https://jenkins.impala.io/job/gerrit-verify-dryrun/2983/consoleFull was: {code} 14:03:27 ] assert actual_time_s <= time_limit_s, ( 14:03:27 ] E AssertionError: It took 31.9429180622 seconds to execute the query. Time limit is 30 seconds. 14:03:27 ] E assert 31.942918062210083 <= 30 {code} This should not be related to the tested change, so I think that the test is flaky. -- This message was sent by Atlassian JIRA (v7.6.3#76005)