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

Make TestMultipleVMs_Isolated stable by not sharing its ttrpc client #616

Merged
merged 1 commit into from
Apr 30, 2022

Conversation

kzys
Copy link
Contributor

@kzys kzys commented Apr 29, 2022

TestMultipleVMs_Isolated is still unstable (see #581). Apparently having
multiple simultaneous requests from the same client is known to be
problematic (see containerd/ttrpc#72).

This commit workarounds the issue by making a client per VM.

Signed-off-by: Kazuyoshi Kato [email protected]

Issue #, if available:

#581

Description of changes:

See above

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

TestMultipleVMs_Isolated is still unstable (see firecracker-microvm#581). Apparently having
multiple simultaneous requests from the same client is known to be
problematic (see containerd/ttrpc#72).

This commit workarounds the issue by making a client per VM.

Signed-off-by: Kazuyoshi Kato <[email protected]>
@kzys kzys requested a review from a team as a code owner April 29, 2022 23:28
Copy link
Contributor

@aarongoulet aarongoulet left a comment

Choose a reason for hiding this comment

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

Looks good to me! Hopefully this helps with some of the test flakiness.

@kzys kzys merged commit 5f6efb9 into firecracker-microvm:main Apr 30, 2022
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.

2 participants