History log of /freebsd/tests/sys/net/if_lagg_test.sh (Results 1 – 13 of 13)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0089d83b 07-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
wi

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.

show more ...


# 57068597 07-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 c

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

show more ...


Revision tags: release/13.3.0, release/14.0.0
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

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


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0
# 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


Revision tags: release/13.0.0
# 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
regres

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

show more ...


Revision tags: release/12.2.0, release/11.4.0
# 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


# 3c4ad300 17-Feb-2020 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r358000 through r358048.


# 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


# b33a8b38 16-Feb-2020 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r357966 through r357999.


# 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


Revision tags: release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0
# 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

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

show more ...