projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff18115
)
In SSL tests, restart after pg_hba.conf changes
author
Peter Eisentraut
<
[email protected]
>
Sat, 3 Mar 2018 13:54:46 +0000
(08:54 -0500)
committer
Peter Eisentraut
<
[email protected]
>
Sat, 3 Mar 2018 13:54:46 +0000
(08:54 -0500)
This prevents silently using a wrong configuration, similar to
b4e2ada347bd8ae941171bd0761462e5b11b765d
.
src/test/ssl/ServerSetup.pm
patch
|
blob
|
blame
|
history
diff --git
a/src/test/ssl/ServerSetup.pm
b/src/test/ssl/ServerSetup.pm
index 27a676b65c2c430f75ea3b8e67b780a3dd0aa6bb..e81f4df7c5d82f7711587ebc593570facfe77519 100644
(file)
--- a/
src/test/ssl/ServerSetup.pm
+++ b/
src/test/ssl/ServerSetup.pm
@@
-143,7
+143,7
@@
sub switch_server_cert
print $sslconf "ssl_crl_file='root+client.crl'\n";
close $sslconf;
- $node->re
load
;
+ $node->re
start
;
}
sub configure_hba_for_ssl