From: Eryu Guan Date: Thu, 8 Feb 2018 12:18:31 +0000 (+0800) Subject: overlay: renumber tests after merge X-Git-Tag: v2022.05.01~1652 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f03cfe78dac0750b1084216e3d5e4c46e0d337e8;p=users%2Fhch%2Fxfstests-dev.git overlay: renumber tests after merge Tests were merged with high seq numbers to avoid conflicts with other tests. Now renumber them to contiguous numbers, as all other tests have been merged correctly. This is easier to do than assigning the final seq numbers at commit time. Signed-off-by: Eryu Guan --- diff --git a/tests/overlay/201 b/tests/overlay/045 similarity index 99% rename from tests/overlay/201 rename to tests/overlay/045 index 77e57187b..6158dbd53 100755 --- a/tests/overlay/201 +++ b/tests/overlay/045 @@ -1,5 +1,5 @@ #! /bin/bash -# FS QA Test 201 +# FS QA Test No. 045 # # Test fsck.overlay how to deal with whiteouts in overlayfs. # diff --git a/tests/overlay/201.out b/tests/overlay/045.out similarity index 87% rename from tests/overlay/201.out rename to tests/overlay/045.out index 157bb85c9..cfb403888 100644 --- a/tests/overlay/201.out +++ b/tests/overlay/045.out @@ -1,4 +1,4 @@ -QA output created by 201 +QA output created by 045 + Orphan whiteout + Valid whiteout + Orphan whiteout(2) diff --git a/tests/overlay/202 b/tests/overlay/046 similarity index 99% rename from tests/overlay/202 rename to tests/overlay/046 index e411b9427..b0ede6cd4 100755 --- a/tests/overlay/202 +++ b/tests/overlay/046 @@ -1,5 +1,5 @@ #! /bin/bash -# FS QA Test 202 +# FS QA Test No. 046 # # Test fsck.overlay how to deal with redirect xattr in overlayfs. # diff --git a/tests/overlay/202.out b/tests/overlay/046.out similarity index 89% rename from tests/overlay/202.out rename to tests/overlay/046.out index 99d2b3285..4f69d5576 100644 --- a/tests/overlay/202.out +++ b/tests/overlay/046.out @@ -1,4 +1,4 @@ -QA output created by 202 +QA output created by 046 + Invalid redirect + Invalid redirect(2) + Valid redirect diff --git a/tests/overlay/203 b/tests/overlay/056 similarity index 99% rename from tests/overlay/203 rename to tests/overlay/056 index 70dd7fdc3..3a85c8219 100755 --- a/tests/overlay/203 +++ b/tests/overlay/056 @@ -1,5 +1,5 @@ #! /bin/bash -# FS QA Test 203 +# FS QA Test No. 056 # # Test fsck.overlay how to deal with impure xattr in overlayfs. # diff --git a/tests/overlay/203.out b/tests/overlay/056.out similarity index 69% rename from tests/overlay/203.out rename to tests/overlay/056.out index dd81788e8..48eb1c911 100644 --- a/tests/overlay/203.out +++ b/tests/overlay/056.out @@ -1,4 +1,4 @@ -QA output created by 203 +QA output created by 056 + Missing impure + Missing impure(2) + Missing impure(3) diff --git a/tests/overlay/group b/tests/overlay/group index e8f2d4190..65f1fe639 100644 --- a/tests/overlay/group +++ b/tests/overlay/group @@ -47,6 +47,8 @@ 042 auto quick copyup hardlink 043 auto quick copyup nonsamefs 044 auto quick copyup hardlink nonsamefs +045 auto quick fsck +046 auto quick fsck 047 auto quick copyup hardlink 048 auto quick copyup hardlink 049 auto quick copyup redirect @@ -56,6 +58,4 @@ 053 auto quick copyup redirect exportfs nonsamefs 054 auto quick copyup redirect exportfs 055 auto quick copyup redirect exportfs nonsamefs -201 auto quick fsck -202 auto quick fsck -203 auto quick fsck +056 auto quick fsck