forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitef73a81
committed
Enforce our convention about max number of parallel regression tests.
We have a very old rule that parallel_schedule should have no morethan twenty tests in any one parallel group, so as to provide abound on the number of concurrently running processes needed topass the tests. But people keep forgetting the rule, so let's adda few lines of code to check it.Discussion:https://postgr.es/m/a37e9c57-22d4-1b82-1270-4501cd2e984e@2ndquadrant.com1 parent1fdab4d commitef73a81
File tree
3 files changed
+23
-6
lines changed- src
- test/regress
- tools/msvc
3 files changed
+23
-6
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
127 |
| - | |
| 127 | + | |
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
|
Lines changed: 20 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
| 81 | + | |
81 | 82 |
| |
82 | 83 |
| |
83 | 84 |
| |
| |||
1592 | 1593 |
| |
1593 | 1594 |
| |
1594 | 1595 |
| |
1595 |
| - | |
1596 |
| - | |
1597 |
| - | |
| 1596 | + | |
| 1597 | + | |
| 1598 | + | |
1598 | 1599 |
| |
1599 | 1600 |
| |
1600 | 1601 |
| |
| |||
1614 | 1615 |
| |
1615 | 1616 |
| |
1616 | 1617 |
| |
| 1618 | + | |
1617 | 1619 |
| |
1618 | 1620 |
| |
1619 | 1621 |
| |
| |||
1667 | 1669 |
| |
1668 | 1670 |
| |
1669 | 1671 |
| |
1670 |
| - | |
1671 |
| - | |
| 1672 | + | |
| 1673 | + | |
1672 | 1674 |
| |
1673 | 1675 |
| |
1674 | 1676 |
| |
| |||
1691 | 1693 |
| |
1692 | 1694 |
| |
1693 | 1695 |
| |
| 1696 | + | |
| 1697 | + | |
| 1698 | + | |
| 1699 | + | |
| 1700 | + | |
| 1701 | + | |
| 1702 | + | |
1694 | 1703 |
| |
1695 | 1704 |
| |
1696 | 1705 |
| |
| |||
1999 | 2008 |
| |
2000 | 2009 |
| |
2001 | 2010 |
| |
| 2011 | + | |
| 2012 | + | |
2002 | 2013 |
| |
2003 | 2014 |
| |
2004 | 2015 |
| |
| |||
2048 | 2059 |
| |
2049 | 2060 |
| |
2050 | 2061 |
| |
| 2062 | + | |
2051 | 2063 |
| |
2052 | 2064 |
| |
2053 | 2065 |
| |
| |||
2161 | 2173 |
| |
2162 | 2174 |
| |
2163 | 2175 |
| |
| 2176 | + | |
| 2177 | + | |
| 2178 | + | |
2164 | 2179 |
| |
2165 | 2180 |
| |
2166 | 2181 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
| 107 | + | |
107 | 108 |
| |
108 | 109 |
| |
109 | 110 |
| |
| |||
122 | 123 |
| |
123 | 124 |
| |
124 | 125 |
| |
| 126 | + | |
125 | 127 |
| |
126 | 128 |
| |
127 | 129 |
| |
|
0 commit comments
Comments
(0)