Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9165 )
Change subject: IMPALA-6455: unique tmpdirs for test_partition_metadata_compatibility ...................................................................... IMPALA-6455: unique tmpdirs for test_partition_metadata_compatibility Concurrent hive statements running in local mode can race to modify the contents of temporary directories - see IMPALA-6108. This applies the workaround for IMPALA-6108 to the run_stmt_in_hive() utility function, which is used by test_partition_metadata_compatibility. Testing: I wasn't able to reproduce the race locally, but I ran the test and confirmed that it still passed. I also confirmed that the temporary directories /tmp/impala-tests-* were created using "ls" while the tests were running. Change-Id: Ibabff859d19ddbb2a3048ecc02897a611d8ddb20 Reviewed-on: http://gerrit.cloudera.org:8080/9165 Reviewed-by: Philip Zeyliger <[email protected]> Tested-by: Impala Public Jenkins --- M bin/load-data.py M tests/common/impala_test_suite.py 2 files changed, 35 insertions(+), 13 deletions(-) Approvals: Philip Zeyliger: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/9165 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ibabff859d19ddbb2a3048ecc02897a611d8ddb20 Gerrit-Change-Number: 9165 Gerrit-PatchSet: 3 Gerrit-Owner: Tim Armstrong <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Philip Zeyliger <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
