Quanlong Huang has uploaded this change for review. ( 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 --- M tests/metadata/test_load.py 1 file changed, 5 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/50/19350/1 -- 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: newchange Gerrit-Change-Id: I2ee29c93fb1dcf14c6adb9f320fde70baa72cadd Gerrit-Change-Number: 19350 Gerrit-PatchSet: 1 Gerrit-Owner: Quanlong Huang <[email protected]>
