]> granicus.if.org Git - postgresql/commitdiff
Re-adhere to policy of no more than 20 tests per parallel group.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 25 Mar 2017 21:32:13 +0000 (17:32 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 25 Mar 2017 21:32:13 +0000 (17:32 -0400)
As explained at the head of parallel_schedule, we place an arbitrary limit
of 20 test cases per parallel group.  Commit c7a9fa399 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.

src/test/regress/parallel_schedule
src/test/regress/serial_schedule

index c283bdcb3721d85a54ac6b5c3567e3b29a2a1d85..9f95b016fd0af21275aaf6e71e1f6d8fab51d2e6 100644 (file)
@@ -23,14 +23,14 @@ test: numerology
 # ----------
 # The second group of parallel tests
 # ----------
-test: point lseg line box path polygon circle date time timetz timestamp timestamptz interval abstime reltime tinterval inet macaddr macaddr8 tstypes comments
+test: point lseg line box path polygon circle date time timetz timestamp timestamptz interval abstime reltime tinterval inet macaddr macaddr8 tstypes
 
 # ----------
 # Another group of parallel tests
 # geometry depends on point, lseg, box, path, polygon and circle
 # horology depends on interval, timetz, timestamp, timestamptz, reltime and abstime
 # ----------
-test: geometry horology regex oidjoins type_sanity opr_sanity expressions
+test: geometry horology regex oidjoins type_sanity opr_sanity comments expressions
 
 # ----------
 # These four each depend on the previous one
index 3a0d536a2ba9bb13ded2fb5be7773a73467870be..e026b7cc903e80b3374626ab910c4d31f9710509 100644 (file)
@@ -43,13 +43,13 @@ test: inet
 test: macaddr
 test: macaddr8
 test: tstypes
-test: comments
 test: geometry
 test: horology
 test: regex
 test: oidjoins
 test: type_sanity
 test: opr_sanity
+test: comments
 test: expressions
 test: insert
 test: insert_conflict