Commit 9095071
Deflake //pkg/tcpip/stack:bridge_test.
It is a test bug, where FindFDBEntry in test may query a MAC address before
it is populated in bridge's fdbTable. In the test, the entry was initialized
once, let's refresh FDB entry in the for loop.
PiperOrigin-RevId: 8251817381 parent d93c5f5 commit 9095071
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
247 | 255 | | |
248 | 256 | | |
249 | 257 | | |
| |||
0 commit comments