Skip to content

Commit

Permalink
fix(test): Add sleep after running recover in test_pitr_recover
Browse files Browse the repository at this point in the history
  • Loading branch information
tparsa committed Oct 1, 2023
1 parent e66e723 commit 94e6491
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployment/integration-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def test_pitr_recover():
check_same_query_on_replica_and_master_expect_unsync('replica', 5433, 'master', 5432, 'test', 'testuser', "select * from persons")

subprocess.run("pgkit pitr recover pitr latest", shell=True)
sleep(5)
check_same_query_on_replica_and_master_expect_sync('replica', 5433, 'master', 5432, 'test', 'testuser', "select * from persons")


Expand Down

0 comments on commit 94e6491

Please sign in to comment.