mirror of https://github.com/citusdata/citus.git
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. |
||
---|---|---|
.. | ||
test | ||
copy_modified | ||
copy_modified_wrapper | ||
create_test.py | ||
diff | ||
diff-filter | ||
normalize.sed | ||
test_diff |