-
Notifications
You must be signed in to change notification settings - Fork 95
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
Flaky test test_delete_after_create
- failed to remove cgroup #422
#423
Comments
AFAICS the failing test point is always
I don't have the bandwidth to validate any of this at the moment, but I can take a look next week. |
The failure is not specific to wasmer. I can reproduce with any runtime. I'm running
That sporadically fails to remove the cgroup folder (that's why it's in a loop). It seems that youki's libcgroups is already trying to work around this issue (see youki-dev/youki#63 and youki-dev/youki#333), where youki tries to delete the folder a few times with a small delay between attempts. The underlying cause is that trying to remove the folder results in |
When we delete the container, we send SIGKILL to the container init process. ping @utam0k |
test_delete_after_create
- failed to remove cgroup #422
Other test cases in this file take 10 seconds. It may be related... I'm not sure...
It seems |
That 100 retries is wild. |
Originally posted by @jsturtevant in #420 (comment)
The text was updated successfully, but these errors were encountered: