Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(tests):Small fix to redis replication test #1213

Merged
merged 1 commit into from May 13, 2023
Merged

Conversation

ashotland
Copy link
Contributor

Move timeout decrement to the end so we don't assert if we succeed in the last second (looks like this was the case in the recent regression test faliure on CI)

Clarify the commnet of await_synced

Move timeout decrement to the end so we don't assert if we succeed in
the last second (looks like this was the case in the recent regression
test faliure on CI)

Clarify the commnet of await_synced

Signed-off-by: ashotland <ari@dragonflydb.io>
@ashotland ashotland requested a review from adiholden May 13, 2023 18:40
Copy link
Contributor

@dranikpg dranikpg left a comment

Choose a reason for hiding this comment

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

Curious why it happened only when I changed regtests to use redis.async instead of aioredis 🤔

@dranikpg dranikpg merged commit f628131 into main May 13, 2023
6 checks passed
@romange romange deleted the fix_redis_replication branch May 21, 2023 01:12
romange pushed a commit that referenced this pull request Jun 1, 2023
Move timeout decrement to the end so we don't assert if we succeed in
the last second (looks like this was the case in the recent regression
test failure on CI)

Clarify the comment of await_synced

Signed-off-by: ashotland <ari@dragonflydb.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants