Steve Carlin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23934 )
Change subject: IMPALA-14710: (addendum) Fixed flaky test in TestReduceExprShuttle ...................................................................... IMPALA-14710: (addendum) Fixed flaky test in TestReduceExprShuttle The previous fix still had race condition issues due to the order of static initialization. Putting the property value in the pom.xml file should fix this issue. Change-Id: I33baebaf5d678d437f7381d774c50de4f25f8431 Reviewed-on: http://gerrit.cloudera.org:8080/23934 Reviewed-by: Michael Smith <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M java/calcite-planner/pom.xml M java/calcite-planner/src/test/java/org/apache/impala/planner/TestReduceExprShuttle.java 2 files changed, 3 insertions(+), 6 deletions(-) Approvals: Michael Smith: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/23934 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I33baebaf5d678d437f7381d774c50de4f25f8431 Gerrit-Change-Number: 23934 Gerrit-PatchSet: 2 Gerrit-Owner: Steve Carlin <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Peter Rozsa <[email protected]> Gerrit-Reviewer: Steve Carlin <[email protected]>
