git: b55f1788c949 - stable/13 - bridge tests: re-enable span test
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Nov 2022 12:09:51 UTC
The branch stable/13 has been updated by kp:
URL: https://cgit.FreeBSD.org/src/commit/?id=b55f1788c9492a473f0160bffd3e5437843c51f7
commit b55f1788c9492a473f0160bffd3e5437843c51f7
Author: Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2022-11-02 10:58:04 +0000
Commit: Kristof Provost <kp@FreeBSD.org>
CommitDate: 2022-11-09 08:17:07 +0000
bridge tests: re-enable span test
The root cause of the intermittent span test failures has been
identified as a race between sending the packet and starting the bpf
capture.
This is now resolved, so the test can be re-enabled.
PR: 260461
MFC after: 1 week
Sponsored by: Rubicon Communications, LLC ("Netgate")
(cherry picked from commit e1274b5b2646a49c1e3efce6c9918c99716d3c07)
---
tests/sys/net/if_bridge_test.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/sys/net/if_bridge_test.sh b/tests/sys/net/if_bridge_test.sh
index 5d2223d5c40e..5ddbff94385a 100755
--- a/tests/sys/net/if_bridge_test.sh
+++ b/tests/sys/net/if_bridge_test.sh
@@ -273,7 +273,6 @@ span_head()
span_body()
{
- set -x
vnet_init
epair=$(vnet_mkepair)