|
1 | 1 | # Elasticsearch Clients Tests
|
2 | 2 |
|
3 |
| -This repository holds common tests for Elasticsearch Clients. |
4 |
| - |
5 |
| -## Yaml tests |
6 |
| - |
7 |
| -The tests are specified using the Elasticsearch YAML format reported [here](https://github.com/elastic/elasticsearch/blob/main/rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/README.asciidoc). |
| 3 | +This repository holds common tests for Elasticsearch Clients. The tests are specified using the Elasticsearch YAML format reported [here](https://github.com/elastic/elasticsearch/blob/main/rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/README.asciidoc). |
8 | 4 |
|
9 | 5 | All the tests are located in the [tests](tests) folder. Each API endpoint has a folder containing the tests to be executed. All the files must be executed in order, they are enumerated with a digit prefix.
|
10 | 6 |
|
@@ -63,38 +59,9 @@ Once in the interactive shell you'll have access to the data. You can run `downl
|
63 | 59 | @test_stack={:file=>"./tests/async_search/10_basic.yml", :line=>53}>
|
64 | 60 | 3.3.4 :003 > @reporter.namespaces
|
65 | 61 | =>
|
66 |
| -["async_search", |
67 |
| - "cat", |
68 |
| - "ccr", |
69 |
| - "cluster", |
70 |
| - "connector", |
71 |
| - "dangling_indices", |
72 |
| - "enrich", |
73 |
| - "eql", |
74 |
| - "esql", |
75 |
| - "features", |
76 |
| - "fleet", |
77 |
| - "graph", |
78 |
| - "ilm", |
79 |
| - "indices", |
80 |
| - "inference", |
81 |
| - "ingest", |
82 |
| - "license", |
83 |
| - "logstash", |
84 |
| - "migration", |
85 |
| - "ml", |
86 |
| - "monitoring", |
87 |
| - "nodes", |
88 |
| - "query_rules", |
89 |
| - "search_application", |
90 |
| - "searchable_snapshots", |
91 |
| - "security", |
92 |
| - "simulate", |
93 |
| - "slm", |
94 |
| - "synonyms", |
95 |
| - "tasks", |
96 |
| - "text_structure", |
97 |
| - "transform", |
98 |
| - "watcher", |
99 |
| - "xpack"] |
| 62 | +["async_search", "cat", "ccr", "cluster", "connector", "dangling_indices", "enrich", "eql", "esql", |
| 63 | +"features", "fleet", "graph", "ilm", "indices", "inference", "ingest", "license", "logstash", |
| 64 | +"migration", "ml", "monitoring", "nodes", "query_rules", "search_application", |
| 65 | +"searchable_snapshots", "security", "simulate", "slm", "synonyms", "tasks", "text_structure", |
| 66 | +"transform", "watcher", "xpack"] |
100 | 67 | ```
|
0 commit comments