From 2efe93a3be1fcdc17d4de6da5e69e7337438b703 Mon Sep 17 00:00:00 2001 From: Eryu Guan Date: Mon, 25 May 2020 00:07:45 +0800 Subject: [PATCH] fstests: renumber tests after merge Signed-off-by: Eryu Guan --- tests/xfs/{751 => 516} | 2 +- tests/xfs/{751.out => 516.out} | 2 +- tests/xfs/{755 => 517} | 2 +- tests/xfs/{755.out => 517.out} | 2 +- tests/xfs/{913 => 518} | 2 +- tests/xfs/{913.out => 518.out} | 2 +- tests/xfs/{914 => 519} | 2 +- tests/xfs/{914.out => 519.out} | 2 +- tests/xfs/group | 8 ++++---- 9 files changed, 12 insertions(+), 12 deletions(-) rename tests/xfs/{751 => 516} (99%) rename tests/xfs/{751.out => 516.out} (93%) rename tests/xfs/{755 => 517} (99%) rename tests/xfs/{755.out => 517.out} (69%) rename tests/xfs/{913 => 518} (98%) rename tests/xfs/{913.out => 518.out} (95%) rename tests/xfs/{914 => 519} (98%) rename tests/xfs/{914.out => 519.out} (90%) diff --git a/tests/xfs/751 b/tests/xfs/516 similarity index 99% rename from tests/xfs/751 rename to tests/xfs/516 index b501061b..ca8c0412 100755 --- a/tests/xfs/751 +++ b/tests/xfs/516 @@ -2,7 +2,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later # Copyright (c) 2020, Oracle and/or its affiliates. All Rights Reserved. # -# FS QA Test No. 751 +# FS QA Test No. 516 # # Update sunit and width and make sure that the filesystem still passes # xfs_repair afterwards. diff --git a/tests/xfs/751.out b/tests/xfs/516.out similarity index 93% rename from tests/xfs/751.out rename to tests/xfs/516.out index 451c07be..c1826100 100644 --- a/tests/xfs/751.out +++ b/tests/xfs/516.out @@ -1,4 +1,4 @@ -QA output created by 751 +QA output created by 516 Test: no raid parameters Test: 256k stripe unit; 4x stripe width Test: 256k stripe unit; 5x stripe width diff --git a/tests/xfs/755 b/tests/xfs/517 similarity index 99% rename from tests/xfs/755 rename to tests/xfs/517 index 56ad3485..ca26102c 100755 --- a/tests/xfs/755 +++ b/tests/xfs/517 @@ -2,7 +2,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later # Copyright (c) 2020 Oracle, Inc. All Rights Reserved. # -# FS QA Test No. 755 +# FS QA Test No. 517 # # Race freeze and fsmap for a while to see if we crash or livelock. # diff --git a/tests/xfs/755.out b/tests/xfs/517.out similarity index 69% rename from tests/xfs/755.out rename to tests/xfs/517.out index cf681c86..da6366e5 100644 --- a/tests/xfs/755.out +++ b/tests/xfs/517.out @@ -1,4 +1,4 @@ -QA output created by 755 +QA output created by 517 Format and populate Concurrent fsmap and freeze Test done diff --git a/tests/xfs/913 b/tests/xfs/518 similarity index 98% rename from tests/xfs/913 rename to tests/xfs/518 index 94681b02..14457978 100755 --- a/tests/xfs/913 +++ b/tests/xfs/518 @@ -2,7 +2,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later # Copyright (c) 2020, Oracle and/or its affiliates. All Rights Reserved. # -# FS QA Test No. 913 +# FS QA Test No. 518 # # Make sure that the quota default grace period and maximum warning limits # survive quotacheck. diff --git a/tests/xfs/913.out b/tests/xfs/518.out similarity index 95% rename from tests/xfs/913.out rename to tests/xfs/518.out index ee989388..649b7629 100644 --- a/tests/xfs/913.out +++ b/tests/xfs/518.out @@ -1,4 +1,4 @@ -QA output created by 913 +QA output created by 518 Blocks grace time: [0 days 05:00:00] Inodes grace time: [0 days 05:00:00] Realtime Blocks grace time: [0 days 05:00:00] diff --git a/tests/xfs/914 b/tests/xfs/519 similarity index 98% rename from tests/xfs/914 rename to tests/xfs/519 index b835394a..1c184a30 100755 --- a/tests/xfs/914 +++ b/tests/xfs/519 @@ -2,7 +2,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later # Copyright (c) 2020, Oracle and/or its affiliates. All Rights Reserved. # -# FS QA Test No. 914 +# FS QA Test No. 519 # # Make sure that reflink forces the log out if we mount with wsync. We test # that it actually forced the log by immediately shutting down the fs without diff --git a/tests/xfs/914.out b/tests/xfs/519.out similarity index 90% rename from tests/xfs/914.out rename to tests/xfs/519.out index 6b19fc65..7db6630c 100644 --- a/tests/xfs/914.out +++ b/tests/xfs/519.out @@ -1,4 +1,4 @@ -QA output created by 914 +QA output created by 519 test reflink flag not set 310f146ce52077fcd3308dcbe7632bb2 SCRATCH_MNT/a 310f146ce52077fcd3308dcbe7632bb2 SCRATCH_MNT/b diff --git a/tests/xfs/group b/tests/xfs/group index bb77e94b..daf54add 100644 --- a/tests/xfs/group +++ b/tests/xfs/group @@ -513,7 +513,7 @@ 513 auto mount 514 auto quick db 515 auto quick quota -751 auto quick -755 auto quick fsmap freeze -913 auto quick quota -914 auto quick reflink +516 auto quick +517 auto quick fsmap freeze +518 auto quick quota +519 auto quick reflink -- 2.30.2