Bug 263767 - ci: vnet tests disabled
Summary: ci: vnet tests disabled
Status: Closed Overcome By Events
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Many People
Assignee: Kevin Bowling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-04 02:37 UTC by Kevin Bowling
Modified: 2022-05-05 19:17 UTC (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Bowling freebsd_committer freebsd_triage 2022-05-04 02:37:05 UTC
vnet tests are disabled temporarily due to CI fallout
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-05-04 04:30:35 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=c4585b938a04dfb157d7a10fa958be13415145be

commit c4585b938a04dfb157d7a10fa958be13415145be
Author:     Marko Zec <zec@FreeBSD.org>
AuthorDate: 2022-05-04 04:19:46 +0000
Commit:     Marko Zec <zec@FreeBSD.org>
CommitDate: 2022-05-04 04:19:46 +0000

    tests: vnet tests started failing in CI, disable temporarily

    As a fallout of backing out 91f44749c6fe, vnet tests started
    failing in CI.  Temporarily broadly disable vnet tests until
    specific cases can be resolved, and file a bug.

    PR:             263767
    Differential Revision:  https://reviews.freebsd.org/D35119
    Submitted by:   kbowling

 tests/sys/common/vnet.subr | 4 ++++
 1 file changed, 4 insertions(+)
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-05-05 19:15:37 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=adbe6e6435a2d6021d90532d1fc9c6e89db0742a

commit adbe6e6435a2d6021d90532d1fc9c6e89db0742a
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-05-03 22:18:34 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-05-05 18:38:08 +0000

    Reenable vnet tests in CI

    After restoring the associated commits the tests can be enabled again.

    This reverts commit 711524d961233cd017ee0fd17e4b87013720f1c8.
    This reverts commit c4585b938a04dfb157d7a10fa958be13415145be.

    PR:             263767

 tests/sys/common/vnet.subr          | 4 ----
 tests/sys/netpfil/common/utils.subr | 2 --
 2 files changed, 6 deletions(-)