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

Tests: Remove a couple test uses of onModule #21414

Merged
merged 2 commits into from
Nov 8, 2016

Conversation

rjernst
Copy link
Member

@rjernst rjernst commented Nov 8, 2016

There were still a couple test use cases and examples that were using
onModule. This change cleans those cases up.

@rjernst rjernst added >test Issues or PRs that are addressing/adding tests v6.0.0-alpha1 v5.1.1 labels Nov 8, 2016
There were still a couple test use cases and examples that were using
onModule. This change cleans those cases up.
@rjernst rjernst merged commit b326f0b into elastic:master Nov 8, 2016
@rjernst rjernst deleted the less_on_module branch November 8, 2016 21:50
rjernst added a commit that referenced this pull request Nov 8, 2016
There were still a couple test use cases and examples that were using
onModule. This change cleans those cases up.
javanna added a commit to javanna/elasticsearch that referenced this pull request Nov 9, 2016
javanna added a commit to javanna/elasticsearch that referenced this pull request Nov 9, 2016
@javanna
Copy link
Member

javanna commented Nov 9, 2016

Heads up I just reverted this change on both master and 5.x as it was causing consistent build failures: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+periodic/589/console .

rjernst added a commit that referenced this pull request Nov 11, 2016
This change was reverted after it caused random test failures. This was
due to a copy/paste error in the original PR which caused the mock
version of ClusterInfoService to be used whenever the mock *ZenPing* was
used, and the real ClusterInfoService to be used when MockZenPing was
not used.
rjernst added a commit that referenced this pull request Nov 11, 2016
This change was reverted after it caused random test failures. This was
due to a copy/paste error in the original PR which caused the mock
version of ClusterInfoService to be used whenever the mock *ZenPing* was
used, and the real ClusterInfoService to be used when MockZenPing was
not used.
@rjernst
Copy link
Member Author

rjernst commented Nov 11, 2016

I recommitted this, it was a silly copy/paste error in the logic of when to use the mock vs real ClusterInfoService, which caused random havoc.

jasontedor added a commit that referenced this pull request Nov 11, 2016
* master:
  ShardActiveResponseHandler shouldn't hold to an entire cluster state
  Ensures cleanup of temporary index-* generational blobs during snapshotting (#21469)
  Remove (again) test uses of onModule (#21414)
  [TEST] Add assertBusy when checking for pending operation counter after tests
  Revert "Add trace logging when aquiring and releasing operation locks for replication requests"
  Allows multiple patterns to be specified for index templates (#21009)
  [TEST] fixes rebalance single shard check as it isn't guaranteed that a rebalance makes sense and the method only tests if rebalance is allowed
  Document _reindex with random_score
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants