Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestSyncJobPastDeadline (0.27 sec)

  1. pkg/controller/job/job_controller_test.go

    					t.Errorf("Metric reports %.0f failed pods, want %d", v, tc.wantFailedPodsMetric)
    				}
    			}
    		})
    	}
    }
    
    // TestSyncJobPastDeadline verifies tracking of active deadline in a single syncJob call.
    func TestSyncJobPastDeadline(t *testing.T) {
    	_, ctx := ktesting.NewTestContext(t)
    	testCases := map[string]struct {
    		// job setup
    		parallelism           int32
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
Back to top