From nobody Thu Dec 16 13:11:12 2021 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id EC84D18EBB29; Thu, 16 Dec 2021 13:11:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JFCDJ4pMJz4x3L; Thu, 16 Dec 2021 13:11:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 84CA38C4; Thu, 16 Dec 2021 13:11:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1BGDBC1W077929; Thu, 16 Dec 2021 13:11:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BGDBCIP077928; Thu, 16 Dec 2021 13:11:12 GMT (envelope-from git) Date: Thu, 16 Dec 2021 13:11:12 GMT Message-Id: <202112161311.1BGDBCIP077928@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Kristof Provost Subject: git: cfca19c28e5e - main - tests: sys.netpfil.pf.pfsync.defer fails in CI List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-main@freebsd.org X-BeenThere: dev-commits-src-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kp X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: cfca19c28e5e929dc8b776147d9b7fa8a0349b63 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1639660272; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=LzVqIRlJ5qx2ohBcsVR5j2UV9kqpQySkwPSg9txPJto=; b=ayhsuv9urVBpBWQv3dNX6Qz88koJiSIVUO1OKJuWgC1HPQNGa8FHLomhWqWYADM15JLgY6 T/wItHs4uq5xUbfIcXwnpUhcucShPzRDxckYVP2MirUAhKg4/mv8bi2g7+tgKnkac37MwV v273cwpCW5E2A4pvjqdHS0LQxISHADbk7C6tc9Os50BGINwT7jYL1PJVTLP+1vY3C5fUn8 2H9xr+GCM3p3SwwtudI8Dj5qwukN1mxgvS8BnPY/vm2RbC/w0SkGNXOG/qLFOhNvI5ft4D KRS/9Ex/hc0437tA+bJJIIs0y5Fm4Dxtsf1U+QUI7c+eqL9LiaD94bf7AhHPGQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1639660272; a=rsa-sha256; cv=none; b=V0grA1l54HxURATBOkFxRptDkboMQWODZKCs4TmJPwlyDpFwQnyn8rUB1D6jt+tY6HGqfn XhQ4vFkvN7lFIdyCRTIp/eFxanQKEuv0Vek8UW1oPEh9jUPjXb+6iphCvlnuOAXs06Sd1S WsaUaS3ux0G3fYsGs1yYNfOQjHaKiAWSbCuJqrjLxSZ4aM46mdMgba0/vD7PYAs7um9nx/ dlfEzXDKGaDHyHPYvooJsm1UZncVwvSOS4L4C0biLhGXbKbnzow/dMdqhEo+WkMyxQk6EZ g6JPc+aSeABItC38lGmo9vfyvtkSMjOmQCBaMRSNYBdyR0ePr3Xrc9u1joPcxw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=cfca19c28e5e929dc8b776147d9b7fa8a0349b63 commit cfca19c28e5e929dc8b776147d9b7fa8a0349b63 Author: Kristof Provost AuthorDate: 2021-12-16 12:09:59 +0000 Commit: Kristof Provost CommitDate: 2021-12-16 12:09:59 +0000 tests: sys.netpfil.pf.pfsync.defer fails in CI sys.netpfil.pf.pfsync.defer has been failing for a while in CI now. Disable it for now. Sponsored by: Rubicon Communications, LLC ("Netgate") --- tests/sys/netpfil/pf/pfsync.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/sys/netpfil/pf/pfsync.sh b/tests/sys/netpfil/pf/pfsync.sh index 1422c0b47c49..98e01561fff1 100644 --- a/tests/sys/netpfil/pf/pfsync.sh +++ b/tests/sys/netpfil/pf/pfsync.sh @@ -125,6 +125,10 @@ defer_body() { pfsynct_init + if [ "$(atf_config_get ci false)" = "true" ]; then + atf_skip "Skip know failing test (likely related to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260460)" + fi + epair_sync=$(vnet_mkepair) epair_in=$(vnet_mkepair) epair_out=$(vnet_mkepair)