• Kubernetes Submit Queue's avatar
    Merge pull request #58740 from YuxiJin-tobeyjin/add-ut-for-kuberuntime-gc · c778d871
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
    
    add ut for kuberuntime-gc
    
    **What this PR does / why we need it**:
    Add ut for kuberuntime-gc to cover more situations:
    1) Add two uncovered cases to test sandbox-gc 
    (1)  When there are more than one exited sandboxes,the older exited sandboxes without containers for existing pods should be garbage collected;
    (2)  Even though there are more than one exited sandboxes,the older exited sandboxes with containers for existing pods should not be garbage collected. 
    2) Add one uncovered case to test container-gc
    (1)  To cover the situation when allSourcesReady is set false;
    
    **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
    Fixes #
    
    **Special notes for your reviewer**:
    
    **Release note**:
    
    ```release-note
     "NONE"
    ```
    c778d871
kuberuntime_gc_test.go 18.9 KB