forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita029a06
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 parentb08dee2 commita029a06
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 | |
---|---|---|---|
| |||
167 | 167 |
| |
168 | 168 |
| |
169 | 169 |
| |
170 |
| - | |
| 170 | + | |
| 171 | + | |
171 | 172 |
| |
172 | 173 |
| |
173 | 174 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
| 49 | + | |
| 50 | + | |
50 | 51 |
| |
51 | 52 |
| |
52 | 53 |
| |
|
0 commit comments
Comments
(0)