mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Allow role created by new test to log in on Windows.
We must tell init about each role name we plan to connect as, else SSPI auth fails. Similar to previous patches such as14793f471,973542866. Oversight in208927e65, per buildfarm member drongo. (Although that was back-patched to v13, the test script only exists in v16 and up.)
This commit is contained in:
parent
0fe07fa115
commit
c29d32d27b
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ use Test::More;
|
|||
|
||||
my $node = PostgreSQL::Test::Cluster->new('main');
|
||||
|
||||
$node->init;
|
||||
$node->init('auth_extra' => [ '--create-role', 'test_user' ]);
|
||||
$node->append_conf(
|
||||
'postgresql.conf',
|
||||
qq{shared_preload_libraries = 'pg_prewarm'
|
||||
|
|
|
|||
Loading…
Reference in a new issue