From nobody Thu Dec 29 01:21:24 2022 X-Original-To: testing@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 4Nj9Zr1JZBz2kmjr for ; Thu, 29 Dec 2022 01:21:24 +0000 (UTC) (envelope-from bugzilla-noreply@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 4Nj9Zq6pjpz3sQT for ; Thu, 29 Dec 2022 01:21:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1672276884; 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: in-reply-to:in-reply-to:references:references; bh=uLeOWiLoU3psfnq8QGcMkiLtQMEBgJXR9VBU5l1ir08=; b=g/kxDi3r4AuiGlp4Qpc1Ca5Crl+TZvGqAbZtqY4OGYT6UckUkEqAxS254y4dOPqefy1N3b 3SyNvPSvse+dkUghYg2/ShdTeYApwVCzjemHAF/ti8VN4m3oIWTQsqGbXxRByoPsu3fEss /VIT4VI/5D+NvZnOlqwvJhY7GT/Q0BS2i2+kFytoeCkj8pIWYcZSvjrW8HFy9nI5rAc2G7 wptZAlT5cbz5SWuI2RYtU3yzqL4w85G6XMRKrH1KR4loeND8us5zzhEmLqChIvJI7AFChb f0jbVEplRmbeWpEitkcaXcXe1HgHBans1ZdSGe8C7ZJwJhux8W/dQHxzbhkijQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1672276884; a=rsa-sha256; cv=none; b=r33DSPEZz1iViczJ8ZCK1zoEC21ENuXdwTAW4BnvcFYN46JBeP3iexSmq8bPQS/Ssel48T v33m9/2cQaLIIROzmDOaQ1tpmuBnLJUq8lnaZLBPXIj2FPMXtESS3zKoNfo4twe7v9sVWp NOtpietJP9h7N+2+x5zXc8LeDkDjCvNgWZPKrd0cR2pnBtgnrlYcNAMSvAROw91YoHoppx PGRQJU5dsj2R6NRV4Rx62PbINvllCVb20BD9p8WOZgMO6cIdvpRhf5zEPWQMxAHCcs0gdq G05kHro0YxCXZHmZUZQF/GZS6pQN5dKhsWIZy6PGsXBXASNOef1+ihTn28Z9qw== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 4Nj9Zq5sxpz19Rg for ; Thu, 29 Dec 2022 01:21:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 2BT1LNW1052451 for ; Thu, 29 Dec 2022 01:21:23 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2BT1LNcB052450 for testing@FreeBSD.org; Thu, 29 Dec 2022 01:21:23 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: testing@FreeBSD.org Subject: [Bug 267554] ZFS tests should avoid atf_expect_fail due to coarse integration with ATF Date: Thu, 29 Dec 2022 01:21:24 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: tests X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: vangyzen@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: vangyzen@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Testing List-Archive: https://lists.freebsd.org/archives/freebsd-testing List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-testing@freebsd.org X-BeenThere: freebsd-testing@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267554 --- Comment #4 from Eric van Gyzen --- (In reply to Graham Perrin from comment #3) > Thank you, anything more to do here?=20 >=20 > I see That change fixes one instance of this problem, but there could be many mor= e.=20 This bug is asking for (1) a review of the ZFS tests that use atf_expect_fa= il and (2) fixes for those findings, similar to the above change. --=20 You are receiving this mail because: You are on the CC list for the bug.=