Skip to content

Commit

Permalink
Move cagg_invalidation to solo tests
Browse files Browse the repository at this point in the history
The cagg_invalidation test stops the background workers and performs
tests with invalidations. However, they the test was running in a
parallel group, and background workers could be activated by other
tests, leading to flaky test behavior. This PR moves the
cagg_invalidation tests to the solo tests.
  • Loading branch information
jnidzwetzki committed Mar 14, 2024
1 parent 8dcb6ee commit 5ac0224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsl/test/sql/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ set(SOLO_TESTS
cagg_bgw
cagg_ddl-${PG_VERSION_MAJOR}
cagg_dump
cagg_invalidation
move
reorder
telemetry_stats-${PG_VERSION_MAJOR})
Expand Down

0 comments on commit 5ac0224

Please sign in to comment.