Skip to content

Commit df8aadf

Browse files
committed
tests: kill pg_receivexlog after test_archive_pg_receivexlog_partial_handling
1 parent 7a3f26f commit df8aadf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/archive.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -2061,6 +2061,8 @@ def test_archive_pg_receivexlog_partial_handling(self):
20612061
"md5(repeat(i::text,10))::tsvector as tsvector "
20622062
"from generate_series(1000000,2000000) i")
20632063

2064+
pg_receivexlog.kill()
2065+
20642066
node_restored = self.make_simple_node(
20652067
base_dir=os.path.join(module_name, fname, 'node_restored'))
20662068
node_restored.cleanup()
@@ -2084,7 +2086,6 @@ def test_archive_pg_receivexlog_partial_handling(self):
20842086
self.assertEqual(result, result_new)
20852087

20862088
# Clean after yourself
2087-
pg_receivexlog.kill()
20882089
self.del_test_dir(module_name, fname)
20892090

20902091
@unittest.skip("skip")

0 commit comments

Comments
 (0)