citus/src/test/regress/bin
Hanefi Onaldi 52541c5802 Add normalization rules for flaky isolation tests
We remove `<waiting ...>` and `<... completed>` outputs for some CREATE
INDEX CONCURRENTLY commands since they can cause flakiness in some scenarios.

Postgres calls WaitForOlderSnapshots() and this can cause CREATE INDEX
CONCURRENTLY commands for shards to get blocked by each other for brief
periods of time. The extra waits can pop-up, or they can get completed
at different lines in the output files. To remedy that, we rename those
indexes to be captured by the new normalization rule.
2022-05-21 00:55:47 +03:00
..
test Update diff-filter to handle lines removed by normalization 2020-01-28 15:39:40 +00:00
copy_modified Replace denormalized test output with normalized at the end of the run 2020-01-24 11:42:38 +01:00
copy_modified_wrapper Add an infrastructure to run same tests with arbitrary configs (#5316) 2021-10-12 14:24:19 +03:00
create_test.py Add a simple python script to generate a new test (#3972) 2021-06-01 11:22:11 +02:00
diff Speed up test runs on WSL2 a lot (#5736) 2022-02-23 13:03:29 +01:00
diff-filter Fix diff-filter to search the whole line for matches 2021-04-23 12:43:49 +02:00
normalize.sed Add normalization rules for flaky isolation tests 2022-05-21 00:55:47 +03:00
test_diff Update diff-filter to handle lines removed by normalization 2020-01-28 15:39:40 +00:00