File tree 1 file changed +3
-3
lines changed
test/integration/connect/envoy/case-cfg-resolver-svc-failover
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ load helpers
53
53
# Note: when failover is configured the cluster is named for the original
54
54
# service not any destination related to failover.
55
55
@test " s1 upstream should have healthy endpoints for s2 and s3 together" {
56
- assert_upstream_has_endpoints_in_status 127.0.0.1:19000 failover-target~ s2.default.primary HEALTHY 1
56
+ assert_upstream_has_endpoints_in_status 127.0.0.1:19000 s2.default.primary HEALTHY 2
57
57
}
58
58
59
59
@test " s1 upstream should be able to connect to s2 via upstream s2 to start" {
@@ -65,8 +65,8 @@ load helpers
65
65
}
66
66
67
67
@test " s1 upstream should have healthy endpoints for s3-v1 and unhealthy endpoints for s2" {
68
- assert_upstream_has_endpoints_in_status 127.0.0.1:19000 failover-target~v1.s3 .default.primary HEALTHY 1
69
- assert_upstream_has_endpoints_in_status 127.0.0.1:19000 failover-target~ s2.default.primary UNHEALTHY 1
68
+ assert_upstream_has_endpoints_in_status 127.0.0.1:19000 s2 .default.primary HEALTHY 1
69
+ assert_upstream_has_endpoints_in_status 127.0.0.1:19000 s2.default.primary UNHEALTHY 1
70
70
}
71
71
72
72
@test " s1 upstream should be able to connect to s3-v1 now" {
You can’t perform that action at this time.
0 commit comments