Skip to content

Commit aab6d4e

Browse files
kdaveRich Johnston
authored andcommitted
xfstests: renumber existing btrfs tests to start with 1
Current numbering is inheried from the single testsuite series. There are only 6 btrfs-specific tests and it makes more sense to start adding new ones at a more natural place than 300-something. There's no overlap with the old and new numbers and I hope there' will be no confusion when referencing them. Signed-off-by: David Sterba <[email protected]> Reviewed-by: Eric Sandeen <[email protected]> Signed-off-by: Rich Johnston <[email protected]>
1 parent 54d6adf commit aab6d4e

File tree

15 files changed

+24
-24
lines changed

15 files changed

+24
-24
lines changed

tests/btrfs/254 renamed to tests/btrfs/001

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/bash
2-
# FS QA Test No. 254
2+
# FS QA Test No. btrfs/001
33
#
44
# Test btrfs's subvolume and snapshot support
55
#
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
QA output created by 254
1+
QA output created by 001
22
Creating file foo in root dir
33
List root dir
44
foo

tests/btrfs/264 renamed to tests/btrfs/002

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# FS QA Test No. 264
2+
# FS QA Test No. btrfs/002
33
#
44
# Extented btrfs snapshot test cases
55
#

tests/btrfs/002.out

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
QA output created by 002
2+
Silence is golden

tests/btrfs/265 renamed to tests/btrfs/003

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/bash
2-
# FS QA Test No. 265
2+
# FS QA Test No. btrfs/003
33
#
44
# btrfs vol tests
55
#

tests/btrfs/003.out

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
QA output created by 003
2+
Silence is golden

tests/btrfs/276 renamed to tests/btrfs/004

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/bash
2-
# FSQA Test No. 276
2+
# FSQA Test No. btrfs/004
33
#
44
# Run fsstress to create a reasonably strange file system, make a
55
# snapshot and run more fsstress. Then select some files from that fs,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
QA output created by 276
1+
QA output created by 004
22
*** test backref walking
33
*** done

tests/btrfs/284 renamed to tests/btrfs/005

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/bash
2-
# FS QA Test No. 284
2+
# FS QA Test No. btrfs/005
33
#
44
# Btrfs Online defragmentation tests
55
#
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
QA output created by 284
1+
QA output created by 005
22
defrag object | defragment range | defragment compress
33
a single file | default | off
44
a single file | default | on

0 commit comments

Comments
 (0)