-
Notifications
You must be signed in to change notification settings - Fork 25k
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
TESTS: Use File Based Discovery in REST Tests #34560
Merged
original-brownbear
merged 26 commits into
elastic:master
from
original-brownbear:rest-tests-file-discovery
Oct 24, 2018
Merged
Changes from 20 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
5d9d619
TESTS: Use File Based Discovery in REST Tests
original-brownbear 48decc7
Merge remote-tracking branch 'elastic/master' into rest-tests-file-di…
original-brownbear 50a8033
Merge remote-tracking branch 'elastic/master' into rest-tests-file-di…
original-brownbear cd50d89
Use file based discovery in 6.x as well
original-brownbear a3128ac
Merge remote-tracking branch 'elastic/master' into rest-tests-file-di…
original-brownbear ca832d2
Don't use file based discovery when other discovery mechanism is conf…
original-brownbear dcf5625
Merge branch 'master' into rest-tests-file-discovery
original-brownbear 8ba68ce
only use file based discovery in 6.5+
original-brownbear 3e0251c
Merge remote-tracking branch 'elastic/master' into rest-tests-file-di…
original-brownbear 48d2c87
Fix unicast hosts returned as csv erring out and order of ready checks
original-brownbear 8dfc3d2
CR comments
original-brownbear 0fd5217
Merge remote-tracking branch 'elastic/master' into rest-tests-file-di…
original-brownbear a3b9e55
Merge remote-tracking branch 'elastic/master' into rest-tests-file-di…
original-brownbear 2052e0c
CR: only compute unicast hosts txt once
original-brownbear 391a8a6
CR: Don't depend on the seed node starting up for other nodes to star…
original-brownbear fca6c93
Merge remote-tracking branch 'elastic/master' into rest-tests-file-di…
original-brownbear 33f044a
CR: Different code paths for 6.5+ and older versions, minimum number …
original-brownbear 7d32ba4
Merge remote-tracking branch 'elastic/master' into rest-tests-file-di…
original-brownbear 61bc8ad
Merge remote-tracking branch 'elastic/master' into rest-tests-file-di…
original-brownbear f641b82
increase timeout
original-brownbear 97420c5
TEST: Make other nodes depend on first node
original-brownbear 5c332d0
Merge remote-tracking branch 'elastic/master' into rest-tests-file-di…
original-brownbear ed3b328
Merge remote-tracking branch 'elastic/master' into rest-tests-file-di…
original-brownbear 9a9bf8d
Merge remote-tracking branch 'elastic/master' into rest-tests-file-di…
original-brownbear ac02a81
back to correct task order
original-brownbear 622231d
try reverting master node count change
original-brownbear File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd rather not do this - I think there's something wrong with the discovery plugin tests.