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

[Rollup] Replace RollupIT with a ESRestTestCase version #31977

Merged
merged 7 commits into from
Jul 16, 2018

Commits on Jul 11, 2018

  1. [Rollup] Replace RollupIT with a ESRestTestCase version

    The old RollupIT was a node IT, an flaky for a number of reasons.
    This new version is an ESRestTestCase and should be a little more robust.
    
    This was added to the multi-node QA tests as that seemed like the most
    appropriate location.  It didn't seem necessary to create a whole new
    QA module.
    
    Note: The only test that was ported was the "Big" test for validating
    a larger dataset.  The rest of the tests are represented in existing
    yaml tests.
    
    Closes elastic#31258
    Closes elastic#30232
    Related to elastic#30290
    polyfractal committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    5e4752a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2018

  1. Reduce page size to 20

    polyfractal committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    32ef176 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb5c529 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2018

  1. Configuration menu
    Copy the full SHA
    f7ff73b View commit details
    Browse the repository at this point in the history
  2. remove internalClusterTest details from build file

    No longer needed since the Rollup tests are all unit
    polyfractal committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    e7c03fa View commit details
    Browse the repository at this point in the history
  3. Gradle tweak

    polyfractal committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    0637040 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    760355b View commit details
    Browse the repository at this point in the history