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

Fixing unit test #4395

Merged
merged 1 commit into from
Jan 16, 2024
Merged

Fixing unit test #4395

merged 1 commit into from
Jan 16, 2024

Conversation

fulmicoton
Copy link
Contributor

The test was terminating without the retain shards call to actually happen.

The mockall code was panicking without failing the test due to some tokio::test quirk.

Closes #4391.

The test was terminating without the retain shards call to actually
happen.

The mockall code was panicking without failing the test due to
some tokio::test quirk.

Closes #4391.
Copy link
Contributor

@trinity-1686a trinity-1686a left a comment

Choose a reason for hiding this comment

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

should sync_with_ingesters and sync_with_all_ingesters stay async? They don't appear to need to be anymore

@fulmicoton fulmicoton merged commit 50e6572 into main Jan 16, 2024
4 checks passed
@fulmicoton fulmicoton deleted the issue/4391-unittest-fix branch January 16, 2024 13:43
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.

test_sync_with_ingesters fails silently
2 participants