Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fixture capabilities to integ tests #15561

Merged
merged 3 commits into from
Dec 19, 2015
Merged

Conversation

rjernst
Copy link
Member

@rjernst rjernst commented Dec 19, 2015

This change adds a Fixture class for use by gradle. A Fixture is an external process that integration tests will use. It can be added as a dependsOn for integTest, and will automatically be shutdown upon success or failure, as well as relevant information dumped on failure. There is also an example fixture in this change.

@rjernst rjernst added :Delivery/Build Build or test infrastructure v5.0.0-alpha1 labels Dec 19, 2015

public class ExampleExternalIT extends ESTestCase {
public void testExample() throws Exception {
fail("blah");
Copy link
Contributor

Choose a reason for hiding this comment

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

looks like a leftover

@rmuir
Copy link
Contributor

rmuir commented Dec 19, 2015

looks good, lets make this little step and then iterate and refactor as we add more. This is really needed!

This change adds a Fixture class for use by gradle. A Fixture is an
external process that integration tests will use. It can be added as a
dependsOn for integTest, and will automatically be shutdown upon success
or failure, as well as relevant information dumped on failure. There is
also an example fixture in this change.
rjernst added a commit that referenced this pull request Dec 19, 2015
Add fixture capabilities to integ tests
@rjernst rjernst merged commit 403644c into elastic:master Dec 19, 2015
@rjernst rjernst deleted the fixtures branch December 19, 2015 23:46
@mark-vieira mark-vieira added the Team:Delivery Meta label for Delivery team label Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Delivery/Build Build or test infrastructure Team:Delivery Meta label for Delivery team v5.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants