-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
enhancementNew feature or requestNew feature or requestgithub_actionsPull requests that update Github_actions codePull requests that update Github_actions code
Description
We've observed that the integration tests are occasionally flaky.
In some runs, they fail with errors related to Firecracker vsock communication. Here's one such example:
A simple fix could be to improve test isolation. Currently, multiple tests share a single firecracker-containerd
service, which might be leading to resource conflicts. Instead, we could run a separate instance of firecracker-containerd
for each test. This would slightly increase the total test time, but it would likely improve reliability.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgithub_actionsPull requests that update Github_actions codePull requests that update Github_actions code