File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/synonyms Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 106106 - synonyms : " hello, salute"
107107 - synonyms : " ciao => goodbye"
108108 - match : { result: "updated" }
109- - set : { reload_analyzers_details._shards.total: total_shards }
110- - gte : { reload_analyzers_details._shards.total: 2 } # Shards for all indices were reloaded. On serverless this may be more as there are more replicas
111- - lt : { reload_analyzers_details._shards.successful: $total_shards } # Only shards for the first index are successful
109+ - gt : { reload_analyzers_details._shards.total: 0 }
110+ - gt : { reload_analyzers_details._shards.successful: 0 }
111+ - match : { reload_analyzers_details._shards.failed: 0 }
112112 - length : { reload_analyzers_details.reload_details: 1 } # reload details contain only a single index
113113 - match : { reload_analyzers_details.reload_details.0.index: "my_index1" }
114114 - match : { reload_analyzers_details.reload_details.0.reloaded_analyzers.0: "my_analyzer1" }
You can’t perform that action at this time.
0 commit comments