From 322a2e94c51838dac5069fcfc23e589fb4549689 Mon Sep 17 00:00:00 2001 From: Dennis Felsing Date: Thu, 21 Dec 2023 17:50:08 +0000 Subject: [PATCH] product-limits: Lower number of cases in CaseWhen scenario See #24076 --- test/limits/mzcompose.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/limits/mzcompose.py b/test/limits/mzcompose.py index ed1a07fb4948..076d31135c1e 100644 --- a/test/limits/mzcompose.py +++ b/test/limits/mzcompose.py @@ -1130,8 +1130,9 @@ def body(cls) -> None: class CaseWhen(Generator): # Originally this was working with 1000, but after moving lowering and # decorrelation from the `plan_~` to the `sequence_~` method we had to - # reduce it a bit in order to avoid overflowing the stack. - COUNT = 950 + # reduce it a bit in order to avoid overflowing the stack. See 24076 for + # the latest occurence of this. + COUNT = 700 @classmethod def body(cls) -> None: