forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit154bcce
committed
For Kerberos testing, disable DNS lookups
Similar to8dff2f2, this disables DNS lookups by the Kerberos libraryto look up the KDC and the realm while the Kerberos tests are running.In some environments, these lookups can take a long time and end uptiming out and causing tests to fail. Further, since this isn't reallyour domain, we shouldn't be sending out these DNS requests during ourtests.1 parentcd018a2 commit154bcce
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
95 | 100 |
| |
96 | 101 |
| |
97 | 102 |
| |
| |||
103 | 108 |
| |
104 | 109 |
| |
105 | 110 |
| |
| 111 | + | |
| 112 | + | |
106 | 113 |
| |
107 | 114 |
| |
108 | 115 |
| |
|
0 commit comments
Comments
(0)