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: Remove broken yml test feature #31255

Merged
merged 1 commit into from
Jun 13, 2018

Commits on Jun 11, 2018

  1. Test: Remove broken yml test feature

    The `requires_replica` yaml test feature hasn't worked for years. This
    is what happens if you try to use it:
    ```
       > Throwable #1: java.lang.NullPointerException
       >    at __randomizedtesting.SeedInfo.seed([E6602FB306244B12:6E341069A8D826EA]:0)
       >    at org.elasticsearch.test.rest.yaml.Features.areAllSupported(Features.java:58)
       >    at org.elasticsearch.test.rest.yaml.section.SkipSection.skip(SkipSection.java:144)
       >    at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.test(ESClientYamlSuiteTestCase.java:321)
    ```
    
    None of our tests use it.
    nik9000 committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    8f0ea1b View commit details
    Browse the repository at this point in the history