[Test] move methods from bwc test to test package for use in plugins#19738
Merged
brwe merged 2 commits intoelastic:masterfrom Aug 3, 2016
Merged
[Test] move methods from bwc test to test package for use in plugins#19738brwe merged 2 commits intoelastic:masterfrom
brwe merged 2 commits intoelastic:masterfrom
Conversation
|
LGTM |
Contributor
Author
|
Thanks for the review @abeyad ! |
jasontedor
added a commit
to jaymode/elasticsearch
that referenced
this pull request
Aug 3, 2016
* master: Fix REST test documentation [Test] move methods from bwc test to test package for use in plugins (elastic#19738) package-info.java should be in src/main only. Split regular histograms from date histograms. elastic#19551 Tighten up concurrent store metadata listing and engine writes (elastic#19684) Plugins: Make NamedWriteableRegistry immutable and add extenion point for named writeables Add documentation for the 'elasticsearch-translog' tool [TEST] Increase time waiting for all shards to move off/on to a node Fixes the active shard count check in the case of (elastic#19760) Fixes cat tasks operation in detailed mode ignore some docker craziness in scccomp environment checks
brwe
added a commit
that referenced
this pull request
Aug 4, 2016
…19738) * [Test] move methods from bwc test to test package for use in other plugins
brwe
added a commit
that referenced
this pull request
Aug 5, 2016
this sneaked in while backporting #19738
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.
I need this for testing bwc of a plugin otherwise I will have to copy much code. I first thought we might extract a base class but don't think this is a good idea because at least in my case I want to derive from a different base class already.