Commit e0f4b01
authored
Fixing ReindexDataStreamStatusTests so that the in progress set max size is not less than min size (elastic#118957)
It is currently possible when we mutate a status object that we ask for
a random set for the inProgress field where the max size of the set is
less than the min size. This fixes that.1 parent 1141ede commit e0f4b01
File tree
2 files changed
+2
-2
lines changed- x-pack/plugin/migrate/src/test/java/org/elasticsearch/xpack/migrate/task
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments