Michael Smith has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19350 )
Change subject: IMPALA-11794: Fix flakiness of TestLoadDataExternal.test_load by using dedicated table name ...................................................................... IMPALA-11794: Fix flakiness of TestLoadDataExternal.test_load by using dedicated table name IMPALA-11736 adds TestLoadDataExternal that uses the same table name used by an existing test (TestLoadData). These two tests both will clean up the test tables at the beginning and at the end. If they run concurrently, one of them will fail. Note that e2e tests are ran in parallel by default. This patch fixes TestLoadDataExternal to use a dedicated table name. Tests: - Verified locally Change-Id: I2ee29c93fb1dcf14c6adb9f320fde70baa72cadd Reviewed-on: http://gerrit.cloudera.org:8080/19350 Reviewed-by: Michael Smith <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/metadata/test_load.py 1 file changed, 5 insertions(+), 4 deletions(-) Approvals: Michael Smith: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/19350 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I2ee29c93fb1dcf14c6adb9f320fde70baa72cadd Gerrit-Change-Number: 19350 Gerrit-PatchSet: 2 Gerrit-Owner: Quanlong Huang <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]>
