forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commiteef4a33
committed
Add error pattern checks for some TAP tests for non-existing objects
Some tests are updated to use command_fails_like(), gaining a check forthe error output generated. The test changed in pg_amcheck has come upafter noticing that an incorrect option name still made the test topass, while the command failed. The three other tests changed insrc/bin/scripts/ have been noticed by me, in passing.Author: Dagfinn Ilmari Mannsåker, Michael PaquierDiscussion:https://postgr.es/m/87bjvy50cs.fsf@wibble.ilmari.org1 parent858b4db commiteef4a33
File tree
4 files changed
+13
-4
lines changed- src/bin
- pg_amcheck/t
- scripts/t
4 files changed
+13
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
0 commit comments
Comments
(0)