Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/test/regress/parallel_schedule_oriole
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ test: sanity_check
# aggregates depends on create_aggregate
# join depends on create_misc
# ----------
test: select_into select_distinct select_implicit select_having subselect case random arrays btree_index hash_index delete
test: select_into select_distinct select_implicit select_having subselect case random arrays btree_index hash_index update delete

# ----------
# Another group of parallel tests
# ----------
test: gin gist spgist init_privs security_label collate lock object_address groupingsets drop_operator password
test: gin gist spgist init_privs security_label collate lock object_address groupingsets drop_operator password generated

# ----------
# Additional BRIN tests
Expand Down Expand Up @@ -98,7 +98,7 @@ test: subscription
# Another group of parallel tests
# select_views depends on create_view
# ----------
test: select_views portals_p2 dependency guc bitmapops tsearch tsdicts foreign_data window xmlmap functional_deps advisory_lock equivclass
test: select_views portals_p2 foreign_key dependency guc bitmapops tsearch tsdicts foreign_data window xmlmap functional_deps advisory_lock equivclass

# ----------
# Another group of parallel tests (JSON related)
Expand Down