- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for allowed_warnings_regex (0.32 seconds)
-
build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/test/rest/YamlRestCompatTestPluginFuncTest.groovy
--- setup: - skip: features: - "headers" - "warnings" - "warnings_regex" - "allowed_warnings" - "allowed_warnings_regex" --- one: - do: do_.some.key_that_was_replaced: index: "test" id: 1 keyvalue : replacedkeyvalueCreated: 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 allowedWarningsRegex the regex warning(s) to add */ public void addAllowedWarningRegex(String... allowedWarningsRegex) { transformations.add(new InjectAllowedWarnings(true, Arrays.asList(allowedWarningsRegex))); } /** * Adds one or more allowed regular expression warnings * * @param allowedWarningsRegex the regex warning(s) to addCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Sep 30 16:30:48 GMT 2021 - 22.3K bytes - Click Count (0)