- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for warnings_regex (0.24 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rest/transform/warnings/InjectWarnings.java
} @Override @Internal public String getKeyToFind() { return "do"; } @Override @Input public String getSkipFeatureName() { return isRegex ? "warnings_regex" : "warnings"; } @Override public boolean shouldApply(RestTestContext testContext) { return testName.equals(testContext.getTestName()); } @InputCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 3K bytes - Click Count (0) -
build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/test/rest/YamlRestCompatTestPluginFuncTest.groovy
List<ObjectNode> expectedAll = READER.readValues( """ --- setup: - skip: features: - "headers" - "warnings" - "warnings_regex" - "allowed_warnings" - "allowed_warnings_regex" --- one: - do: do_.some.key_that_was_replaced: index: "test"
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) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/rest/compat/RestCompatTestTransformTask.java
* * @param testName the test name to add the regex warning * @param warningsRegex the regex warning(s) to add */ public void addWarningRegex(String testName, String... warningsRegex) { transformations.add(new InjectWarnings(true, Arrays.asList(warningsRegex), testName)); } /** * Removes one or more warnings *Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Sep 30 16:30:48 GMT 2021 - 22.3K bytes - Click Count (0)