You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not entirely sure whether this is an issue with the test not working as originally intended, or if the code base may need some modifications and the test is correct.
The "podman run -d mount cleanup test" in the run_cleanup_test.gofile was incorrectly using the Expect function (not providing a matcher), so it was passing regardless of the input. However, once Expect was used correctly, some tests are failing.
It looks like the mount is not actually getting cleaned up, or maybe not giving enough time for conmon to do the cleanup before checking results. Anyways, this can be seen in
this PR: #3941 . I'm not entirely sure how to move forward on this, and could use some help. I believe it is blocking #3756 (although maybe not entirely related to the PR).
Thank you,
Gabi
The text was updated successfully, but these errors were encountered:
Not entirely sure whether this is an issue with the test not working as originally intended, or if the code base may need some modifications and the test is correct.
The "podman run -d mount cleanup test" in the
run_cleanup_test.go
file was incorrectly using theExpect
function (not providing a matcher), so it was passing regardless of the input. However, onceExpect
was used correctly, some tests are failing.It looks like the mount is not actually getting cleaned up, or maybe not giving enough time for conmon to do the cleanup before checking results. Anyways, this can be seen in
this PR: #3941 . I'm not entirely sure how to move forward on this, and could use some help. I believe it is blocking #3756 (although maybe not entirely related to the PR).
Thank you,
Gabi
The text was updated successfully, but these errors were encountered: