Page MenuHomeFreeBSD

bridge tests: Avoid building a switching loop
ClosedPublic

Authored by kp on May 31 2020, 7:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 18, 8:43 AM
Unknown Object (File)
Sun, Apr 12, 6:04 PM
Unknown Object (File)
Sun, Apr 12, 4:27 AM
Unknown Object (File)
Sat, Apr 11, 9:34 PM
Unknown Object (File)
Sat, Apr 11, 12:36 AM
Unknown Object (File)
Thu, Apr 9, 5:41 PM
Unknown Object (File)
Tue, Apr 7, 8:31 AM
Unknown Object (File)
Fri, Apr 3, 7:20 AM

Details

Summary

Enable STP before bringing the bridges up. This avoids a switching loop,
which has a tendency to drown out progress in userspace processes,
especially on single-core systems.

Only check that we have indeed shut down one of the looped interfaces

PR: 246448

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kp requested review of this revision.May 31 2020, 7:20 PM

We no longer require jq

LGTM.

Minor nit: any chance jails a and b can be named bridge_stp_a and bridge_stp_b to avoid potential clashes with other tests?

This revision is now accepted and ready to land.Jun 1 2020, 3:51 PM
This revision was landed with ongoing or failed builds.Jun 1 2020, 7:26 PM
This revision was automatically updated to reflect the committed changes.

Minor nit: any chance jails a and b can be named bridge_stp_a and bridge_stp_b to avoid potential clashes with other tests?

Yeah, but that should be its own commit.