Skip to content

Commit 6785974

Browse files
committed
Remove isolation test reindex-partitions
The isolation test added by a6642b3 is proving to be unstable, as once the first transaction holding a lock on the top-most partitioned table or on a partition commits, the commit order of the follow-up DROP TABLE and REINDEX could become reversed depending on the timing. The only part of the test that could be entirely reliable is the one using a SHARE lock, allowing REINDEX to commit first, but it is the least interesting of the set. Per buildfarm members rorqual and mylodon. Discussion: https://postgr.es/m/[email protected]
1 parent a6642b3 commit 6785974

File tree

3 files changed

+0
-167
lines changed

3 files changed

+0
-167
lines changed

src/test/isolation/expected/reindex-partitions.out

-107
This file was deleted.

src/test/isolation/isolation_schedule

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ test: lock-committed-keyupdate
5050
test: update-locked-tuple
5151
test: reindex-concurrently
5252
test: reindex-schema
53-
test: reindex-partitions
5453
test: propagate-lock-delete
5554
test: tuplelock-conflict
5655
test: tuplelock-update

src/test/isolation/specs/reindex-partitions.spec

-59
This file was deleted.

0 commit comments

Comments
 (0)