From 7184ccdecfe64b6ddb7e24d4c2e8f3bb6ea836cb Mon Sep 17 00:00:00 2001 From: trinity-1686a Date: Wed, 28 Aug 2024 17:26:12 +0200 Subject: [PATCH] fix rest api tests --- quickwit/quickwit-serve/src/jaeger_api/rest_handler.rs | 2 +- .../scenarii/es_compatibility/0021-cat-indices.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/quickwit/quickwit-serve/src/jaeger_api/rest_handler.rs b/quickwit/quickwit-serve/src/jaeger_api/rest_handler.rs index bc55debe239..1525c4d2b8b 100644 --- a/quickwit/quickwit-serve/src/jaeger_api/rest_handler.rs +++ b/quickwit/quickwit-serve/src/jaeger_api/rest_handler.rs @@ -57,7 +57,7 @@ pub(crate) struct JaegerApi; /// /// This is where all Jaeger handlers /// should be registered. -/// Request are executed on the `otel traces v0_7` index. +/// Request are executed on the `otel-traces-v0_*` indexes. pub(crate) fn jaeger_api_handlers( jaeger_service_opt: Option, ) -> impl Filter + Clone { diff --git a/quickwit/rest-api-tests/scenarii/es_compatibility/0021-cat-indices.yaml b/quickwit/rest-api-tests/scenarii/es_compatibility/0021-cat-indices.yaml index c5c0e9ae809..0a6245b6b71 100644 --- a/quickwit/rest-api-tests/scenarii/es_compatibility/0021-cat-indices.yaml +++ b/quickwit/rest-api-tests/scenarii/es_compatibility/0021-cat-indices.yaml @@ -22,7 +22,7 @@ expected: #uuid: gharchive:01HN2SDANHDN6WFAFNH7BBMQ8C - index: otel-logs-v0_7 docs.count: '0' -- index: otel-traces-v0_7 +- index: otel-traces-v0_9 docs.count: '0' --- method: [GET]