You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Previously if a directory had both isolationtester and plainregression tests, they couldn't be run in parallel, because they'daccess the same files/directories. That, so far, only affectedcontrib/test_decoding.Rather than fix that locally in contrib/test_decoding, improvepg_regress_isolation_[install]check to use separate resources fromplain regression tests.That requires a minor change in pg_regress, namely that the--outputdir is created if not already existing, that seems like goodidea anyway.Use the improved helpers even where previously not used.Author: Tom Lane and Andres FreundDiscussion:https://postgr.es/m/20170311194831.vm5ikpczq52c2drg@alap3.anarazel.de