Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
Fix flaky isolation - 1 (citusdata#5900)
Browse files Browse the repository at this point in the history
* Do not show any PG internal queries
  • Loading branch information
onderkalaci authored Apr 12, 2022
1 parent f34fc37 commit dd78c81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ step s2-view-worker:
('%dump_local_%'),
('%citus_internal_local_blocked_processes%'),
('%add_node%'),
('%csa_from_one_node%'))
('%csa_from_one_node%'),
('%pg_locks%'))
AND is_worker_query = true
AND backend_type = 'client backend'
AND query != ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ step "s2-view-worker"
('%dump_local_%'),
('%citus_internal_local_blocked_processes%'),
('%add_node%'),
('%csa_from_one_node%'))
('%csa_from_one_node%'),
('%pg_locks%'))
AND is_worker_query = true
AND backend_type = 'client backend'
AND query != ''
Expand Down

0 comments on commit dd78c81

Please sign in to comment.