1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-16 06:01:02 +03:00

Shut down test servers after pg_rewind regression tests.

Now that the test servers are initialized twice in each .pl script,
the single END block is not enough to stop them. Add a new clean_rewind_test
function that is called at the end of each test.

Michael Paquier
This commit is contained in:
Heikki Linnakangas
2015-04-15 19:54:38 +03:00
parent 3d80a1e0e3
commit 0d8a22a9ac
4 changed files with 16 additions and 2 deletions

View File

@ -40,6 +40,7 @@ standby_afterpromotion
),
'database names');
RewindTest::clean_rewind_test();
}
# Run the test in both modes.