forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit14793f4
committed
pg_amcheck: Fix test failure on Windows with non-existing role
For SSPI auth extra users need to be explicitly allowed, or we get"SSPI authentication failed" instead of the expected "role does notexist" error.This report also means that the test has never worked on Windows sinceits introduction in9706092, because it has always bumped on anauthentication failure rather than an error about the role not existing.Oversight ineef4a33, that has added a pattern check on the errorgenerated by the command.Per report from Tom Lane, via buildfarm member drongo.Author: Dagfinn Ilmari MannsåkerReviewed-by: Andrew DunstanDiscussion:https://postgr.es/m/379085.1737734611@sss.pgh.pa.us1 parent2f12df7 commit14793f4
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
|
0 commit comments
Comments
(0)