]> granicus.if.org Git - postgresql/commit
Don't run fast_default regression test in parallel with other tests.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 20 Apr 2018 21:27:56 +0000 (17:27 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 20 Apr 2018 21:27:56 +0000 (17:27 -0400)
commit676858bcb4c4d9d2d5ee63a87dbff01085984ee0
tree156a4a49f564ef1492428e07813f5f888ea3c268
parentb1b71f16581fb5385fa9f9a663ffee271cdfaba5
Don't run fast_default regression test in parallel with other tests.

Since it sets up an event trigger that would fire on DDL done by any
concurrent test script, the original scheduling is just an invitation
to irreproducible test failures.  (The fact that we found a bug through
exactly such irreproducible test failures doesn't really change the
calculus here: this script is a hazard to anything that runs in parallel
with it today or might be added to that parallel group in future.  No,
I don't believe that the trigger is protecting itself sufficiently to
avoid all possible trouble.)

Discussion: https://postgr.es/m/5767.1523995174@sss.pgh.pa.us
src/test/regress/parallel_schedule
src/test/regress/serial_schedule