Noemi Pap-Takacs has submitted this change and it was merged. (
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: instead of global INVALIDATE METADATA, 'test_table_repair'
only invalidates its own table now.
Change-Id: If798856ae9aa0c1cc429d49f0efd17acd7fa4333
Reviewed-on: http://gerrit.cloudera.org:8080/24011
Reviewed-by: Balazs Hevele <[email protected]>
Reviewed-by: Csaba Ringhofer <[email protected]>
Tested-by: Noemi Pap-Takacs <[email protected]>
---
M tests/query_test/test_iceberg.py
1 file changed, 2 insertions(+), 1 deletion(-)
Approvals:
Balazs Hevele: Looks good to me, but someone else must approve
Csaba Ringhofer: Looks good to me, approved
Noemi Pap-Takacs: Verified
--
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: merged
Gerrit-Change-Id: If798856ae9aa0c1cc429d49f0efd17acd7fa4333
Gerrit-Change-Number: 24011
Gerrit-PatchSet: 3
Gerrit-Owner: Noemi Pap-Takacs <[email protected]>
Gerrit-Reviewer: Balazs Hevele <[email protected]>
Gerrit-Reviewer: Csaba Ringhofer <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Noemi Pap-Takacs <[email protected]>