Skip to content

Commit 40194cb

Browse files
committed
Remove tests non-existing in PG16 from parallel_schedule_oriole
1 parent c85a4ba commit 40194cb

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/test/regress/parallel_schedule_oriole

+2-6
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ test: select_views portals_p2 dependency guc bitmapops xmlmap functional_deps ad
9696
# ----------
9797
# Another group of parallel tests (JSON related)
9898
# ----------
99-
test: json_encoding jsonpath jsonpath_encoding jsonb_jsonpath sqljson sqljson_queryfuncs sqljson_jsontable
99+
test: json_encoding jsonpath jsonpath_encoding jsonb_jsonpath sqljson
100100

101101
# ----------
102102
# Another group of parallel tests
@@ -112,17 +112,13 @@ test: plancache rangefuncs prepare sequence polymorphism largeobject xml
112112
# The stats test resets stats, so nothing else needing stats access can be in
113113
# this group.
114114
# ----------
115-
test: hash_part predicate
115+
test: hash_part
116116

117117
# event_trigger depends on create_am and cannot run concurrently with
118118
# any test that runs DDL
119119
# oidjoins is read-only, though, and should run late for best coverage
120120
test: oidjoins
121121

122-
# event_trigger_login cannot run concurrently with any other tests because
123-
# on-login event handling could catch connection of a concurrent test.
124-
test: event_trigger_login
125-
126122
# this test also uses event triggers, so likewise run it by itself
127123

128124
# run tablespace test at the end because it drops the tablespace created during

0 commit comments

Comments
 (0)