Noemi Pap-Takacs has uploaded this change for review. (
http://gerrit.cloudera.org:8080/24011
Change subject: IMPALA-14718: Fix flaky test test_confirm_individual_refresh
......................................................................
IMPALA-14718: Fix flaky test test_confirm_individual_refresh
The flakiness was introduced by 'test_table_repair': it executed a
global INVALIDATE METADATA that affected other tests running in
parallel.
'test_confirm_individual_refresh' failed because it was running
in parallel with 'test_iceberg.py::test_table_repair', which ran
an INVALIDATE METADATA exactly before a SELECT query of
'test_confirm_individual_refresh', which was checking that data in
its table is not reloaded. Due to the global invalidate, the data
was reloaded anyway.
Fix: do not allow global INVALIDATE METADATA queries in parallelly
running tests.
Change-Id: If798856ae9aa0c1cc429d49f0efd17acd7fa4333
---
M tests/query_test/test_iceberg.py
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/11/24011/1
--
To view, visit http://gerrit.cloudera.org:8080/24011
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: If798856ae9aa0c1cc429d49f0efd17acd7fa4333
Gerrit-Change-Number: 24011
Gerrit-PatchSet: 1
Gerrit-Owner: Noemi Pap-Takacs <[email protected]>