forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5a71964
committed
Fix some issues with SSL and Kerberos tests
The recent refactoring done in c50624c accidentally broke a portion ofthe kerberos tests checking after a query, so add its functionalityback. Some inactive SSL tests had their arguments in an incorrectorder, which would cause them to fail if they were to run.Author: Jacob ChampionDiscussion:https://postgr.es/m/4f5b0b3dc0b6fe9ae6a34886b4d4000f61eb567e.camel@vmware.com1 parentac4645c commit5a71964
2 files changed
+10
-9
lines changedLines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| |||
196 | 196 |
| |
197 | 197 |
| |
198 | 198 |
| |
199 |
| - | |
| 199 | + | |
200 | 200 |
| |
201 | 201 |
| |
202 | 202 |
| |
| |||
227 | 227 |
| |
228 | 228 |
| |
229 | 229 |
| |
230 |
| - | |
231 |
| - | |
232 |
| - | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
233 | 234 |
| |
234 | 235 |
| |
235 | 236 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
459 | 459 |
| |
460 | 460 |
| |
461 | 461 |
| |
| 462 | + | |
462 | 463 |
| |
463 |
| - | |
464 |
| - | |
| 464 | + | |
465 | 465 |
| |
466 | 466 |
| |
467 | 467 |
| |
468 | 468 |
| |
469 | 469 |
| |
| 470 | + | |
470 | 471 |
| |
471 |
| - | |
472 |
| - | |
| 472 | + | |
473 | 473 |
| |
474 | 474 |
| |
475 | 475 |
| |
|
0 commit comments
Comments
(0)