Yida Wu has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/24675 )
Change subject: IMPALA-13219: test_rows_sent_counters is flaky due to CreateResultSetTime check ...................................................................... IMPALA-13219: test_rows_sent_counters is flaky due to CreateResultSetTime check The test_rows_sent_counters test expected CreateResultSetTime to be in the range of [2400, 2600] ms for 'SELECT sleep(100) FROM functional.alltypes LIMIT 25'. However, as noted in 'man 2 nanosleep', even after a sleep completes, there can still be a delay before the CPU becomes free to execute the calling thread. On loaded test environments, this CPU scheduling delay accumulates across the 25 rows, causing create_result_ms to slightly exceed 2600ms. To deflake this test, this patch increases the upper limit of create_result_ms from 2600ms to 2800ms. Change-Id: I115e0754dfcba8b153d94c23f191f15053b2db37 Reviewed-on: http://gerrit.cloudera.org:8080/24675 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Yida Wu <[email protected]> --- M tests/query_test/test_fetch.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Impala Public Jenkins: Verified Yida Wu: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/24675 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I115e0754dfcba8b153d94c23f191f15053b2db37 Gerrit-Change-Number: 24675 Gerrit-PatchSet: 3 Gerrit-Owner: Jiyoung Yoo <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Jiyoung Yoo <[email protected]> Gerrit-Reviewer: Yida Wu <[email protected]>
