This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d036150a5 E2e: Banyandb add metadata-cache-wait-duration args. 
(#13297)
9d036150a5 is described below

commit 9d036150a570ac985f95f49801d3ae63827f16ab
Author: Wan Kai <[email protected]>
AuthorDate: Thu Jun 5 15:50:54 2025 +0800

    E2e: Banyandb add metadata-cache-wait-duration args. (#13297)
---
 test/e2e-v2/cases/php/e2e.yaml                                      | 2 +-
 test/e2e-v2/cases/storage/banyandb/data-generate/docker-compose.yml | 2 +-
 test/e2e-v2/cases/storage/banyandb/stages/e2e.yaml                  | 2 +-
 test/e2e-v2/script/docker-compose/base-compose.yml                  | 4 ++--
 test/e2e-v2/script/env                                              | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/test/e2e-v2/cases/php/e2e.yaml b/test/e2e-v2/cases/php/e2e.yaml
index acfc47bbc2..2ec30333dd 100644
--- a/test/e2e-v2/cases/php/e2e.yaml
+++ b/test/e2e-v2/cases/php/e2e.yaml
@@ -66,7 +66,7 @@ verify:
     - query: |
         swctl --display yaml 
--base-url=http://${oap_host}:${oap_12800}/graphql trace $( \
           swctl --display yaml 
--base-url=http://${oap_host}:${oap_12800}/graphql trace ls --service-name=php\
-            | yq e '.traces | select(.[].endpointnames[0]=="POST:/php/info") | 
.[2].traceids[0]' -
+            | yq e '.traces | select(.[].endpointnames[0]=="POST:/php/info") | 
.[0].traceids[0]' -
         )
       expected: expected/trace-info-detail.yml
     # dependency service
diff --git 
a/test/e2e-v2/cases/storage/banyandb/data-generate/docker-compose.yml 
b/test/e2e-v2/cases/storage/banyandb/data-generate/docker-compose.yml
index 114571be92..8a54ef9275 100644
--- a/test/e2e-v2/cases/storage/banyandb/data-generate/docker-compose.yml
+++ b/test/e2e-v2/cases/storage/banyandb/data-generate/docker-compose.yml
@@ -21,7 +21,7 @@ services:
     ports:
       - 17912:17912
       - 17913:17913
-    command: standalone --stream-root-path /tmp/stream-data 
--measure-root-path /tmp/measure-data
+    command: standalone --stream-root-path /tmp/stream-data 
--measure-root-path /tmp/measure-data --measure-metadata-cache-wait-duration 1m 
--stream-metadata-cache-wait-duration 1m
     networks:
       - e2e
     healthcheck:
diff --git a/test/e2e-v2/cases/storage/banyandb/stages/e2e.yaml 
b/test/e2e-v2/cases/storage/banyandb/stages/e2e.yaml
index 0e223372fb..965dcd56fb 100644
--- a/test/e2e-v2/cases/storage/banyandb/stages/e2e.yaml
+++ b/test/e2e-v2/cases/storage/banyandb/stages/e2e.yaml
@@ -66,7 +66,7 @@ verify:
     - query: |
         swctl --display yaml 
--base-url=http://${oap_host}:${oap_12800}/graphql trace ls --trace-id=$( \
           swctl --display yaml 
--base-url=http://${oap_host}:${oap_12800}/graphql trace ls --tags 
http.method=get --start="-96h" --end="-48h" --cold=true \
-            | yq e '.traces | 
select(.[].endpointnames[0]=="/dubbox-case/case/dubbox-rest/404-test") | 
.[2].traceids[0]' -
+            | yq e '.traces | 
select(.[].endpointnames[0]=="/dubbox-case/case/dubbox-rest/404-test") | 
.[0].traceids[0]' -
         ) --start="-96h" --end="-48h" --cold=true
       expected: ../../expected/cold/trace-detail.yml
     ## topN
diff --git a/test/e2e-v2/script/docker-compose/base-compose.yml 
b/test/e2e-v2/script/docker-compose/base-compose.yml
index b4a1a1af44..8516d5a853 100644
--- a/test/e2e-v2/script/docker-compose/base-compose.yml
+++ b/test/e2e-v2/script/docker-compose/base-compose.yml
@@ -59,7 +59,7 @@ services:
     ports:
       - 17912:17912
       - 17913:17913
-    command: standalone --stream-root-path /tmp/stream-data 
--measure-root-path /tmp/measure-data
+    command: standalone --stream-root-path /tmp/stream-data 
--measure-root-path /tmp/measure-data --measure-metadata-cache-wait-duration 1m 
--stream-metadata-cache-wait-duration 1m
     healthcheck:
       test: [ "CMD", "sh", "-c", "nc -nz 127.0.0.1 17912" ]
       interval: 5s
@@ -89,7 +89,7 @@ services:
     expose:
       - 2121
       - 6060
-    command: liaison --etcd-endpoints=http://etcd:2379
+    command: liaison --etcd-endpoints=http://etcd:2379 
--measure-metadata-cache-wait-duration 1m --stream-metadata-cache-wait-duration 
1m
     healthcheck:
       test: [ "CMD", "./bydbctl", "health", "--addr=http://liaison:17913"; ]
       interval: 5s
diff --git a/test/e2e-v2/script/env b/test/e2e-v2/script/env
index 2b0863ba8e..40d8c1fcc2 100644
--- a/test/e2e-v2/script/env
+++ b/test/e2e-v2/script/env
@@ -23,7 +23,7 @@ 
SW_AGENT_CLIENT_JS_COMMIT=af0565a67d382b683c1dbd94c379b7080db61449
 SW_AGENT_CLIENT_JS_TEST_COMMIT=4f1eb1dcdbde3ec4a38534bf01dded4ab5d2f016
 SW_KUBERNETES_COMMIT_SHA=6fe5e6f0d3b7686c6be0457733e825ee68cb9b35
 SW_ROVER_COMMIT=79292fe07f17f98f486e0c4471213e1961fb2d1d
-SW_BANYANDB_COMMIT=c4b4384f3083f44ca6067257f5fa59030427ad6b
+SW_BANYANDB_COMMIT=dccf207dc9a74225fd4e5ba7c2c3ad6f36e6694a
 SW_AGENT_PHP_COMMIT=d1114e7be5d89881eec76e5b56e69ff844691e35
 SW_PREDICTOR_COMMIT=54a0197654a3781a6f73ce35146c712af297c994
 

Reply via email to