Skip to content

Commit

Permalink
internal/featuretests: fix test merge conflicts (#6057)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Kriss <[email protected]>
  • Loading branch information
skriss authored Jan 5, 2024
1 parent c60a501 commit 387e6a7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions internal/featuretests/v3/cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ func TestClusterCircuitbreakerAnnotationsIngress(t *testing.T) {
MaxRequests: wrapperspb.UInt32(15),
MaxRetries: wrapperspb.UInt32(17),
}},
PerHostThresholds: []*envoy_cluster_v3.CircuitBreakers_Thresholds{{}},
},
}),
),
Expand Down Expand Up @@ -530,6 +531,7 @@ func TestClusterCircuitbreakerAnnotationsIngress(t *testing.T) {
MaxRequests: wrapperspb.UInt32(15),
MaxRetries: wrapperspb.UInt32(17),
}},
PerHostThresholds: []*envoy_cluster_v3.CircuitBreakers_Thresholds{{}},
},
}),
),
Expand Down Expand Up @@ -595,6 +597,7 @@ func TestClusterCircuitbreakerAnnotationsHTTPProxy(t *testing.T) {
MaxRequests: wrapperspb.UInt32(404),
MaxRetries: wrapperspb.UInt32(7),
}},
PerHostThresholds: []*envoy_cluster_v3.CircuitBreakers_Thresholds{{}},
},
}),
),
Expand Down Expand Up @@ -628,6 +631,7 @@ func TestClusterCircuitbreakerAnnotationsHTTPProxy(t *testing.T) {
MaxRequests: wrapperspb.UInt32(15),
MaxRetries: wrapperspb.UInt32(17),
}},
PerHostThresholds: []*envoy_cluster_v3.CircuitBreakers_Thresholds{{}},
},
}),
),
Expand Down Expand Up @@ -661,6 +665,7 @@ func TestClusterCircuitbreakerAnnotationsHTTPProxy(t *testing.T) {
MaxRequests: wrapperspb.UInt32(15),
MaxRetries: wrapperspb.UInt32(17),
}},
PerHostThresholds: []*envoy_cluster_v3.CircuitBreakers_Thresholds{{}},
},
}),
),
Expand Down Expand Up @@ -769,6 +774,7 @@ func TestClusterCircuitbreakerAnnotationsGateway(t *testing.T) {
MaxRequests: wrapperspb.UInt32(404),
MaxRetries: wrapperspb.UInt32(7),
}},
PerHostThresholds: []*envoy_cluster_v3.CircuitBreakers_Thresholds{{}},
},
}),
),
Expand Down Expand Up @@ -802,6 +808,7 @@ func TestClusterCircuitbreakerAnnotationsGateway(t *testing.T) {
MaxRequests: wrapperspb.UInt32(15),
MaxRetries: wrapperspb.UInt32(17),
}},
PerHostThresholds: []*envoy_cluster_v3.CircuitBreakers_Thresholds{{}},
},
}),
),
Expand Down

0 comments on commit 387e6a7

Please sign in to comment.