Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPolicyRules (0.12 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/match_test.go

    				if expectMatch != actualMatch {
    					t.Errorf("Fail for %s vs %#+v: expectedMatch=%v, actualMatch=%v", fcfmt.Fmt(ftr.fs), digest, expectMatch, actualMatch)
    				}
    			}
    		}
    	}
    }
    
    func TestPolicyRules(t *testing.T) {
    	rngOuter := rand.New(rand.NewSource(42))
    	for i := 0; i < 300; i++ {
    		rng := rand.New(rand.NewSource(int64(rngOuter.Uint64())))
    		t.Run(fmt.Sprintf("trial%d:", i), func(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:35 UTC 2023
    - 13.3K bytes
    - Viewed (0)
Back to top