Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15726 )
Change subject: IMPALA-9650: Fix flakiness in RuntimeFilterTest ...................................................................... IMPALA-9650: Fix flakiness in RuntimeFilterTest IMPALA-9612 adds RuntimeFilterTest to the set of backend tests. It adds a delay injection code in runtime-filter.cc to reproduce the race condition. However, the delay injection code will be stripped out when Impala is build with release config. This patch remove the NDEBUG macro enclosing the delay injection code so that it will not be stripped out in release build. Testing: - Ran and pass pass backend tests against release build. Change-Id: Ie3a5e68a128a97524755eeee4f8a993f38a0ed48 Reviewed-on: http://gerrit.cloudera.org:8080/15726 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/runtime/runtime-filter.cc 1 file changed, 0 insertions(+), 2 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/15726 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ie3a5e68a128a97524755eeee4f8a993f38a0ed48 Gerrit-Change-Number: 15726 Gerrit-PatchSet: 3 Gerrit-Owner: Riza Suminto <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Thomas Tauber-Marshall <[email protected]>
