Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f96f481

Browse filesBrowse files
committed
In SSL tests, restart after pg_hba.conf changes
This prevents silently using a wrong configuration, similar to b4e2ada.
1 parent ff18115 commit f96f481
Copy full SHA for f96f481

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/test/ssl/ServerSetup.pm

Copy file name to clipboardExpand all lines: src/test/ssl/ServerSetup.pm
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ sub switch_server_cert
143143
print $sslconf "ssl_crl_file='root+client.crl'\n";
144144
close $sslconf;
145145

146-
$node->reload;
146+
$node->restart;
147147
}
148148

149149
sub configure_hba_for_ssl

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.