mirror of
https://github.com/postgres/postgres.git
synced 2026-01-26 09:41:40 +03: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 asda44d71e7. Oversight inf3c9e341c, per buildfarm member drongo.
This commit is contained in:
@@ -9,7 +9,7 @@ use Test::More;
|
||||
|
||||
my $node = PostgreSQL::Test::Cluster->new('node');
|
||||
|
||||
$node->init;
|
||||
$node->init('auth_extra' => [ '--create-role', 'user01' ]);
|
||||
|
||||
# Create temporary directories for the extension control files
|
||||
my $ext_dir = PostgreSQL::Test::Utils::tempdir();
|
||||
|
||||
Reference in New Issue
Block a user