From 82388f43898e37ffa9350fe39a2e08a4ed42eb53 Mon Sep 17 00:00:00 2001 From: Martin Stein Date: Wed, 2 Aug 2023 17:02:47 +0200 Subject: [PATCH] tresor_tester.run: fix free tree exhaustion The order of execution inside the Tresor lib slightly changed compared to the previous CBE lib. AFAICT, this is nothing to worry about and related to the now cleaner structuring. However, it can produce higher peak requirements regarding the allocation pool in the Free Tree. Therefor, this commit extends the dimensions of the Free Tree used in the test. Ref #4971 --- repos/gems/run/tresor_tester.run | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/repos/gems/run/tresor_tester.run b/repos/gems/run/tresor_tester.run index 08c3978e1d..8b398626f8 100644 --- a/repos/gems/run/tresor_tester.run +++ b/repos/gems/run/tresor_tester.run @@ -258,9 +258,9 @@ append config { nr_of_leafs="64" /> + nr_of_leafs="100" /> @@ -349,8 +349,10 @@ append config { + + @@ -390,6 +392,7 @@ append config { +