aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEryu Guan <eguan@redhat.com>2018-02-08 20:18:31 +0800
committerEryu Guan <eguan@redhat.com>2018-02-08 20:20:22 +0800
commitf03cfe78dac0750b1084216e3d5e4c46e0d337e8 (patch)
tree16c6be27bc4fe74a49e3407844cba09319178cd8
parenta31eff7814f6a563b27261a10b5aa8df91e8be7f (diff)
downloadxfstests-f03cfe78dac0750b1084216e3d5e4c46e0d337e8.tar.gz
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 <eguan@redhat.com>
-rwxr-xr-xtests/overlay/045 (renamed from tests/overlay/201)2
-rw-r--r--tests/overlay/045.out (renamed from tests/overlay/201.out)2
-rwxr-xr-xtests/overlay/046 (renamed from tests/overlay/202)2
-rw-r--r--tests/overlay/046.out (renamed from tests/overlay/202.out)2
-rwxr-xr-xtests/overlay/056 (renamed from tests/overlay/203)2
-rw-r--r--tests/overlay/056.out (renamed from tests/overlay/203.out)2
-rw-r--r--tests/overlay/group6
7 files changed, 9 insertions, 9 deletions
diff --git a/tests/overlay/201 b/tests/overlay/045
index 77e57187bc..6158dbd53e 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
index 157bb85c90..cfb4038881 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
index e411b9427f..b0ede6cd46 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
index 99d2b32859..4f69d55763 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
index 70dd7fdc39..3a85c82190 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
index dd81788e80..48eb1c9117 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 e8f2d4190a..65f1fe6397 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