Move upgrade test to upgrade from version 2.3.3
This commit moves the upgrade test to test upgrading from version 2.3.3 instead of from version 2.0.0. Relates #19029
This commit is contained in:
parent
6671c0cf09
commit
5e960c0d03
|
@ -58,7 +58,7 @@ for (String box : getProperties().get('vagrant.boxes', 'sample').split(',')) {
|
||||||
|
|
||||||
/* The version of elasticsearch that we upgrade *from* as part of testing
|
/* The version of elasticsearch that we upgrade *from* as part of testing
|
||||||
* upgrades. */
|
* upgrades. */
|
||||||
String upgradeFromVersion = '2.0.0'
|
String upgradeFromVersion = '2.3.3'
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
test
|
test
|
||||||
|
|
Loading…
Reference in New Issue