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

[TEST] Enforce skip headers when needed #34735

Merged
merged 37 commits into from Oct 31, 2018

Commits on Oct 23, 2018

  1. [TEST] Enforce skip headers when needed

    The java yaml test runner supports sending request headers, yet not all clients support headers. This commit makes sure that we enforce adding a skip section with feature "headers" whenever headers are used in a do section as part of a test. That decreases the chance for new tests to break client builds due to the missing skip section.
    
    Closes elastic#34650
    javanna committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    0779af3 View commit details
    Browse the repository at this point in the history
  2. adjusted tests

    javanna committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    5ac6010 View commit details
    Browse the repository at this point in the history
  3. remove constructor

    javanna committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    e681ef5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ff7065 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. Configuration menu
    Copy the full SHA
    1c3232b View commit details
    Browse the repository at this point in the history
  2. Revert "remove connection manager public constructor"

    This reverts commit 0ff7065.
    javanna committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    eded609 View commit details
    Browse the repository at this point in the history
  3. Revert "remove constructor"

    This reverts commit e681ef5.
    javanna committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    98f6a73 View commit details
    Browse the repository at this point in the history
  4. Revert "adjusted tests"

    This reverts commit 5ac6010.
    javanna committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    cef3ccc View commit details
    Browse the repository at this point in the history
  5. address comment

    javanna committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    86fdf86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    79b0eb9 View commit details
    Browse the repository at this point in the history
  7. fix broken test

    javanna committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    fbb6c30 View commit details
    Browse the repository at this point in the history
  8. fix test

    javanna committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    b4181a2 View commit details
    Browse the repository at this point in the history
  9. fix test

    javanna committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    f94e70f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    291fd14 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

  1. adjusted tests

    javanna committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    f8ecf2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85bad24 View commit details
    Browse the repository at this point in the history
  3. fix test

    javanna committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    7083d3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f02d425 View commit details
    Browse the repository at this point in the history
  5. Revert "adjusted tests"

    This reverts commit f8ecf2e.
    javanna committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    3a94043 View commit details
    Browse the repository at this point in the history
  6. Revert "fix test"

    This reverts commit 7083d3e.
    javanna committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    096245d View commit details
    Browse the repository at this point in the history
  7. fix bad merge

    javanna committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    2197850 View commit details
    Browse the repository at this point in the history
  8. Revert "fix test"

    This reverts commit b4181a2.
    javanna committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    3fe837d View commit details
    Browse the repository at this point in the history
  9. reverted change

    javanna committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    9951f88 View commit details
    Browse the repository at this point in the history
  10. remove empty line

    javanna committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    88bd211 View commit details
    Browse the repository at this point in the history
  11. checkstyle

    javanna committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    fdbc5e0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a1f0614 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. Configuration menu
    Copy the full SHA
    906e310 View commit details
    Browse the repository at this point in the history
  2. fix test

    javanna committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    2a71b39 View commit details
    Browse the repository at this point in the history
  3. fix test

    javanna committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    7fd8472 View commit details
    Browse the repository at this point in the history
  4. fix ml tests

    javanna committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    ef73010 View commit details
    Browse the repository at this point in the history
  5. make setup, teardown and test sections immutable and improve validation

    We now have more accurate validation of setup, teardown and test sections as for missing skip feature sections
    javanna committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    46938ca View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2018

  1. fix tests

    javanna committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    853839e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2018

  1. fix more tests

    javanna committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    959107f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

  1. Configuration menu
    Copy the full SHA
    de2f816 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    794a8c1 View commit details
    Browse the repository at this point in the history
  3. fix bad merge

    javanna committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    e2a17f2 View commit details
    Browse the repository at this point in the history
  4. improve test

    javanna committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    c75c0cc View commit details
    Browse the repository at this point in the history