forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3bee0a4
committed
Run the "tablespace" regression test first not last. The former placement
renders useless one of the few test methodologies we have for WAL replay,which is to intentionally crash the system just after completing theregression tests and see if it recovers to the expected database state.The reason is that DROP TABLESPACE forces a checkpoint, so there's essentiallyno WAL available for replay after the tests complete.1 parent7fc7a7c commit3bee0a4
2 files changed
+8
-6
lines changedLines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
8 | 13 |
| |
9 | 14 |
| |
10 | 15 |
| |
| |||
89 | 94 |
| |
90 | 95 |
| |
91 | 96 |
| |
92 |
| - | |
93 |
| - | |
94 |
| - | |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
| |||
121 | 122 |
| |
122 | 123 |
| |
123 | 124 |
| |
124 |
| - |
0 commit comments
Comments
(0)