File tree 1 file changed +6
-4
lines changed 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -121,10 +121,12 @@ test: plancache limit plpgsql copy2 temp domain rangefuncs prepare conversion tr
121
121
# ----------
122
122
test: partition_join partition_prune reloptions hash_part indexing partition_aggregate partition_info tuplesort explain compression memoize stats
123
123
124
- # event_trigger depends on create_am and cannot run concurrently with
125
- # any test that runs DDL
126
- # oidjoins is read-only, though, and should run late for best coverage
127
- test: event_trigger oidjoins
124
+ # event_trigger cannot run concurrently with any other tests because
125
+ # on-login event handling could catch connection of a concurrent test.
126
+ test: event_trigger
127
+
128
+ # oidjoins should run late for best coverage
129
+ test: oidjoins
128
130
129
131
# this test also uses event triggers, so likewise run it by itself
130
132
test: fast_default
You can’t perform that action at this time.
0 commit comments