ILM tests have switches with impossible branches #88743
Labels
:Data Management/ILM+SLM
Index and Snapshot lifecycle management
Team:Data Management
Meta label for data/management team
>test
Issues or PRs that are addressing/adding tests
The following ILM tests all contain switch statements with branches that will never execute. The tests use a
between(x, y)
switch expression, but there arecase
values that are outside the randomised range. We need to fix these before #88739 can be merged. By "fix", I mean either remove the spurious cases, or if we actually want them, then extend the randomized range.The text was updated successfully, but these errors were encountered: