diff mbox series

[7/9] xfs/856: add rtreflink upgrade to test matrix

Message ID 170405032108.1827358.4212368779476095141.stgit@frogsfrogsfrogs (mailing list archive)
State New, archived
Headers show
Series [1/9] xfs/122: update fields for realtime reflink | expand

Commit Message

Darrick J. Wong Dec. 27, 2023, 2:03 p.m. UTC
From: Darrick J. Wong <djwong@kernel.org>

Add realtime reflink to the features that this test will try to
upgrade.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
---
 tests/xfs/1856 |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/tests/xfs/1856 b/tests/xfs/1856
index 8453d9bff2..4126c28e5d 100755
--- a/tests/xfs/1856
+++ b/tests/xfs/1856
@@ -205,12 +205,13 @@  post_exercise()
 # upgrade don't spread failure to the rest of the tests.
 FEATURES=()
 if rt_configured; then
-	# rmap wasn't added to rt devices until after metadir and rtgroups
+	# reflink & rmap weren't added to rt devices until after metadir and rtgroups
 	check_repair_upgrade finobt && FEATURES+=("finobt")
 	check_repair_upgrade inobtcount && FEATURES+=("inobtcount")
 	check_repair_upgrade bigtime && FEATURES+=("bigtime")
 	check_repair_upgrade metadir && FEATURES+=("metadir")
 	supports_rtgroups && check_repair_upgrade rmapbt && FEATURES+=("rmapbt")
+	supports_rtgroups && check_repair_upgrade reflink && FEATURES+=("reflink")
 else
 	check_repair_upgrade finobt && FEATURES+=("finobt")
 	check_repair_upgrade rmapbt && FEATURES+=("rmapbt")