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

AbstractQueryTestCase should run without type less often #28936

Merged
merged 6 commits into from
Jul 26, 2018

Commits on Mar 8, 2018

  1. AbstractQueryTestCase should run without type less often

    AbstractQueryTestCase is instanciated without mapping type one third
    of the time. Since most of the tests are disabled when there is no type
    this commit modifies the probability to use rarely() instead of a
    fixed probability.
    jimczi committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    c2a0a09 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2018

  1. Always create _doc type for the main index

    This commit changes the randomization to always create an index with a type.
    It also adds a way to create a query shard context that maps to an index with
    no type registered in order to explicitely test cases where there is no type.
    jimczi committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    cc8d1b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2018

  1. Configuration menu
    Copy the full SHA
    f73e541 View commit details
    Browse the repository at this point in the history
  2. fix tests after merge

    jimczi committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    a5fc4f5 View commit details
    Browse the repository at this point in the history
  3. fix style checks

    jimczi committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    97529a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f09ed59 View commit details
    Browse the repository at this point in the history