Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pilot/pkg/networking/core/cluster_test.go

    					},
    				},
    			}))
    		g.Expect(c.CommonLbConfig.HealthyPanicThreshold).To(Not(BeNil()))
    		g.Expect(c.CommonLbConfig.HealthyPanicThreshold.GetValue()).To(Equal(float64(0)))
    	}
    }
    
    func TestApplyOutlierDetection(t *testing.T) {
    	g := NewWithT(t)
    
    	tests := []struct {
    		name string
    		cfg  *networking.OutlierDetection
    		o    *cluster.OutlierDetection
    	}{
    		{
    			"Nil outlier detection",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
Back to top