Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for ESSingleNodeTestCase (0.59 seconds)

  1. TESTING.asciidoc

    affected by changes that are unrelated to the piece of functionality that is
    being tested.
    
    The reason why `ESSingleNodeTestCase` exists is that all our components used to
    be very hard to set up in isolation, which had led us to having a number of
    integration tests but close to no unit tests. `ESSingleNodeTestCase` is a
    workaround for this issue which provides an easy way to spin up a node and get
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon Jun 07 13:55:20 GMT 2021
    - 32.5K bytes
    - Click Count (0)
  2. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/InternalPluginBuildPlugin.java

                    testingConventionRule.baseClass("org.elasticsearch.test.rest.ESRestTestCase");
                    testingConventionRule.baseClass("org.elasticsearch.test.ESSingleNodeTestCase");
                });
            });
    
            project.afterEvaluate(p -> {
                boolean isModule = GradleUtils.isModuleProject(p.getPath());
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 5K bytes
    - Click Count (0)
Back to Top