* [PATCH] btrfs: add missing commit ids for a few tests using _fixed_by_kernel_commit
@ 2023-09-15 9:26 fdmanana
2023-09-15 23:05 ` Anand Jain
0 siblings, 1 reply; 2+ messages in thread
From: fdmanana @ 2023-09-15 9:26 UTC (permalink / raw)
To: fstests; +Cc: linux-btrfs, Filipe Manana
From: Filipe Manana <fdmanana@suse.com>
The tests btrfs/288, btrfs/289 and btrfs/300 are using the "xxxx..." stub
for commit ids, as when they were submitted/merged the corresponding
btrfs patches were not yet in Linus' tree. So replace the stubs with the
commit ids.
Signed-off-by: Filipe Manana <fdmanana@suse.com>
---
tests/btrfs/288 | 2 +-
tests/btrfs/289 | 2 +-
tests/btrfs/300 | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/btrfs/288 b/tests/btrfs/288
index 52245895..efa9a631 100755
--- a/tests/btrfs/288
+++ b/tests/btrfs/288
@@ -22,7 +22,7 @@ _require_odirect
# Overwriting data is forbidden on a zoned block device
_require_non_zoned_device "${SCRATCH_DEV}"
-_fixed_by_kernel_commit xxxxxxxxxxxx \
+_fixed_by_kernel_commit 1f2030ff6e49 \
"btrfs: scrub: respect the read-only flag during repair"
_scratch_dev_pool_get 2
diff --git a/tests/btrfs/289 b/tests/btrfs/289
index 9cb6c1a5..39d8f733 100755
--- a/tests/btrfs/289
+++ b/tests/btrfs/289
@@ -25,7 +25,7 @@ _require_non_zoned_device "${SCRATCH_DEV}"
# is dependent on the sectorsize.
_require_btrfs_support_sectorsize 4096
-_fixed_by_kernel_commit xxxxxxxxxxxx \
+_fixed_by_kernel_commit 79b8ee702c91 \
"btrfs: scrub: also report errors hit during the initial read"
# Create a single btrfs with DUP data profile, and create one 128K file.
diff --git a/tests/btrfs/300 b/tests/btrfs/300
index d3722503..ff87ee71 100755
--- a/tests/btrfs/300
+++ b/tests/btrfs/300
@@ -13,7 +13,7 @@ _begin_fstest auto quick subvol snapshot
_register_cleanup "cleanup"
_supported_fs btrfs
-_fixed_by_kernel_commit xxxxxxxxxxxx \
+_fixed_by_kernel_commit 94628ad94408 \
"btrfs: copy dir permission and time when creating a stub subvolume"
_require_test
--
2.40.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] btrfs: add missing commit ids for a few tests using _fixed_by_kernel_commit
2023-09-15 9:26 [PATCH] btrfs: add missing commit ids for a few tests using _fixed_by_kernel_commit fdmanana
@ 2023-09-15 23:05 ` Anand Jain
0 siblings, 0 replies; 2+ messages in thread
From: Anand Jain @ 2023-09-15 23:05 UTC (permalink / raw)
To: fdmanana, fstests; +Cc: linux-btrfs, Filipe Manana
On 15/09/2023 17:26, fdmanana@kernel.org wrote:
> From: Filipe Manana <fdmanana@suse.com>
>
> The tests btrfs/288, btrfs/289 and btrfs/300 are using the "xxxx..." stub
> for commit ids, as when they were submitted/merged the corresponding
> btrfs patches were not yet in Linus' tree. So replace the stubs with the
> commit ids.
>
> Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: Anand Jain <anand.jain@oracle.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-15 23:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-15 9:26 [PATCH] btrfs: add missing commit ids for a few tests using _fixed_by_kernel_commit fdmanana
2023-09-15 23:05 ` Anand Jain
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).