mrproliu commented on code in PR #255:
URL:
https://github.com/apache/skywalking-satellite/pull/255#discussion_r3278658517
##########
test/e2e/base/base-compose.yml:
##########
@@ -26,12 +26,13 @@ services:
- e2e
restart: on-failure
environment:
- SW_STORAGE: h2
+ SW_STORAGE: banyandb
+ SW_STORAGE_BANYANDB_TARGETS: banyandb:17912
SW_CLUSTER_ZK_HOST_PORT: zk:2181
Review Comment:
fixed.
##########
test/e2e/base/base-compose.yml:
##########
@@ -41,6 +42,23 @@ services:
interval: 5s
timeout: 60s
retries: 120
+ depends_on:
+ banyandb:
+ condition: service_healthy
Review Comment:
fixed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]