From 048edf040490c8480db111849420492f78121846 Mon Sep 17 00:00:00 2001 From: Dave Chinner Date: Mon, 9 May 2016 16:03:29 +1000 Subject: [PATCH] generic: renumber tests after merge Some tests were merged with high, non-conflicting test numbers (700+). Renumber them down to contiguous numbers now that all the other tests have been added, as it's easier to do it this way rather than having to rebase and have to fix all the conflicts early renumbering will cause. Signed-off-by: Dave Chinner --- tests/generic/{705 => 349} | 2 +- tests/generic/{705.out => 349.out} | 2 +- tests/generic/{706 => 350} | 2 +- tests/generic/{706.out => 350.out} | 2 +- tests/generic/{707 => 351} | 2 +- tests/generic/{707.out => 351.out} | 2 +- tests/generic/group | 6 +++--- 7 files changed, 9 insertions(+), 9 deletions(-) rename tests/generic/{705 => 349} (99%) rename tests/generic/{705.out => 349.out} (90%) rename tests/generic/{706 => 350} (99%) rename tests/generic/{706.out => 350.out} (89%) rename tests/generic/{707 => 351} (99%) rename tests/generic/{707.out => 351.out} (97%) diff --git a/tests/generic/705 b/tests/generic/349 similarity index 99% rename from tests/generic/705 rename to tests/generic/349 index f30f2c3b..ae9f8f68 100755 --- a/tests/generic/705 +++ b/tests/generic/349 @@ -1,5 +1,5 @@ #! /bin/bash -# FS QA Test No. 705 +# FS QA Test No. 349 # # Test fallocate(ZERO_RANGE) on a block device, which should be able to # WRITE SAME (or equivalent) the range. diff --git a/tests/generic/705.out b/tests/generic/349.out similarity index 90% rename from tests/generic/705.out rename to tests/generic/349.out index 86d03175..ddddbfcd 100644 --- a/tests/generic/705.out +++ b/tests/generic/349.out @@ -1,4 +1,4 @@ -QA output created by 705 +QA output created by 349 Create and format Zero range Zero range without keep_size diff --git a/tests/generic/706 b/tests/generic/350 similarity index 99% rename from tests/generic/706 rename to tests/generic/350 index dd502e22..0a12e143 100755 --- a/tests/generic/706 +++ b/tests/generic/350 @@ -1,5 +1,5 @@ #! /bin/bash -# FS QA Test No. 706 +# FS QA Test No. 350 # # Test fallocate(PUNCH_HOLE) on a block device, which should be able to # zero-TRIM (or equivalent) the range. diff --git a/tests/generic/706.out b/tests/generic/350.out similarity index 89% rename from tests/generic/706.out rename to tests/generic/350.out index de8de0c3..6466c18f 100644 --- a/tests/generic/706.out +++ b/tests/generic/350.out @@ -1,4 +1,4 @@ -QA output created by 706 +QA output created by 350 Create and format Zero punch Punch range past EOD diff --git a/tests/generic/707 b/tests/generic/351 similarity index 99% rename from tests/generic/707 rename to tests/generic/351 index 229b152c..e87fc180 100755 --- a/tests/generic/707 +++ b/tests/generic/351 @@ -1,5 +1,5 @@ #! /bin/bash -# FS QA Test No. 707 +# FS QA Test No. 351 # # Test the unsupported fallocate flags on a block device. No collapse # or insert range, no regular fallocate, no forgetting keep-space on diff --git a/tests/generic/707.out b/tests/generic/351.out similarity index 97% rename from tests/generic/707.out rename to tests/generic/351.out index a5202213..53dcc0eb 100644 --- a/tests/generic/707.out +++ b/tests/generic/351.out @@ -1,4 +1,4 @@ -QA output created by 707 +QA output created by 351 Create and format Regular fallocate fallocate: Operation not supported diff --git a/tests/generic/group b/tests/generic/group index 546b5042..36fb7593 100644 --- a/tests/generic/group +++ b/tests/generic/group @@ -351,6 +351,6 @@ 346 auto 347 auto quick rw thin 348 auto quick metadata -705 blockdev quick rw -706 blockdev quick rw -707 blockdev quick rw +349 blockdev quick rw +350 blockdev quick rw +351 blockdev quick rw -- 2.39.5