Don't run rowsecurity in parallel with other regression tests.
Tom Lane <tgl@sss.pgh.pa.us>
Don't run rowsecurity in parallel with other regression tests. The short-lived event trigger in the rowsecurity test causes irreproducible failures when the concurrent tests do something that the event trigger can't cope with. Per buildfarm.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/parallel_schedule | modified | +5 −2 |
| src/test/regress/serial_schedule | modified | +1 −1 |