From patchwork Mon Nov 20 21:10:55 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Boris Burkov X-Patchwork-Id: 13461995 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bur.io header.i=@bur.io header.b="xsnvIWJn"; dkim=pass (2048-bit key) header.d=messagingengine.com header.i=@messagingengine.com header.b="0COq6kl1" Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 36529ED; Mon, 20 Nov 2023 13:10:07 -0800 (PST) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id A3BEB5C1149; Mon, 20 Nov 2023 16:10:06 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Mon, 20 Nov 2023 16:10:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bur.io; h=cc :content-transfer-encoding:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=fm2; t=1700514606; x= 1700601006; bh=Sa0f0GHQC8WQnzQAyAmRlF3G+ki4/JBjxAMau6w2BTA=; b=x snvIWJnEIHNfzQQPUr3HvhXYb4f57Boa87CyGRojNaKLV0VmG9cy6/bS13USg/dd xWeocHOKVkexVBuoaUTtEY8M8bqB9qzCHcgrp8gc9g+MsUHFi9GcWyTQN3oGN+Va FNp988PqdcACFLW9kvthE17X9TS09TCy8U5X26uuMXv2Q1lsRTtxxQvFTPhHvLcb dHXTtRHYv5mL8XWfWsG7cCWwAmRyjP3nCXNnuyWnwrdkR4fCkNP//ICf6oRmSW8G b5qMVPwK0A368mSva9B06DdDACZRQDZ3c1BHffgqXj2hyUNM2Qs3KnMGDgkyu0ut yQ9XhzcZ8Cy22YD6WKpCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:date:feedback-id:feedback-id:from:from:in-reply-to :in-reply-to:message-id:mime-version:references:reply-to:sender :subject:subject:to:to:x-me-proxy:x-me-proxy:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; t=1700514606; x=1700601006; bh=S a0f0GHQC8WQnzQAyAmRlF3G+ki4/JBjxAMau6w2BTA=; b=0COq6kl1rnjlRVKWx XV6KZNM1PJgegZprLsw5JCsC6b3EsZ5zn5n0Pm88h/7CG3vOj/Q/5B8Sw9nhRBdx s/KAEkFx3wYglZZYlT3ymo5GiLRzE79MI4q2Sm9ZIllNzsHqBKQDpWf/SSsy6ipm aHSl6ao1g2O8Y95fpwnPP8okUvWePRZu7cIpp+T4VwtZVxVgEmxRcXw5YhrInf4y KoKOY4G1GmoRLst+VrpxLBL6OWlZx15qxD1QET6ocCs1bU6wr2k5RTMUlLRW0lnv OkzTUWEa5KDgwNXYdZesP/R/z9L08moIU+0Tl8m+8zbKLvguInhko1WClVb15/sN S6BZA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvkedrudegjedguddulecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkffojghfggfgsedtke ertdertddtnecuhfhrohhmpeeuohhrihhsuceuuhhrkhhovhcuoegsohhrihhssegsuhhr rdhioheqnecuggftrfgrthhtvghrnhepieeuffeuvdeiueejhfehiefgkeevudejjeejff evvdehtddufeeihfekgeeuheelnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghm pehmrghilhhfrhhomhepsghorhhishessghurhdrihho X-ME-Proxy: Feedback-ID: i083147f8:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 20 Nov 2023 16:10:06 -0500 (EST) From: Boris Burkov To: linux-btrfs@vger.kernel.org, kernel-team@fb.com, fstests@vger.kernel.org Subject: [PATCH v2 2/2] btrfs/301: require_no_compress Date: Mon, 20 Nov 2023 13:10:55 -0800 Message-ID: X-Mailer: git-send-email 2.42.0 In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-btrfs@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 btrfs/301 makes detailed size calculations to test squota edge cases which rely on assumptions that break down with compression enabled. Fix it by disabling the test with compression. Compression + squotas still gets quite solid test coverage via squotas support in fsck and normal compression enabled fstests runs. Signed-off-by: Boris Burkov Reviewed-by: Filipe Manana --- tests/btrfs/301 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/btrfs/301 b/tests/btrfs/301 index dbc6d9aef..82363f717 100755 --- a/tests/btrfs/301 +++ b/tests/btrfs/301 @@ -22,6 +22,7 @@ _require_cp_reflink _require_btrfs_command inspect-internal dump-tree _require_xfs_io_command "falloc" _require_scratch_enable_simple_quota +_require_no_compress subv=$SCRATCH_MNT/subv nested=$SCRATCH_MNT/subv/nested