Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9646308

Browse files
author
Commitfest Bot
committed
[CF 5459] v1 - Parallel tests publication and subscription might fail due to concurrent tuple update
This branch was automatically generated by a robot using patches from an email thread registered at: https://commitfest.postgresql.org/patch/5459 The branch will be overwritten each time a new patch version is posted to the thread, and also periodically to check for bitrot caused by changes on the master branch. Patch(es): https://www.postgresql.org/message-id/CAGECzQTTfKH0yRqv_2kpkLzBwhSk-2=d8+8XkeVDoFFDqRve-Q@mail.gmail.com Author(s): Jelte Fennema-Nio
2 parents 8a3e401 + a8f81e4 commit 9646308

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/test/regress/parallel_schedule

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,10 @@ test: select_parallel
9191
test: write_parallel
9292
test: vacuum_parallel
9393

94-
# no relation related tests can be put in this group
95-
test: publication subscription
94+
# These test are flaky when run in parallel with eachother, see:
95+
# https://www.postgresql.org/message-id/flat/18dcfb7f-5deb-4487-ae22-a2c16839519a%40gmail.com
96+
test: publication
97+
test: subscription
9698

9799
# ----------
98100
# Another group of parallel tests

0 commit comments

Comments
 (0)