Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPrioritizationCycles (0.28 sec)

  1. pilot/pkg/leaderelection/leaderelection_test.go

    		}
    		return LocationPrioritizedComparison, key
    	case "simple":
    		return SimpleRevisionComparison, key
    	default:
    		panic("unknown comparison type")
    	}
    }
    
    // TestPrioritizationCycles
    func TestPrioritizationCycles(t *testing.T) {
    	cases := []instance{}
    	for _, rev := range []string{"", "default", "not-default"} {
    		for _, loc := range []bool{false, true} {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 28 04:22:19 UTC 2024
    - 11.4K bytes
    - Viewed (0)
Back to top