3 Commits

Author SHA1 Message Date
Fabrízio de Royes Mello
12f262c050 Fix flaky reorder regression test take 2
In #7509 we added manual VACUUM in all involved relations to avoid
flaky output tests.

But looks like it is not working very well specially on Windows builds,
so now we're removing the output `found 0 removable, 0 nonremovable
row versions in 0 pages` to have a more predictable output test.

https://github.com/timescale/timescaledb/actions/runs/12322325859/job/34395659212?pr=7533#step:17:24
2024-12-16 18:29:05 -03:00
Fabrízio de Royes Mello
1a291aa467 Fix flaky append regression test take 2
In #7512 we added manual `VACUUM` in all involved relations to avoid
flaky output tests.

But looks like it is not working very well specially on Windows builds,
so now we're replacing the output `Heap Fetches: [0-9]` for `Heap
Fetches: 0` to make have a more predictable output test.
2024-12-06 14:46:56 -03:00
Fabrízio de Royes Mello
049714cded Encapsulate runner output cleanup into single script 2024-12-03 12:18:52 -03:00