renders useless one of the few test methodologies we have for WAL replay,
which is to intentionally crash the system just after completing the
regression tests and see if it recovers to the expected database state.
The reason is that DROP TABLESPACE forces a checkpoint, so there's essentially
no WAL available for replay after the tests complete.
# this limits the number of connections needed to run the tests.
# ----------
+# run tablespace by itself, and first, because it forces a checkpoint;
+# we'd prefer not to have checkpoints later in the tests because that
+# interferes with crash-recovery testing.
+test: tablespace
+
# ----------
# The first group of parallel tests
# ----------
# run stats by itself because its delay may be insufficient under heavy load
test: stats
-
-# run tablespace by itself
-test: tablespace
# $PostgreSQL$
# This should probably be in an order similar to parallel_schedule.
+test: tablespace
test: boolean
test: char
test: name
test: with
test: xml
test: stats
-test: tablespace