Closed
Description
I noticed because the partitions
test fails on 9.6, even though it should be added to EXCLUDE_TEST_FILES
in the Makefile
. But the tests were also serial; when I tested on 9.5, the tests ran in parallel (way faster!). But they do not run in parallel for me on 9.6 - 14. Shouldn't they?
And if there are situations where tests should not or cannot run in parallel, we should be sure that the proper tests are skipped for them, too.
I think we should get this straightened out before releasing v1.2.0, which we should try to do ASAP now that Postgres 14 is out and tests fail (see #278).