Commit 88fc8e5
authored
Fix race condition in back2back_test for UDP multicast bus (#1349)
* Add debug prints to back2back_test to analyze race condition
Might fail if pytest does not print stdout
* Update IPv6 back2back test to use interface-local multicast address
Under unknown conditions the IPv6 multicast frames sent during the
test are reflected back to the sender twice. This causes the test to
fail. With this commit, the multicast frames sent during the test are
constrained to the local interface to potentially avoid a double
reception.
* Revert "Add debug prints to back2back_test to analyze race condition"
This reverts commit a830c09.1 parent c1736cc commit 88fc8e5
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
| 310 | + | |
310 | 311 | | |
311 | 312 | | |
312 | | - | |
| 313 | + | |
313 | 314 | | |
314 | | - | |
| 315 | + | |
315 | 316 | | |
316 | 317 | | |
317 | 318 | | |
| |||
0 commit comments