Skip to content

Commit 0ecfc2a

Browse files
committed
fix:e2e path error
1 parent f3b8524 commit 0ecfc2a

File tree

2 files changed

+2
-27
lines changed

2 files changed

+2
-27
lines changed

test/e2e-v2/cases/banyandb/banyandb-cases.yaml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -17,31 +17,8 @@
1717
# oap-server/server-starter/src/main/resources/otel-rules/banyandb.yaml
1818

1919
cases:
20-
# service metrics
21-
- query: swctl --display yaml --base-url=http://${oap_host}:${oap_12800}/graphql metrics exec --expression=meter_banyandb_write_rate
22-
expected: expected/metrics-has-value.yml
2320
- query: swctl --display yaml --base-url=http://${oap_host}:${oap_12800}/graphql metrics exec --expression=meter_banyandb_total_memory
2421
expected: expected/metrics-has-value.yml
25-
- query: swctl --display yaml --base-url=http://${oap_host}:${oap_12800}/graphql metrics exec --expression=meter_banyandb_total_cpu
26-
expected: expected/metrics-has-value.yml
27-
- query: swctl --display yaml --base-url=http://${oap_host}:${oap_12800}/graphql metrics exec --expression=meter_banyandb_etcd_operation_rate
28-
expected: expected/metrics-has-value.yml
29-
- query: swctl --display yaml --base-url=http://${oap_host}:${oap_12800}/graphql metrics exec --expression=meter_banyandb_active_instance
30-
expected: expected/metrics-has-value.yml
31-
- query: swctl --display yaml --base-url=http://${oap_host}:${oap_12800}/graphql metrics exec --expression=meter_banyandb_cpu_usage
32-
expected: expected/metrics-has-value.yml
33-
- query: swctl --display yaml --base-url=http://${oap_host}:${oap_12800}/graphql metrics exec --expression=meter_banyandb_rss_memory_usage
34-
expected: expected/metrics-has-value.yml
35-
- query: swctl --display yaml --base-url=http://${oap_host}:${oap_12800}/graphql metrics exec --expression=meter_banyandb_disk_usage_all
36-
expected: expected/metrics-has-value.yml
37-
- query: swctl --display yaml --base-url=http://${oap_host}:${oap_12800}/graphql metrics exec --expression=meter_banyandb_network_usage_recv
38-
expected: expected/metrics-has-value.yml
39-
- query: swctl --display yaml --base-url=http://${oap_host}:${oap_12800}/graphql metrics exec --expression=meter_banyandb_network_usage_sent
40-
expected: expected/metrics-has-value.yml
41-
- query: swctl --display yaml --base-url=http://${oap_host}:${oap_12800}/graphql metrics exec --expression=meter_banyandb_storage_write_rate
42-
expected: expected/metrics-has-value.yml
43-
44-
# instance metrics
4522
- query: swctl --display yaml --base-url=http://${oap_host}:${oap_12800}/graphql metrics exec --expression=meter_banyandb_instance_write_rate
4623
expected: expected/metrics-has-value.yml
4724
- query: swctl --display yaml --base-url=http://${oap_host}:${oap_12800}/graphql metrics exec --expression=meter_banyandb_instance_total_memory
@@ -62,6 +39,4 @@ cases:
6239
expected: expected/metrics-has-value.yml
6340
- query: swctl --display yaml --base-url=http://${oap_host}:${oap_12800}/graphql metrics exec --expression=meter_banyandb_instance_network_usage_sent
6441
expected: expected/metrics-has-value.yml
65-
- query: swctl --display yaml --base-url=http://${oap_host}:${oap_12800}/graphql metrics exec --expression=meter_banyandb_instance_storage_write_rate
66-
expected: expected/metrics-has-value.yml
6742

test/e2e-v2/cases/banyandb/e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ setup:
2424
- name: set PATH
2525
command: export PATH=/tmp/skywalking-infra-e2e/bin:$PATH
2626
- name: install yq
27-
command: bash ../../script/prepare/setup-e2e-shell/install.sh yq
27+
command: bash test/e2e-v2/script/prepare/setup-e2e-shell/install.sh yq
2828
- name: install swctl
29-
command: bash ../../script/prepare/setup-e2e-shell/install.sh swctl
29+
command: bash test/e2e-v2/script/prepare/setup-e2e-shell/install.sh swctl
3030

3131
verify:
3232
retry:

0 commit comments

Comments
 (0)