Csaba Ringhofer has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/24391 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Peter Rozsa <[email protected]> --- M tests/query_test/test_observability.py 1 file changed, 6 insertions(+), 3 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved Peter Rozsa: Verified -- 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: merged Gerrit-Change-Id: I33cad260858d393af168969679d014ab3d340e3f Gerrit-Change-Number: 24391 Gerrit-PatchSet: 5 Gerrit-Owner: Balazs Hevele <[email protected]> Gerrit-Reviewer: Balazs Hevele <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Peter Rozsa <[email protected]>
