Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1fdab4d

Browse files
committed
Clean up sloppy maintenance of regression test schedule files.
The partition_join test was added to a parallel group that was alreadyat the maximum of 20 concurrent tests. The hash_func test wasn'tadded to serial_schedule at all. The identity and partition_join testswere added to serial_schedule with the aid of a dartboard, rather thanmaintaining consistency with parallel_schedule.There are proposals afoot to make these sorts of errors harder to make,but in the meantime let's fix the ones already in place.Discussion:https://postgr.es/m/a37e9c57-22d4-1b82-1270-4501cd2e984e@2ndquadrant.com
1 parent1518d07 commit1fdab4d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

‎src/test/regress/parallel_schedule

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ test: publication subscription
104104
# ----------
105105
# Another group of parallel tests
106106
# ----------
107-
test: select_views portals_p2 foreign_key cluster dependency guc bitmapops combocid tsearch tsdicts foreign_data window xmlmap functional_deps advisory_lock json jsonb json_encoding indirect_toast equivclass partition_join
107+
test: select_views portals_p2 foreign_key cluster dependency guc bitmapops combocid tsearch tsdicts foreign_data window xmlmap functional_deps advisory_lock json jsonb json_encoding indirect_toast equivclass
108108

109109
# ----------
110110
# Another group of parallel tests
@@ -116,7 +116,7 @@ test: plancache limit plpgsql copy2 temp domain rangefuncs prepare without_oid c
116116
# ----------
117117
# Another group of parallel tests
118118
# ----------
119-
test: identity
119+
test: identity partition_join
120120

121121
# event triggers cannot run concurrently with any test that runs DDL
122122
test: event_trigger

‎src/test/regress/serial_schedule

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ test: updatable_views
7979
test: rolenames
8080
test: roleattributes
8181
test: create_am
82+
test: hash_func
8283
test: sanity_check
8384
test: errors
8485
test: select
@@ -171,13 +172,13 @@ test: conversion
171172
test: truncate
172173
test: alter_table
173174
test: sequence
174-
test: identity
175175
test: polymorphism
176176
test: rowtypes
177177
test: returning
178178
test: largeobject
179179
test: with
180180
test: xml
181+
test: identity
182+
test: partition_join
181183
test: event_trigger
182184
test: stats
183-
test: partition_join

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp