From 94761c14b6caaa390ff26510d725ec3932e7b52c Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Tue, 28 May 2024 01:03:48 -0500 Subject: [PATCH] Dropped block_recycles=-1 from relocation tests These should already be tested elsewhere, these test cases were mostly copied from other suites after all. And these tests are expensive, so we really shouldn't be running permutations that don't add anything. --- tests/test_relocations.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/test_relocations.toml b/tests/test_relocations.toml index 1436895c..3c2cefdb 100644 --- a/tests/test_relocations.toml +++ b/tests/test_relocations.toml @@ -12,7 +12,7 @@ after = [ # dirs + relocations may create problems for gstate [cases.test_relocations_dir_fuzz] -defines.BLOCK_RECYCLES = [-1, 5, 1, 0] +defines.BLOCK_RECYCLES = [5, 1, 0] defines.N = [1, 2, 4, 8, 16, 32, 64, 128, 256] defines.OPS = 1024 defines.REMOUNT = [false, true] @@ -160,7 +160,7 @@ code = ''' # files + relocations may create problems for shrubs [cases.test_relocations_file_fuzz] -defines.BLOCK_RECYCLES = [-1, 5, 1, 0] +defines.BLOCK_RECYCLES = [5, 1, 0] defines.N = [1, 2, 4, 8, 16, 32, 64] defines.OPS = 1024 defines.SIZE = [ @@ -371,7 +371,7 @@ code = ''' # open files + relocations may create problems for orphans/zombies [cases.test_relocations_orphanzombie_fuzz] -defines.BLOCK_RECYCLES = [-1, 5, 1, 0] +defines.BLOCK_RECYCLES = [5, 1, 0] defines.N = [1, 2, 4, 8, 16, 32, 64] defines.OPS = 1024 defines.SIZE = [ @@ -710,7 +710,7 @@ code = ''' # open files + dirs + relocations can cause so many problems it's not worth # listing them [cases.test_relocations_orphanzombiedir_fuzz] -defines.BLOCK_RECYCLES = [-1, 5, 1, 0] +defines.BLOCK_RECYCLES = [5, 1, 0] defines.N = [1, 2, 4, 8, 16, 32, 64] defines.OPS = 1024 defines.SIZE = [ @@ -1134,7 +1134,7 @@ code = ''' # wrong. # [cases.test_relocations_pl_fuzz] -defines.BLOCK_RECYCLES = [-1, 5, 1, 0] +defines.BLOCK_RECYCLES = [5, 1, 0] defines.N = [1, 2, 4, 8, 16, 32, 64] defines.OPS = 256 defines.SIZE = [