You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// No traffic on second coordinator (besides statistics calls):
280
-
checkTrafficAtMost(t, &statsBefore, &statsAfter, all,
281
-
&limits{Recv: 400, Sent: 4000,
282
-
RecvCount: 2, SentCount: 2}, "Pear")
275
+
// UPDATE: since 3.10 there a lot more traffic between the servers (metrics scrape) than just the statistics calls - we don't want to check for that here.
276
+
/*
277
+
checkTrafficAtMost(t, &statsBefore, &statsAfter, all,
// @deprecated Second coordinator should not count as user traffic (besides maybe the statistics calls)
333
+
// UPDATE: since 3.10 there a lot more traffic between the servers (metrics scrape) than just the statistics calls - we don't want to check for that here.
334
+
/*
335
+
t.Logf("Checking user traffic on coordinator2...")
0 commit comments