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 test that get triggers shard search active #46317

Merged
merged 3 commits into from
Sep 4, 2019

Commits on Sep 4, 2019

  1. Add test that get triggers shard search active

    This commit is a follow-up to a change that fixed that multi-get was not
    triggering a shard to become search active. In that change, we added a
    test that multi-get properly triggers a shard to become search
    active. This commit is a follow-up to that change which adds a test for
    the get case. While get is already handled correctly in production code,
    there was not a test for it. This commit adds one. Additionally, we
    factor all the search idle tests from IndexShardIT into a separate test
    class, as an effort to keep related tests together instead of a single
    large test class containing a jumble of tests, and also to keep test
    classes smaller for better parallelization.
    jasontedor committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    7345617 View commit details
    Browse the repository at this point in the history
  2. Fix imports

    jasontedor committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    36e4b7d View commit details
    Browse the repository at this point in the history
  3. Fix wildcard imports

    jasontedor committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    ecafef2 View commit details
    Browse the repository at this point in the history