citus/src/test/regress/citus_tests
Jelte Fennema 5c95604154
Always copy normalized files after a regress run (#6254)
Our python based tests didn't always copy the normalized files after the
regress run. I had the problem where running the following command would
result in non-normalized files in the expected directory after running
our PG upgrade tests locally:

```
cp src/test/regress/{results,expected}/upgrade_list_citus_objects.out
```

This PR fixes that by always running `copy_modified` even if the tests
fail. The same was already being done for our perl based tests at the
end of the `pg_regress_multi.pl` file.
2022-08-30 07:15:29 +00:00
..
arbitrary_configs Add TRUNCATE arbitrary config tests (#5848) 2022-03-31 14:14:47 +03:00
upgrade Better test failure debugging for arbitrary-configs (#5861) 2022-08-09 12:25:20 +03:00
__init__.py Add an infrastructure to run same tests with arbitrary configs (#5316) 2021-10-12 14:24:19 +03:00
common.py Always copy normalized files after a regress run (#6254) 2022-08-30 07:15:29 +00:00
config.py Fix flakyness in ch_benchmarks_1 (#6228) 2022-08-23 17:24:27 +02:00
print_test_names.py Increase parallelism 2021-10-19 15:38:58 +03:00
utils.py Better test failure debugging for arbitrary-configs (#5861) 2022-08-09 12:25:20 +03:00