-
Notifications
You must be signed in to change notification settings - Fork 10
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
Unit test the resources clean up implementation #53
Comments
konstantina-gramatova
changed the title
Unit test the reseources clean up implementation
Unit test the resources clean up implementation
Sep 19, 2022
konstantina-gramatova
added a commit
to bosch-io/container-management
that referenced
this issue
Sep 19, 2022
Covered the containerd client internal logic. Covered the resources monitoring mechanism. Optimized watched resources disposal. Improved input parameters readability for the containerd internal client initialization. Signed-off-by: Konstantina Gramatova <[email protected]>
konstantina-gramatova
added a commit
to bosch-io/container-management
that referenced
this issue
Sep 19, 2022
Aligned the containerd SPI API. Signed-off-by: Konstantina Gramatova <[email protected]>
konstantina-gramatova
added a commit
to bosch-io/container-management
that referenced
this issue
Sep 20, 2022
Fixed typos and namings. Signed-off-by: Konstantina Gramatova <[email protected]>
e-grigorov
pushed a commit
that referenced
this issue
Sep 20, 2022
[#53] Unit test the resources clean up implementation Covered the containerd client internal logic. Covered the resources monitoring mechanism. Optimized watched resources disposal. Improved input parameters readability for the containerd internal client initialization. Aligned the containerd SPI API. Signed-off-by: Konstantina Gramatova <[email protected]>
Repository owner
moved this from In Review
to Done
in Eclipse Kanto
Sep 20, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The resources clean up logic has impacted the existing containerd client implementation and the newly introduced resources monitoring mechanism for expiry.
All must be covered with appropriate unit testing to ensure the expected behavior.
The text was updated successfully, but these errors were encountered: