-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44229/
-----------------------------------------------------------
(Updated March 21, 2016, 9:20 p.m.)
Review request for mesos, Niklas Nielsen and Vinod Kone.
Changes
-------
Addressed comments.
Bugs: MESOS-2372
https://issues.apache.org/jira/browse/MESOS-2372
Repository: mesos
Description
-------
Added upgrade testing script.
Diffs (updated)
-----
support/test-upgrade.py PRE-CREATION
Diff: https://reviews.apache.org/r/44229/diff/
Testing
-------
This script is copied from @nnielsen, original patch can be found here:
https://reviews.apache.org/r/31645/
To test, build two different versions of Mesos in two different directories.
Then do:
`support/test-upgrade.py --prev=/path/to/earlier/version
--next=/path/to/later/version`
Thanks,
Greg Mann