forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5bec1ad
committed
Fix mistakes in recovery tests
One test was relying on method remove_tree that isn't implemented in theoldest Perl we support; fix it by using the older rmtree instead.Another test had a typo in a SQL command, which isn't noticed becausethe PostgresNode->psql() method doesn't check that queries returncorrectly. That's undesirable and will also be fixed later on, but fornow let's make the test actually work.Author: Craig Ringer1 parentc7111d1 commit5bec1ad
File tree
2 files changed
+3
-3
lines changed- src/test/recovery/t
2 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
87 |
| - | |
| 87 | + | |
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
| 49 | + | |
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
|
0 commit comments
Comments
(0)