Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestUpdatePodInCache (0.14 sec)

  1. pkg/scheduler/eventhandlers_test.go

    			changed := nodeConditionsChanged(newNode, oldNode)
    			if changed != test.Changed {
    				t.Errorf("Test case %q failed: should be %t, got %t", test.Name, test.Changed, changed)
    			}
    		})
    	}
    }
    
    func TestUpdatePodInCache(t *testing.T) {
    	ttl := 10 * time.Second
    	nodeName := "node"
    
    	tests := []struct {
    		name   string
    		oldObj interface{}
    		newObj interface{}
    	}{
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 10 14:38:54 UTC 2024
    - 21.5K bytes
    - Viewed (0)
Back to top