E589
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0639c commit 77d4807Copy full SHA for 77d4807
contrib/pg_tde/t/003_remote_config.pl
@@ -49,6 +49,7 @@
49
}
50
51
my $pid = MyWebServer->new(8888)->background();
52
+END { kill('TERM', $pid); }
53
54
PGTDE::setup_files_dir(basename($0));
55
@@ -85,8 +86,6 @@
85
86
87
$node->stop;
88
-kill('TERM', $pid);
89
-
90
# Compare the expected and out file
91
my $compare = PGTDE->compare_results();
92
contrib/pg_tde/t/006_remote_vault_config.pl
@@ -58,6 +58,7 @@
58
59
60
my $pid = MyWebServer->new(8889)->background();
61
62
63
64
@@ -94,8 +95,6 @@
94
95
96
97
98
99
100
101
0 commit comments