Add RC smoke tester that checks basic functionality#13078
Merged
s1monw merged 4 commits intoelastic:2.0from Aug 25, 2015
Merged
Add RC smoke tester that checks basic functionality#13078s1monw merged 4 commits intoelastic:2.0from
s1monw merged 4 commits intoelastic:2.0from
Conversation
This RC smoke tester runs:
1. Downloads the tar.gz & zip file from the staging URL
2. Verifies it's sha1 hashes and GPG signatures against the release key
3. Installs all official plugins
4. Starts one node an checks:
-- if it runs with Java 1.7
-- if the build hash given is the one that is returned by the status response
-- if the build is a release version and not a snapshot version
-- if all plugins are loaded
-- if the status reponse returns the correct version
Contributor
Author
|
@spinscale I basically put all the things that I do anyway into a script - we can improve it as we go I guess |
dev-tools/smoke_test_rc.py
Outdated
Member
|
I left a couple comments, I like this a lot!! |
Member
|
BTW, none of the comments I left are critical. This LGTM regardless of the responses. |
s1monw
added a commit
that referenced
this pull request
Aug 25, 2015
Add RC smoke tester that checks basic functionality
s1monw
added a commit
that referenced
this pull request
Aug 25, 2015
Add RC smoke tester that checks basic functionality
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This RC smoke tester runs:
-- if it runs with Java 1.7
-- if the build hash given is the one that is returned by the status response
-- if the build is a release version and not a snapshot version
-- if all plugins are loaded
-- if the status reponse returns the correct version