Measure VPN route recovery time
This commit is contained in:
@@ -1533,7 +1533,9 @@ func TestFabricClientPacketIngressIsolatesRouteFailoverPerLogicalChannel(t *test
|
||||
if statA.LastRecoveredFromRouteID != "route-primary" ||
|
||||
statA.LastRecoveredNextHop != "relay-primary" ||
|
||||
statA.RouteSwitchCount != 1 ||
|
||||
statA.LastRouteFailureAt == "" ||
|
||||
statA.LastRouteSwitchAt == "" ||
|
||||
statA.LastRouteRecoveryMillis < 0 ||
|
||||
snapshot.FlowScheduler.RouteRecoveredChannelCount != 1 ||
|
||||
snapshot.FlowScheduler.RouteSwitchCount != 1 {
|
||||
t.Fatalf("route recovery telemetry = stat:%+v scheduler:%+v", statA, snapshot.FlowScheduler)
|
||||
|
||||
Reference in New Issue
Block a user