Fixed test out-of-space issues with powerloss testing

These are just incorrect limits in the tests that can be triggered by
powerloss testing, which can end up with more metadata-pairs than
without powerloss testing due to orphans.
This commit is contained in:
Christopher Haster
2022-11-28 10:06:16 -06:00
parent 6c18b4dfb6
commit f89d758444
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -179,6 +179,7 @@ code = '''
[cases.test_dirs_many_reentrant]
defines.N = [5, 11]
if = 'BLOCK_COUNT >= 4*N'
reentrant = true
code = '''
lfs_t lfs;