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:
Jason Tedor 2016-06-22 13:27:19 -04:00 committed by GitHub
parent 6671c0cf09
commit 5e960c0d03
1 changed files with 1 additions and 1 deletions

View File

@ -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