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:
@ -40,6 +40,7 @@ standby_afterpromotion
|
||||
),
|
||||
'database names');
|
||||
|
||||
RewindTest::clean_rewind_test();
|
||||
}
|
||||
|
||||
# Run the test in both modes.
|
||||
|
Reference in New Issue
Block a user