History log of /freebsd-current/tests/sys/net/if_lagg_test.sh
Revision Date Author Comments
# 0089d83b 06-May-2024 Gleb Smirnoff <glebius@FreeBSD.org>

lagg: enable tests that stress the configuration changes

I wasn't able to reproduce a crash in several runs. Might be that
48698ead6ff0 or earlier changes have closed the races. In case crashes
with just enabled tests are registered, I will either work on them or
disable tests again.


# 57068597 06-May-2024 Gleb Smirnoff <glebius@FreeBSD.org>

lagg: propagate up/down to the children

Based on the old submission from asomers@. With modern state of locking
in lagg(4), the patch got much simplier. Enable the test that was
waiting for this change.

PR: 226144
Reviewed by: asomers
Differential Revision: https://reviews.freebsd.org/D44605


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 2d827c06 11-Oct-2021 Li-Wen Hsu <lwhsu@FreeBSD.org>

Skip sys.net.if_lagg_test.status_stress in CI

This case panics the machine fairly often and we should run
stress tests separately.

Sponsored by: The FreeBSD Foundation


# aa05775e 22-Mar-2021 Alex Richardson <arichardson@FreeBSD.org>

tests/sys/net/if_lagg_test: Fix syntax error

Fixes: ee231b27ff ("Also skip sys/net/if_lagg_test:witness on non-i386")


# ee231b27 19-Mar-2021 Alex Richardson <arichardson@FreeBSD.org>

Also skip sys/net/if_lagg_test:witness on non-i386

The LOR also happens on amd64 and other architectures. Ideally we would
fix this. However, in order to get Jenkins green again to catch real
regressions, we should skip this test for now.

PR: 251726
Reviewed By: lwhsu
Differential Revision: https://reviews.freebsd.org/D29341


# 435166f8 11-Jun-2020 Li-Wen Hsu <lwhsu@FreeBSD.org>

Skip sys.net.if_lagg_test.lacp_linkstate_destroy_stress in CI because of panic

PR: 244168
Sponsored by: The FreeBSD Foundation


# f1cabcd3 16-Feb-2020 Li-Wen Hsu <lwhsu@FreeBSD.org>

Temporarily skip sys.net.if_lagg_test.lacp_linkstate_destroy_stress on i386 CI

It panics kernel

PR: 244168
Sponsored by: The FreeBSD Foundation


# 07a721ac 16-Feb-2020 Li-Wen Hsu <lwhsu@FreeBSD.org>

Temporarily skip failing sys.net.if_lagg_test.witness on i386 CI

PR: 244163
Sponsored by: The FreeBSD Foundation


# 11dcf43d 16-Feb-2020 Li-Wen Hsu <lwhsu@FreeBSD.org>

Remove trailing whitespace

Sponsored by: The FreeBSD Foundation


# 4b40bdbd 23-Feb-2018 Alan Somers <asomers@FreeBSD.org>

Add tests for lagg(4) and other cloned network interfaces

Unfortunately, most of the tests are disabled because they fairly frequently
trigger panics.

MFC after: 3 weeks
Sponsored by: Spectra Logic Corp