|
@@ -76,7 +76,7 @@ public class TimeseriesLifecycleTypeTests extends ESTestCase {
|
|
|
Map<String, LifecycleAction> actions = VALID_HOT_ACTIONS
|
|
|
.stream().map(this::getTestAction).collect(Collectors.toMap(LifecycleAction::getWriteableName, Function.identity()));
|
|
|
if (randomBoolean()) {
|
|
|
- invalidAction = getTestAction(randomFrom("allocate", "delete", "shrink", "freeze"));
|
|
|
+ invalidAction = getTestAction(randomFrom("allocate", "delete", "freeze"));
|
|
|
actions.put(invalidAction.getWriteableName(), invalidAction);
|
|
|
}
|
|
|
Map<String, Phase> hotPhase = Collections.singletonMap("hot",
|