Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openshift/cluster-ingress-operator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 77673b354ec4b77be9eb3020e10825dcfe3624f5
Choose a base ref
..
head repository: openshift/cluster-ingress-operator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3029807f61119c2c7ed5edc6565bcd621c49fffe
Choose a head ref
Showing with 4 additions and 4 deletions.
  1. +4 −4 test/e2e/idle_connection_test.go
8 changes: 4 additions & 4 deletions test/e2e/idle_connection_test.go
Original file line number Diff line number Diff line change
@@ -743,10 +743,10 @@ func Test_IdleConnectionTerminationPolicy(t *testing.T) {
idleConnectionResponseServiceB, // Step 4: Final GET
},
operatorv1.IngressControllerConnectionTerminationPolicyImmediate: {
idleConnectionResponseServiceA, // Step 0: Switch to web-server-1
idleConnectionResponseServiceA, // Step 1: Initial GET
idleConnectionResponseServiceB, // Step 2: GET after switching to web-server-2
idleConnectionResponseServiceB, // Step 3: Final GET
idleConnectionResponseServiceA, // Step 1: Switch to web-server-1
idleConnectionResponseServiceA, // Step 2: Initial GET
idleConnectionResponseServiceB, // Step 3: GET after switching to web-server-2
idleConnectionResponseServiceB, // Step 4: Final GET
},
}