8000 tests: do not call exit(1) · postgrespro/pg_probackup@dcdd213 · GitHub
[go: up one dir, main page]

Skip to content

Commit dcdd213

Browse files
committed
tests: do not call exit(1)
1 parent 1fff8a2 commit dcdd213

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/replica.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from .helpers.ptrack_helpers import ProbackupTest, ProbackupException, idx_ptrack
44
from datetime import datetime, timedelta
55
import subprocess
6-
from sys import exit
76
import time
87

98

@@ -52,7 +51,6 @@ def test_replica_stream_ptrack_backup(self):
5251

5352
# Check data correctness on replica
5453
replica.slow_start(replica=True)
55-
exit(1)
5654
after = replica.safe_psql("postgres", "SELECT * FROM t_heap")
5755
self.assertEqual(before, after)
5856

0 commit comments

Comments
 (0)
0