forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitde1d4fe
committed
Add PostgresNode::command_fails_like()
This is useful to test for a command failure with some defaultconnection parameters associated to a node, in combination with checkson error patterns expected. This routine will be used by an upcomingfuture patch, but could be also plugged into some of the existingtests.Extracted from a larger patch by the same author.Author: Ronan DunklauDiscussion:https://postgr.es/m/5742739.ga3mSNWIix@aivenronan1 parent0f6aa89 commitde1d4fe
1 file changed
+20
-0
lines changedLines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2267 | 2267 |
| |
2268 | 2268 |
| |
2269 | 2269 |
| |
| 2270 | + | |
| 2271 | + | |
| 2272 | + | |
| 2273 | + | |
| 2274 | + | |
| 2275 | + | |
| 2276 | + | |
| 2277 | + | |
| 2278 | + | |
| 2279 | + | |
| 2280 | + | |
| 2281 | + | |
| 2282 | + | |
| 2283 | + | |
| 2284 | + | |
| 2285 | + | |
| 2286 | + | |
| 2287 | + | |
| 2288 | + | |
| 2289 | + | |
2270 | 2290 |
| |
2271 | 2291 |
| |
2272 | 2292 |
| |
|
0 commit comments
Comments
(0)