Michael Smith has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/24627 )
Change subject: IMPALA-15045: Deflake TestHS2.test_long_polling_full_sleep ...................................................................... IMPALA-15045: Deflake TestHS2.test_long_polling_full_sleep TestHS2.test_long_polling_full_sleep has a check of the timing of a single call to GetOperationStatus. On some slow build types (particularly UBSAN on ARM), the call is taking longer than the expected 100ms. The highest time seen in the failing tests is a little above 200ms. To avoid this flakiness, this increases the threshold to 250ms for slow build types. This is still well short of the runtime of the query. Testing: - Ran locally Change-Id: I2c24ca5e3caad74136ed7c6d0ad16c24ea627966 Reviewed-on: http://gerrit.cloudera.org:8080/24627 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Arnab Karmakar <[email protected]> Reviewed-by: Michael Smith <[email protected]> --- M tests/hs2/test_hs2.py 1 file changed, 6 insertions(+), 2 deletions(-) Approvals: Impala Public Jenkins: Verified Arnab Karmakar: Looks good to me, but someone else must approve Michael Smith: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/24627 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I2c24ca5e3caad74136ed7c6d0ad16c24ea627966 Gerrit-Change-Number: 24627 Gerrit-PatchSet: 2 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Arnab Karmakar <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
