Joe McDonnell has uploaded this change for review. ( 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 --- M tests/custom_cluster/test_exchange_delays.py 1 file changed, 17 insertions(+), 7 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/08/10208/1 -- 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: newchange Gerrit-Change-Id: I2e919a4e502b1e6a4156aafbbe4b5ddfe679ed89 Gerrit-Change-Number: 10208 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
