- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 225 for fixtures (0.06 seconds)
-
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/testfixtures/TestFixturesPlugin.java
project.afterEvaluate(spec -> { if (extension.fixtures.isEmpty()) { // if only one fixture is used, that's this one, but without a compose file that's not a valid configuration throw new IllegalStateException( "No " + DOCKER_COMPOSE_YML + " found for " + project.getPath() + " nor does it use other fixtures." ); } });
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 29 15:07:50 GMT 2021 - 10.7K bytes - Click Count (0) -
.teamcity/subprojects.json
"crossVersionTests": false }, { "name": "project-features", "path": "platforms/core-configuration/project-features", "unitTests": false, "functionalTests": true, "crossVersionTests": false }, { "name": "project-features-api", "path": "platforms/core-configuration/project-features-api", "unitTests": false, "functionalTests": false,
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 15:03:00 GMT 2026 - 42K bytes - Click Count (0) -
build-tools-internal/src/main/groovy/org/elasticsearch/gradle/internal/test/AntFixture.groovy
import org.elasticsearch.gradle.internal.test.Fixture import org.gradle.api.GradleException import org.gradle.api.tasks.Internal import org.gradle.api.tasks.TaskProvider /** * A fixture for integration tests which runs in a separate process launched by Ant. */ class AntFixture extends AntTask implements Fixture { /** The path to the executable that starts the fixture. */ @Internal String executableCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 10.1K bytes - Click Count (0) -
build-logic-commons/code-quality-rules/src/main/resources/checkstyle/suppressions.xml
<suppress checks="JavadocPackage" files=".*[/\\]platforms[/\\]jvm[/\\]plugins-jvm-test-fixtures[/\\]src[/\\]main[/\\]java[/\\]org[/\\]gradle[/\\]api[/\\]plugins[/\\][^/\\]+"/> <suppress checks="JavadocPackage"
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 19 16:48:15 GMT 2026 - 13.5K bytes - Click Count (0) -
.idea/gradle.xml
<option value="$PROJECT_DIR$/platforms/core-configuration/project-features" /> <option value="$PROJECT_DIR$/platforms/core-configuration/project-features-api" /> <option value="$PROJECT_DIR$/platforms/core-configuration/project-features-demos" /> <option value="$PROJECT_DIR$/platforms/core-configuration/stdlib-kotlin-extensions" />Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 10:18:20 GMT 2026 - 25.5K bytes - Click Count (0) -
CONTRIBUTING.md
but we'd like to fix that in the future. #### `test` Our test framework and test fixtures. We use the test framework for testing the server, the plugins, and modules, and pretty much everything else. We publish the test framework so folks who develop Elasticsearch plugins can use it to test the plugins. The test fixtures are external processes that we start before running specific tests that rely on them.
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 07:32:01 GMT 2021 - 36.5K bytes - Click Count (0) -
TESTING.asciidoc
./gradlew precommit --------------------------------------------------------------------------- Some of these checks will require `docker-compose` installed for bringing up test fixtures. If it's not present those checks will be skipped automatically. The host running Docker (or VM if you're using Docker Desktop) needs 4GB of memory or some of the containers will fail to start. You can tell that you
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) -
build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/JdkDownloadPluginFuncTest.groovy
*/ package org.elasticsearch.gradle.internal import spock.lang.Unroll import com.github.tomakehurst.wiremock.WireMockServer import org.elasticsearch.gradle.fixtures.AbstractGradleFuncTest import org.elasticsearch.gradle.fixtures.WiremockFixture import org.elasticsearch.gradle.transform.SymbolicLinkPreservingUntarTransform import org.elasticsearch.gradle.transform.UnzipTransform import java.nio.file.Files
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Sep 27 19:29:10 GMT 2021 - 10.5K bytes - Click Count (0) -
build-tools-internal/build.gradle
} standaloneTest { id = 'elasticsearch.standalone-test' implementationClass = 'org.elasticsearch.gradle.internal.test.StandaloneTestPlugin' } testFixtures { id = 'elasticsearch.test.fixtures' implementationClass = 'org.elasticsearch.gradle.internal.testfixtures.TestFixturesPlugin' } testBase { id = 'elasticsearch.test-base'Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Sep 13 18:10:22 GMT 2021 - 11.3K bytes - Click Count (0) -
build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/test/rest/YamlRestCompatTestPluginFuncTest.groovy
import com.fasterxml.jackson.databind.SequenceWriter import com.fasterxml.jackson.databind.node.ObjectNode import com.fasterxml.jackson.dataformat.yaml.YAMLFactory import org.elasticsearch.gradle.Version import org.elasticsearch.gradle.fixtures.AbstractRestResourcesFuncTest import org.elasticsearch.gradle.VersionProperties import org.gradle.testkit.runner.TaskOutcome class YamlRestCompatTestPluginFuncTest extends AbstractRestResourcesFuncTest {Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Sep 30 16:30:48 GMT 2021 - 16.4K bytes - Click Count (0)