Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDetectingContainerDeaths (0.21 sec)

  1. pkg/kubelet/pleg/generic_test.go

    	actual = getEventsFromChannel(ch)
    	assert.True(t, len(actual) == 4, "channel length should be 4")
    	assert.Subsetf(t, allEvents, actual, "actual events should in all events")
    }
    
    func TestDetectingContainerDeaths(t *testing.T) {
    	// Vary the number of relists after the container started and before the
    	// container died to account for the changes in pleg's internal states.
    	testReportMissingContainers(t, 1)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 24.8K bytes
    - Viewed (0)
Back to top