Skip to content

Add RC smoke tester that checks basic functionality#13078

Merged
s1monw merged 4 commits intoelastic:2.0from
s1monw:add_smoke_tester
Aug 25, 2015
Merged

Add RC smoke tester that checks basic functionality#13078
s1monw merged 4 commits intoelastic:2.0from
s1monw:add_smoke_tester

Conversation

@s1monw
Copy link
Copy Markdown
Contributor

@s1monw s1monw commented Aug 24, 2015

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

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
@s1monw s1monw added the review label Aug 24, 2015
@s1monw
Copy link
Copy Markdown
Contributor Author

s1monw commented Aug 24, 2015

@spinscale I basically put all the things that I do anyway into a script - we can improve it as we go I guess

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: an -> and

@rjernst
Copy link
Copy Markdown
Member

rjernst commented Aug 24, 2015

I left a couple comments, I like this a lot!!

@rjernst
Copy link
Copy Markdown
Member

rjernst commented Aug 24, 2015

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 s1monw merged commit 916ee5f into elastic:2.0 Aug 25, 2015
@s1monw s1monw deleted the add_smoke_tester branch August 25, 2015 08:52
s1monw added a commit that referenced this pull request Aug 25, 2015
Add RC smoke tester that checks basic functionality
@clintongormley clintongormley added >test Issues or PRs that are addressing/adding tests v2.1.0 v2.0.0 labels Aug 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

>test Issues or PRs that are addressing/adding tests v2.0.0-beta2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants