Skip to content

Commit cc5d80a

Browse files
committed
Fix issue with test which crashes when re-run
We make sure to delete the keyring files before running the test.
1 parent 2699e9b commit cc5d80a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contrib/pg_tde/t/2pc_replication.pl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ sub configure_and_reload
2828
return;
2929
}
3030

31+
unlink('/tmp/pg_global_keyring.file');
32+
unlink('/tmp/pg_local_keyring.file');
33+
3134
# Set up two nodes, which will alternately be primary and replication standby.
3235

3336
# Setup london node

0 commit comments

Comments
 (0)