Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/12560 )
Change subject: IMPALA-8064: Increase RUNTIME_FILTER_WAIT_TIME_MS for slow builds ...................................................................... IMPALA-8064: Increase RUNTIME_FILTER_WAIT_TIME_MS for slow builds Several ASAN runs of test_decimal_min_max_filters failed due to the filters not arriving in time. This was because the codegen time for the fragments was high and hence the scan node took long to complete. This change increases the wait time from 100000ms to 200000ms. Testing: Executed the test 1000 times on an ASAN build without any failures. Change-Id: Ib18075c2a480aad1331754cfd89a383dd58b0f2e Reviewed-on: http://gerrit.cloudera.org:8080/12560 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/query_test/test_runtime_filters.py 1 file changed, 3 insertions(+), 1 deletion(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/12560 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ib18075c2a480aad1331754cfd89a383dd58b0f2e Gerrit-Change-Number: 12560 Gerrit-PatchSet: 4 Gerrit-Owner: Pooja Nilangekar <[email protected]> Gerrit-Reviewer: Bikramjeet Vig <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Pooja Nilangekar <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
