Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/dragonfly/replication_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,7 @@ async def info_replication():
# Give the seeder a bit of time.
await asyncio.sleep(3)
logging.debug("running repltakover")
await c_replica.execute_command(f"REPLTAKEOVER 10 SAVE")
await c_replica.execute_command(f"REPLTAKEOVER 30 SAVE")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So were not robust enough? 😮‍💨

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks that with latest changes in replication and because of this 4->2 we don't takeover in time. I have run several tests on (#5392) with this increase and it seems that it is successful on all runs.

logging.debug("after running repltakover")
seeder.stop()
await fill_task
Expand Down
Loading