Skip to content

Commit

Permalink
source tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Oct 24, 2023
1 parent 17a76f6 commit eb8e27c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions internal/mesh/internal/controllers/xds/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1035,6 +1035,14 @@ func (suite *xdsControllerTestSuite) TestReconcile_SidecarProxyGoldenFileInputs(
"source/l4-multiple-workload-addresses-with-specific-ports",
"source/l4-multiple-workload-addresses-without-ports",
"source/l4-single-workload-address-without-ports",
"source/l7-expose-paths",
"source/local-and-inbound-connections",
"source/multiport-l4-multiple-workload-addresses-with-specific-ports",
"source/multiport-l4-multiple-workload-addresses-without-ports",
"source/multiport-l4-workload-with-only-mesh-port",
"source/multiport-l7-multiple-workload-addresses-with-specific-ports",
"source/multiport-l7-multiple-workload-addresses-without-ports",
"source/multiport-l7-multiple-workload-addresses-without-ports",
}

for _, name := range cases {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"cluster": {
"name": "local_app:port1"
},
"maxInboundConnections": 123,
"maxInboundConnections": "123",
"statPrefix": "public_listener",
"trafficPermissions": {}
},
Expand All @@ -151,7 +151,7 @@
"route": {
"name": "public_listener:port3"
},
"maxInboundConnections": 123,
"maxInboundConnections": "123",
"statPrefix": "public_listener",
"staticRoute": true,
"trafficPermissions": {}
Expand Down

0 comments on commit eb8e27c

Please sign in to comment.