Commit e6e554b
authored
net, tests, stuntime: Increase ping granularity (#5158)
##### What this PR does / why we need it:
At 0.1s ping interval, any stuntime below 100ms reads as "0.0s" — we
can't distinguish between truly seamless migration and one that drops
packets for up to 99ms.
The finer interval reveals these differences: e.g., L2 bridge client
migration `between_non_server_nodes` measured 0.02s (1 lost packet) in
Jenkins #5600 — invisible at 0.1s resolution.
##### Which issue(s) this PR fixes:
##### Special notes for reviewer:
##### jira-ticket:
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Tests**
* Enhanced network connectivity testing with increased monitoring
frequency (10x per second)
* Improved stuntime logging precision for more granular diagnostic
visibility
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Signed-off-by: Anat Wax <awax@redhat.com>1 parent 69535a4 commit e6e554b
3 files changed
Lines changed: 4 additions & 4 deletions
File tree
- tests/network
- l2_bridge/migration_stuntime
- libs
- localnet/migration_stuntime
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments