- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for shouldAddShardFailureCheck (0.85 seconds)
-
build-tools-internal/src/main/groovy/org/elasticsearch/gradle/internal/doc/RestTestsFromSnippetsTask.groovy
} /** * Certain requests should not have the shard failure check because the * format of the response is incompatible i.e. it is not a JSON object. */ static shouldAddShardFailureCheck(String path) { return path.startsWith('_cat') == false && path.startsWith('_ml/datafeeds/') == false } /** * Converts Kibana's block quoted strings into standard JSON. TheseCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 19.5K bytes - Click Count (0)