forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit064e029
committed
Fix test case instability introduced in085b6b6.
I forgot that the WAL directory might hold other files besides WALsegments, notably including new segments still being filled.That means a blind test for the first file's size being 16MB canfail. Restrict based on file name length to make it more robust.Per buildfarm.1 parentd04e342 commit064e029
File tree
2 files changed
+4
-2
lines changed- src/test/regress
- expected
- sql
2 files changed
+4
-2
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
170 | 170 |
| |
171 | 171 |
| |
172 | 172 |
| |
173 |
| - | |
| 173 | + | |
| 174 | + | |
174 | 175 |
| |
175 | 176 |
| |
176 | 177 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
| 52 | + | |
| 53 | + |
0 commit comments
Comments
(0)