Closed tomiwu closed 1 year ago
Hi, @joan38. I've observed issues with the tests associated with resource deletion. Specifically, pods were lingering in the termination state for an extended duration. To address this, I have reduced the graceful period. I believe this adjustment should be suitable for testing purposes. Please share your thoughts or let me know if this solution aligns with your needs.
Thanks @tomiwu for your contribution. That's a welcome addition. Sounds like we have some failed tests. Is it related to the shorter graceful period?
I experimented with those tests, and in most instances, the issue was connected to certain pods not getting removed promptly (remaining in a terminating state), causing the tests to time out. This issue wasn't caused by my changes, but I believe I've resolved it. Essentially, before running every test suite now, I ensure that Minikube has been cleaned up.
Perfect, thanks @tomiwu!
This PR is resolves #140 and essentially provides the capability to list nodes within a clause and retrieve their details.