parent
c7ce5a07f2
commit
fd3fac9565
|
@ -51,7 +51,7 @@ public class MaxSizeCondition extends Condition<ByteSizeValue> {
|
|||
|
||||
@Override
|
||||
boolean includedInVersion(Version version) {
|
||||
return version.onOrAfter(Version.V_7_0_0_alpha1);
|
||||
return version.onOrAfter(Version.V_6_1_0);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"Rollover with max_size condition":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: max_size condition is introduced in v7
|
||||
version: " - 6.0.99"
|
||||
reason: max_size condition is introduced in 6.1.0
|
||||
|
||||
# create index with alias and replica
|
||||
- do:
|
||||
|
|
Loading…
Reference in New Issue