- Notifications
You must be signed in to change notification settings - Fork907
Commitb1f59aa
authored
fix: stop checking gauges unrelated to TestAgent_Stats_Magic (#17290)
Fixescoder/internal#564The test is asserting too much, including stats guages that are not directly related to the thing we are trying to test: ConnectionCount, RxBytes, and TxBytes. I think the author assumed that these are counts that only go up, but they are guages and eventually zero back out, so there are race condtions where not all of them are non-zero at the same time.1 parent88b7c9e commitb1f59aa
1 file changed
+2
-3
lines changedLines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
190 | 190 |
| |
191 | 191 |
| |
192 | 192 |
| |
193 |
| - | |
| 193 | + | |
194 | 194 |
| |
195 | 195 |
| |
196 | 196 |
| |
| |||
258 | 258 |
| |
259 | 259 |
| |
260 | 260 |
| |
261 |
| - | |
262 |
| - | |
| 261 | + | |
263 | 262 |
| |
264 | 263 |
| |
265 | 264 |
| |
|
0 commit comments
Comments
(0)