Balazs Hevele has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24391
Change subject: IMPALA-15064: Fix flakiness of test_query_profile_contains_query_compilation_metadata_load_events ...................................................................... IMPALA-15064: Fix flakiness of test_query_profile_contains_query_compilation_metadata_load_events This tests invalidates a table, runs a select query, and checks that the runtime profile contains a set of static lines. Some of these lines (e.g. CatalogFetch.RPCs.Bytes) are only included, with local catalog, if the table is still evicted from the cache. However, with it running parallelly with other tests, another query can fetch the table -between the invalidate and the select query- making the test fail. Fixed by using a unique database in this test instead of a common one. Change-Id: I33cad260858d393af168969679d014ab3d340e3f --- M tests/query_test/test_observability.py 1 file changed, 6 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/91/24391/1 -- To view, visit http://gerrit.cloudera.org:8080/24391 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I33cad260858d393af168969679d014ab3d340e3f Gerrit-Change-Number: 24391 Gerrit-PatchSet: 1 Gerrit-Owner: Balazs Hevele <[email protected]>
