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

Updating to tokio 1.23 and updating unit tests. #2574

Merged
merged 1 commit into from Dec 14, 2022
Merged

Conversation

fulmicoton
Copy link
Contributor

Closes #2571

@@ -522,7 +523,7 @@ mod tests {
);
// Trigger new plan evaluation and check that we don't have new merge operation.
delete_planner_mailbox
.send_message(PlanDeleteOperations)
.ask(PlanDeleteOperations)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

send message just queues a message and returns. It does not wait for the message to be processed.

Copy link
Member

@boraarslan boraarslan left a comment

Choose a reason for hiding this comment

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

Great!

@fulmicoton fulmicoton merged commit 9b5e43b into main Dec 14, 2022
@fulmicoton fulmicoton deleted the issue/2571 branch December 14, 2022 10:37
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.

Tokio version 1.23 breaks the tests
2 participants