Commit d0ead68
authored
This test used an index without an alias to simulate a failure in the
`check-rollover-ready` step. However, with #48256 that step
automatically retries, meaning that the index may not always be in
the ERROR step.
This commit changes the test to use a shrink action with an invalid
number of shards so that it stays in the ERROR step.
Resolves #48767
1 parent 99aedc8 commit d0ead68
File tree
1 file changed
+18
-1
lines changed- x-pack/plugin/ilm/qa/multi-node/src/test/java/org/elasticsearch/xpack/ilm
1 file changed
+18
-1
lines changedLines changed: 18 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
844 | 844 | | |
845 | 845 | | |
846 | 846 | | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
847 | 864 | | |
848 | 865 | | |
849 | 866 | | |
850 | 867 | | |
851 | 868 | | |
852 | 869 | | |
853 | 870 | | |
854 | | - | |
| 871 | + | |
855 | 872 | | |
856 | 873 | | |
857 | 874 | | |
| |||
0 commit comments