Skip to content

Commit 7d3957e

Browse files
committed
Re-adhere to policy of no more than 20 tests per parallel group.
As explained at the head of parallel_schedule, we place an arbitrary limit of 20 test cases per parallel group. Commit c7a9fa3 overlooked this. Least messy solution seems to be to move the "comments" test to the next group, since it doesn't really belong in a group of datatype tests anyway.
1 parent 2cdc138 commit 7d3957e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/test/regress/parallel_schedule

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ test: numerology
2323
# ----------
2424
# The second group of parallel tests
2525
# ----------
26-
test: point lseg line box path polygon circle date time timetz timestamp timestamptz interval abstime reltime tinterval inet macaddr macaddr8 tstypes comments
26+
test: point lseg line box path polygon circle date time timetz timestamp timestamptz interval abstime reltime tinterval inet macaddr macaddr8 tstypes
2727

2828
# ----------
2929
# Another group of parallel tests
3030
# geometry depends on point, lseg, box, path, polygon and circle
3131
# horology depends on interval, timetz, timestamp, timestamptz, reltime and abstime
3232
# ----------
33-
test: geometry horology regex oidjoins type_sanity opr_sanity expressions
33+
test: geometry horology regex oidjoins type_sanity opr_sanity comments expressions
3434

3535
# ----------
3636
# These four each depend on the previous one

src/test/regress/serial_schedule

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ test: inet
4343
test: macaddr
4444
test: macaddr8
4545
test: tstypes
46-
test: comments
4746
test: geometry
4847
test: horology
4948
test: regex
5049
test: oidjoins
5150
test: type_sanity
5251
test: opr_sanity
52+
test: comments
5353
test: expressions
5454
test: insert
5555
test: insert_conflict

0 commit comments

Comments
 (0)