Skip to content

Commit

Permalink
Merge pull request MaterializeInc#24077 from def-/pr-24076
Browse files Browse the repository at this point in the history
product-limits: Lower number of cases in CaseWhen scenario
  • Loading branch information
def- authored Dec 22, 2023
2 parents 277b385 + 322a2e9 commit 4ac7378
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/limits/mzcompose.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4ac7378

Please sign in to comment.