mirror of https://github.com/postgres/postgres
Previously if a directory had both isolationtester and plain regression tests, they couldn't be run in parallel, because they'd access the same files/directories. That, so far, only affected contrib/test_decoding. Rather than fix that locally in contrib/test_decoding, improve pg_regress_isolation_[install]check to use separate resources from plain regression tests. That requires a minor change in pg_regress, namely that the --outputdir is created if not already existing, that seems like good idea anyway. Use the improved helpers even where previously not used. Author: Tom Lane and Andres Freund Discussion: https://postgr.es/m/20170311194831.vm5ikpczq52c2drg@alap3.anarazel.depull/17/merge
parent
eb4da3e380
commit
60f826c5e6
@ -1,5 +1,6 @@ |
||||
# Generated subdirectories |
||||
/log/ |
||||
/isolation_output/ |
||||
/regression_output/ |
||||
/results/ |
||||
/output_iso/ |
||||
/tmp_check/ |
||||
/tmp_check_iso/ |
||||
|
||||
@ -1 +1 @@ |
||||
/isolation_output/ |
||||
/output_iso/ |
||||
|
||||
Loading…
Reference in new issue