Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for shouldAddShardFailureCheck (0.51 seconds)

  1. 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. These
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 19.5K bytes
    - Click Count (0)
Back to Top