|
2 | 2 |
|
3 | 3 | Endpoints that are currently being tested are marked as done and link to the test where they're being used.
|
4 | 4 |
|
5 |
| -* **STACK** - **Total**: 495 | **Tested**: 433 | **Untested**: 62  |
6 |
| -* **SERVERLESS** - **Total**: 239 | **Tested**: 236 | **Untested**: 3  |
| 5 | +* **STACK** - **Total**: 499 | **Tested**: 432 | **Untested**: 67  |
| 6 | +* **SERVERLESS** - **Total**: 243 | **Tested**: 235 | **Untested**: 8  |
7 | 7 |
|
8 | 8 | * [Internal APIs](#internal-apis-not-tracked)
|
9 | 9 | * [API information from the Elasticsearch JSON specification](#elasticsearch-json-specification)
|
@@ -217,12 +217,16 @@ Endpoints that are currently being tested are marked as done and link to the tes
|
217 | 217 | | indices.stats | π’ | [β
](./tests/indices/flush.yml#L25)</li></ul> | π| π΄ | Not Applicable
|
218 | 218 | | indices.update_aliases | π’ | [β
](./tests/indices/alias.yml#L41)</li></ul> | π| π’ | [β
](./tests/indices/alias.yml#L41)</li></ul>
|
219 | 219 | | indices.validate_query | π’ | [β
](./tests/validate_query/10_basic.yml#L16)</li></ul> | π| π’ | [β
](./tests/validate_query/10_basic.yml#L16)</li></ul>
|
| 220 | +| inference.chat_completion_unified | π’ | β | π| π’ | β |
| 221 | +| inference.completion | π’ | β | π| π’ | β |
220 | 222 | | inference.delete | π’ | [β
](./tests/inference/10_basic.yml#L38)</li></ul> | π| π’ | [β
](./tests/inference/10_basic.yml#L38)</li></ul>
|
221 | 223 | | inference.get | π’ | [β
](./tests/inference/10_basic.yml#L25)</li></ul> | π| π’ | [β
](./tests/inference/10_basic.yml#L25)</li></ul>
|
222 |
| -| inference.inference | π’ | [β
](./tests/inference/10_basic.yml#L31)</li></ul> | π| π’ | [β
](./tests/inference/10_basic.yml#L31)</li></ul> |
223 | 224 | | inference.put | π’ | [β
](./tests/inference/10_basic.yml#L8)</li></ul> | π| π’ | [β
](./tests/inference/10_basic.yml#L8)</li></ul>
|
224 |
| -| inference.stream_inference | π’ | β | π| π΄ | Not Applicable |
225 |
| -| inference.unified_inference | π’ | β | π| π’ | β |
| 225 | +| inference.put_watsonx | π’ | β | π| π’ | β |
| 226 | +| inference.rerank | π’ | β | π| π’ | β |
| 227 | +| inference.sparse_embedding | π’ | β | π| π’ | β |
| 228 | +| inference.stream_completion | π’ | β | π| π΄ | Not Applicable |
| 229 | +| inference.text_embedding | π’ | β | π| π’ | β |
226 | 230 | | inference.update | π’ | β | π| π΄ | Not Applicable
|
227 | 231 | | info | π’ | [β
](./tests/info_stack.yml#L8)</li></ul> | π| π’ | [β
](./tests/info_serverless.yml#L8)</li></ul>
|
228 | 232 | | ingest.delete_geoip_database | π’ | [β
](./tests/ingest/20_geoip.yml#L70)</li></ul> | π| π΄ | Not Applicable
|
@@ -552,7 +556,7 @@ Endpoints that are currently being tested are marked as done and link to the tes
|
552 | 556 |
|
553 | 557 | ## Elasticsearch JSON specification
|
554 | 558 |
|
555 |
| -**Total** 495 | **Tested** 385 | **Untested** 110  |
| 559 | +**Total** 492 | **Tested** 384 | **Untested** 108  |
556 | 560 |
|
557 | 561 | <details>
|
558 | 562 | <summary id="apis-in-json-spec-and-not-elasticsearch-specification">APIs in JSON spec and not elasticsearch-specification (excluding internal APIs)</summary>
|
|
0 commit comments