Balazs Hevele has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24009
Change subject: IMPALA-14718: Fix flaky tests in test_refresh_partition.py ...................................................................... IMPALA-14718: Fix flaky tests in test_refresh_partition.py Tests test_add_delete_data_to_hdfs_and_refresh and test_confirm_individual_refresh have to run serially, as they rely on tables not being refreshed between queries. E.g. test_confirm_individual_refresh checks the following: 1. adds partitions to a table 2. manually adds files through hdfs 3. checks that added data is not visible before a refresh With the test running parallelly, what can happen, is another test runs INVALIDATE METADATA between 2 and 3, and thus this test fails. Change-Id: Id90b76bc8df146a010044d1bd6a07c0d4d4e033e --- M tests/metadata/test_refresh_partition.py 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/09/24009/1 -- To view, visit http://gerrit.cloudera.org:8080/24009 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Id90b76bc8df146a010044d1bd6a07c0d4d4e033e Gerrit-Change-Number: 24009 Gerrit-PatchSet: 1 Gerrit-Owner: Balazs Hevele <[email protected]>
