Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/10208 )
Change subject: IMPALA-6866: Rework timeouts for test_exchange_delays.py ...................................................................... IMPALA-6866: Rework timeouts for test_exchange_delays.py Isilon has been failing on the exchange-delays-zero-rows test case due to slow scans. Running this part of the test with a larger value for stress_datastream_recvr_delay_ms solved the issue. Since this part of the test is sensitive to slow scans, I pulled this out into its own test. The new test can apply an extra delay for platforms with slow scans. This subsumes the fix for IMPALA-6811 and treats S3, ADLS, and ISILON as platforms with slow scans. test_exchange_small_delay and test_exchange_large_delay (minus exchange-delays-zero-rows) go back to the timeouts they were using before IMPALA-6811. These tests did not see issues with those timeouts. The new arrangement with test_exchange_large_delay_zero_rows does not change any timeouts except for Isilon. This applies a slow scan extra delay on top of Isilon's already slow build. Change-Id: I2e919a4e502b1e6a4156aafbbe4b5ddfe679ed89 Reviewed-on: http://gerrit.cloudera.org:8080/10208 Reviewed-by: Michael Brown <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/custom_cluster/test_exchange_delays.py 1 file changed, 17 insertions(+), 7 deletions(-) Approvals: Michael Brown: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/10208 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I2e919a4e502b1e6a4156aafbbe4b5ddfe679ed89 Gerrit-Change-Number: 10208 Gerrit-PatchSet: 3 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Brown <[email protected]>
