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

Commit c8e43c2

Browse files
committed
parallel_schedule: add comment on event_trigger test dependency
This is cosmetic, so no backpatch. Discussion: https://postgr.es/m/20230405233356.qs4w4jtfc3kq4obl@alvherre.pgsql Author: Álvaro Herrera <alvherre@alvh.no-ip.org> Reviewed-by: Peter Eisentraut <peter@eisentraut.org>
1 parent 7ef2912 commit c8e43c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/regress/parallel_schedule

+2-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ test: plancache limit plpgsql copy2 temp domain rangefuncs prepare conversion tr
121121
# ----------
122122
test: partition_join partition_prune reloptions hash_part indexing partition_aggregate partition_info tuplesort explain compression memoize stats
123123

124-
# event_trigger cannot run concurrently with any test that runs DDL
124+
# event_trigger depends on create_am and cannot run concurrently with
125+
# any test that runs DDL
125126
# oidjoins is read-only, though, and should run late for best coverage
126127
test: event_trigger oidjoins
127128

0 commit comments

Comments
 (0)