Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/21033 )
Change subject: IMPALA-12808: test_iceberg_deletes_and_updates failed by timeout error ...................................................................... IMPALA-12808: test_iceberg_deletes_and_updates failed by timeout error On some systems test_iceberg_deletes_and_updates fails because the delete thread cannot succeed as it always gets validation errors due to the concurrent UPDATEs. This patch adds SYNC_DDL=true to the DELETE/UPDATE threads, and also prints out the exceptions which can be useful to debug test failures in the future. Testing: * validated the fix in an environment where the test failed before Change-Id: Icb0b078df2d95f3a62b124b6148f2f32aa425be4 Reviewed-on: http://gerrit.cloudera.org:8080/21033 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/stress/test_update_stress.py 1 file changed, 9 insertions(+), 10 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/21033 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Icb0b078df2d95f3a62b124b6148f2f32aa425be4 Gerrit-Change-Number: 21033 Gerrit-PatchSet: 3 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]> Gerrit-Reviewer: Andrew Sherman <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
