From b7fc11738ef8933b5ff348b837be9887400da72f Mon Sep 17 00:00:00 2001 From: youjie23 Date: Tue, 18 Nov 2025 01:02:36 +0800 Subject: [PATCH] revert: revert trigger times --- test/e2e-v2/cases/apisix/otel-collector/e2e.yaml | 2 +- test/e2e-v2/cases/aws/api-gateway/e2e.yaml | 2 +- test/e2e-v2/cases/aws/dynamodb/e2e.yaml | 2 +- test/e2e-v2/cases/aws/eks/e2e.yaml | 2 +- test/e2e-v2/cases/aws/s3/e2e.yaml | 2 +- test/e2e-v2/cases/baseline/banyandb/e2e.yaml | 2 +- test/e2e-v2/cases/baseline/es/e2e.yaml | 2 +- test/e2e-v2/cases/baseline/es/es-sharding/e2e.yaml | 2 +- test/e2e-v2/cases/exporter/kafka/e2e.yaml | 2 +- test/e2e-v2/cases/flink/e2e.yaml | 2 +- test/e2e-v2/cases/gateway/e2e.yaml | 2 +- test/e2e-v2/cases/go/e2e.yaml | 2 +- test/e2e-v2/cases/kafka/log/e2e.yaml | 2 +- test/e2e-v2/cases/kafka/meter/e2e.yaml | 2 +- test/e2e-v2/cases/kafka/simple-so11y/e2e.yaml | 2 +- test/e2e-v2/cases/log/banyandb/e2e.yaml | 2 +- test/e2e-v2/cases/log/es/e2e.yaml | 2 +- test/e2e-v2/cases/log/es/es-sharding/e2e.yaml | 2 +- test/e2e-v2/cases/log/fluent-bit/e2e.yaml | 2 +- test/e2e-v2/cases/log/mysql/e2e.yaml | 2 +- test/e2e-v2/cases/log/postgres/e2e.yaml | 2 +- test/e2e-v2/cases/logql/e2e.yaml | 2 +- test/e2e-v2/cases/lua/e2e.yaml | 2 +- test/e2e-v2/cases/menu/banyandb/e2e.yaml | 2 +- test/e2e-v2/cases/menu/es/e2e.yaml | 2 +- test/e2e-v2/cases/menu/es/es-sharding/e2e.yaml | 2 +- test/e2e-v2/cases/menu/mysql/e2e.yaml | 2 +- test/e2e-v2/cases/menu/opensearch/e2e.yaml | 2 +- test/e2e-v2/cases/menu/postgres/e2e.yaml | 2 +- test/e2e-v2/cases/meter/e2e.yaml | 2 +- test/e2e-v2/cases/mqe/e2e.yaml | 2 +- test/e2e-v2/cases/nginx/e2e.yaml | 2 +- test/e2e-v2/cases/nodejs/e2e.yaml | 2 +- test/e2e-v2/cases/otlp-traces/e2e.yaml | 2 +- test/e2e-v2/cases/php/e2e.yaml | 2 +- test/e2e-v2/cases/profiling/ebpf/network/banyandb/e2e.yaml | 2 +- test/e2e-v2/cases/profiling/ebpf/network/es/e2e.yaml | 2 +- .../e2e-v2/cases/profiling/ebpf/network/es/es-sharding/e2e.yaml | 2 +- test/e2e-v2/cases/promql/e2e.yaml | 2 +- test/e2e-v2/cases/python/e2e.yaml | 2 +- test/e2e-v2/cases/satellite/native-protocols/e2e.yaml | 2 +- test/e2e-v2/cases/simple/auth/e2e.yaml | 2 +- test/e2e-v2/cases/simple/jdk/e2e.yaml | 2 +- test/e2e-v2/cases/simple/mtls/e2e.yaml | 2 +- test/e2e-v2/cases/simple/ssl/e2e.yaml | 2 +- test/e2e-v2/cases/so11y/e2e.yaml | 2 +- test/e2e-v2/cases/storage/banyandb/e2e.yaml | 2 +- test/e2e-v2/cases/storage/banyandb/stages/e2e.yaml | 2 +- test/e2e-v2/cases/storage/banyandb/tls/e2e.yaml | 2 +- test/e2e-v2/cases/storage/es/e2e.yaml | 2 +- test/e2e-v2/cases/storage/es/es-sharding/e2e.yaml | 2 +- test/e2e-v2/cases/storage/mysql/e2e.yaml | 2 +- test/e2e-v2/cases/storage/opensearch/e2e.yaml | 2 +- test/e2e-v2/cases/storage/postgres/e2e.yaml | 2 +- test/e2e-v2/cases/virtual-mq/e2e.yaml | 2 +- test/e2e-v2/cases/win/e2e.yaml | 2 +- test/e2e-v2/cases/zipkin/banyandb/e2e.yaml | 2 +- test/e2e-v2/cases/zipkin/es/e2e.yaml | 2 +- test/e2e-v2/cases/zipkin/es/es-sharding/e2e.yaml | 2 +- test/e2e-v2/cases/zipkin/kafka/e2e.yaml | 2 +- test/e2e-v2/cases/zipkin/mysql/e2e.yaml | 2 +- test/e2e-v2/cases/zipkin/opensearch/e2e.yaml | 2 +- test/e2e-v2/cases/zipkin/postgres/e2e.yaml | 2 +- 63 files changed, 63 insertions(+), 63 deletions(-) diff --git a/test/e2e-v2/cases/apisix/otel-collector/e2e.yaml b/test/e2e-v2/cases/apisix/otel-collector/e2e.yaml index 4dd6328dc443..283c4d3e111a 100644 --- a/test/e2e-v2/cases/apisix/otel-collector/e2e.yaml +++ b/test/e2e-v2/cases/apisix/otel-collector/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://localhost:9089/info/ method: GET diff --git a/test/e2e-v2/cases/aws/api-gateway/e2e.yaml b/test/e2e-v2/cases/aws/api-gateway/e2e.yaml index 29039e270ebb..2b221d493b9f 100644 --- a/test/e2e-v2/cases/aws/api-gateway/e2e.yaml +++ b/test/e2e-v2/cases/aws/api-gateway/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://localhost:9093/otel-metrics/send method: GET diff --git a/test/e2e-v2/cases/aws/dynamodb/e2e.yaml b/test/e2e-v2/cases/aws/dynamodb/e2e.yaml index 72c8217a8524..ef3a9b14802c 100644 --- a/test/e2e-v2/cases/aws/dynamodb/e2e.yaml +++ b/test/e2e-v2/cases/aws/dynamodb/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://localhost:9093/otel-metrics/send method: GET diff --git a/test/e2e-v2/cases/aws/eks/e2e.yaml b/test/e2e-v2/cases/aws/eks/e2e.yaml index f60b668f3450..938e46a1a3f5 100644 --- a/test/e2e-v2/cases/aws/eks/e2e.yaml +++ b/test/e2e-v2/cases/aws/eks/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://localhost:9093/otel-metrics/send method: GET diff --git a/test/e2e-v2/cases/aws/s3/e2e.yaml b/test/e2e-v2/cases/aws/s3/e2e.yaml index cf4e43a45f0f..7ae7e0d4e22b 100644 --- a/test/e2e-v2/cases/aws/s3/e2e.yaml +++ b/test/e2e-v2/cases/aws/s3/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://localhost:9093/otel-metrics/send method: GET diff --git a/test/e2e-v2/cases/baseline/banyandb/e2e.yaml b/test/e2e-v2/cases/baseline/banyandb/e2e.yaml index da9bbc39e26a..4dcb90bf0f7d 100644 --- a/test/e2e-v2/cases/baseline/banyandb/e2e.yaml +++ b/test/e2e-v2/cases/baseline/banyandb/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 30 url: http://${provider_host}:${provider_9090}/users method: POST body: '{"id":"123","name":"skywalking"}' diff --git a/test/e2e-v2/cases/baseline/es/e2e.yaml b/test/e2e-v2/cases/baseline/es/e2e.yaml index da9bbc39e26a..e0ad564928fc 100644 --- a/test/e2e-v2/cases/baseline/es/e2e.yaml +++ b/test/e2e-v2/cases/baseline/es/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${provider_host}:${provider_9090}/users method: POST body: '{"id":"123","name":"skywalking"}' diff --git a/test/e2e-v2/cases/baseline/es/es-sharding/e2e.yaml b/test/e2e-v2/cases/baseline/es/es-sharding/e2e.yaml index 272a070c744c..a1fa0e36b91d 100644 --- a/test/e2e-v2/cases/baseline/es/es-sharding/e2e.yaml +++ b/test/e2e-v2/cases/baseline/es/es-sharding/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 30 url: http://${provider_host}:${provider_9090}/users method: POST body: '{"id":"123","name":"skywalking"}' diff --git a/test/e2e-v2/cases/exporter/kafka/e2e.yaml b/test/e2e-v2/cases/exporter/kafka/e2e.yaml index 6de4c0bb443d..d7220c4cfac2 100644 --- a/test/e2e-v2/cases/exporter/kafka/e2e.yaml +++ b/test/e2e-v2/cases/exporter/kafka/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${consumer_host}:${consumer_9092}/users method: POST body: '{"id":"123","name":"skywalking"}' diff --git a/test/e2e-v2/cases/flink/e2e.yaml b/test/e2e-v2/cases/flink/e2e.yaml index 06e9a080e6d5..2c523e2d9bf3 100644 --- a/test/e2e-v2/cases/flink/e2e.yaml +++ b/test/e2e-v2/cases/flink/e2e.yaml @@ -32,7 +32,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${jobmanager_host}:${jobmanager_9260}/metrics method: GET diff --git a/test/e2e-v2/cases/gateway/e2e.yaml b/test/e2e-v2/cases/gateway/e2e.yaml index 177f1ec5832c..e3270e2dfa67 100644 --- a/test/e2e-v2/cases/gateway/e2e.yaml +++ b/test/e2e-v2/cases/gateway/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${consumer_host}:${consumer_9092}/users method: POST body: '{"id":"123","name":"skywalking"}' diff --git a/test/e2e-v2/cases/go/e2e.yaml b/test/e2e-v2/cases/go/e2e.yaml index b5c7aa39e1a7..21b33d4e2519 100644 --- a/test/e2e-v2/cases/go/e2e.yaml +++ b/test/e2e-v2/cases/go/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${consumer_host}:${consumer_9092}/correlation method: POST diff --git a/test/e2e-v2/cases/kafka/log/e2e.yaml b/test/e2e-v2/cases/kafka/log/e2e.yaml index 037b6cad789a..1c80a57c29dc 100644 --- a/test/e2e-v2/cases/kafka/log/e2e.yaml +++ b/test/e2e-v2/cases/kafka/log/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${provider_host}:${provider_9090}/logs/trigger method: GET diff --git a/test/e2e-v2/cases/kafka/meter/e2e.yaml b/test/e2e-v2/cases/kafka/meter/e2e.yaml index c7f363d6d18c..ca7a520eaada 100644 --- a/test/e2e-v2/cases/kafka/meter/e2e.yaml +++ b/test/e2e-v2/cases/kafka/meter/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${provider_host}:${provider_9090}/users method: POST body: '{"id":"123","name":"skywalking"}' diff --git a/test/e2e-v2/cases/kafka/simple-so11y/e2e.yaml b/test/e2e-v2/cases/kafka/simple-so11y/e2e.yaml index aefc8568d335..a91249e4e4f8 100644 --- a/test/e2e-v2/cases/kafka/simple-so11y/e2e.yaml +++ b/test/e2e-v2/cases/kafka/simple-so11y/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${consumer_host}:${consumer_9092}/users method: POST body: '{"id":"123","name":"skywalking"}' diff --git a/test/e2e-v2/cases/log/banyandb/e2e.yaml b/test/e2e-v2/cases/log/banyandb/e2e.yaml index bc8437238c97..eb1725bc750a 100644 --- a/test/e2e-v2/cases/log/banyandb/e2e.yaml +++ b/test/e2e-v2/cases/log/banyandb/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${provider_host}:${provider_9090}/logs/trigger method: GET diff --git a/test/e2e-v2/cases/log/es/e2e.yaml b/test/e2e-v2/cases/log/es/e2e.yaml index 3a76cd046fdb..ca75d051fd7d 100644 --- a/test/e2e-v2/cases/log/es/e2e.yaml +++ b/test/e2e-v2/cases/log/es/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${provider_host}:${provider_9090}/logs/trigger method: GET diff --git a/test/e2e-v2/cases/log/es/es-sharding/e2e.yaml b/test/e2e-v2/cases/log/es/es-sharding/e2e.yaml index b9b08e0fe888..592267acd079 100644 --- a/test/e2e-v2/cases/log/es/es-sharding/e2e.yaml +++ b/test/e2e-v2/cases/log/es/es-sharding/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${provider_host}:${provider_9090}/logs/trigger method: GET diff --git a/test/e2e-v2/cases/log/fluent-bit/e2e.yaml b/test/e2e-v2/cases/log/fluent-bit/e2e.yaml index 3a76cd046fdb..ca75d051fd7d 100644 --- a/test/e2e-v2/cases/log/fluent-bit/e2e.yaml +++ b/test/e2e-v2/cases/log/fluent-bit/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${provider_host}:${provider_9090}/logs/trigger method: GET diff --git a/test/e2e-v2/cases/log/mysql/e2e.yaml b/test/e2e-v2/cases/log/mysql/e2e.yaml index 3a76cd046fdb..ca75d051fd7d 100644 --- a/test/e2e-v2/cases/log/mysql/e2e.yaml +++ b/test/e2e-v2/cases/log/mysql/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${provider_host}:${provider_9090}/logs/trigger method: GET diff --git a/test/e2e-v2/cases/log/postgres/e2e.yaml b/test/e2e-v2/cases/log/postgres/e2e.yaml index 3a76cd046fdb..ca75d051fd7d 100644 --- a/test/e2e-v2/cases/log/postgres/e2e.yaml +++ b/test/e2e-v2/cases/log/postgres/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${provider_host}:${provider_9090}/logs/trigger method: GET diff --git a/test/e2e-v2/cases/logql/e2e.yaml b/test/e2e-v2/cases/logql/e2e.yaml index df8f3585e131..5a4519cc738b 100644 --- a/test/e2e-v2/cases/logql/e2e.yaml +++ b/test/e2e-v2/cases/logql/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${consumer_host}:${consumer_9092}/users method: POST body: '{"id":"123","name":"skywalking"}' diff --git a/test/e2e-v2/cases/lua/e2e.yaml b/test/e2e-v2/cases/lua/e2e.yaml index 53433d47cb5e..3a4a2340b77f 100644 --- a/test/e2e-v2/cases/lua/e2e.yaml +++ b/test/e2e-v2/cases/lua/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${provider-entry_host}:${provider-entry_9090}/nginx/entry/info method: POST diff --git a/test/e2e-v2/cases/menu/banyandb/e2e.yaml b/test/e2e-v2/cases/menu/banyandb/e2e.yaml index 74b8b82d445a..bae14e111aa0 100644 --- a/test/e2e-v2/cases/menu/banyandb/e2e.yaml +++ b/test/e2e-v2/cases/menu/banyandb/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${consumer_host}:${consumer_9092}/users method: POST body: '{"id":"123","name":"skywalking"}' diff --git a/test/e2e-v2/cases/menu/es/e2e.yaml b/test/e2e-v2/cases/menu/es/e2e.yaml index 74b8b82d445a..bae14e111aa0 100644 --- a/test/e2e-v2/cases/menu/es/e2e.yaml +++ b/test/e2e-v2/cases/menu/es/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${consumer_host}:${consumer_9092}/users method: POST body: '{"id":"123","name":"skywalking"}' diff --git a/test/e2e-v2/cases/menu/es/es-sharding/e2e.yaml b/test/e2e-v2/cases/menu/es/es-sharding/e2e.yaml index 3a53dd4fe4b3..0e765d63bf9f 100644 --- a/test/e2e-v2/cases/menu/es/es-sharding/e2e.yaml +++ b/test/e2e-v2/cases/menu/es/es-sharding/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${consumer_host}:${consumer_9092}/users method: POST body: '{"id":"123","name":"skywalking"}' diff --git a/test/e2e-v2/cases/menu/mysql/e2e.yaml b/test/e2e-v2/cases/menu/mysql/e2e.yaml index 74b8b82d445a..bae14e111aa0 100644 --- a/test/e2e-v2/cases/menu/mysql/e2e.yaml +++ b/test/e2e-v2/cases/menu/mysql/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${consumer_host}:${consumer_9092}/users method: POST body: '{"id":"123","name":"skywalking"}' diff --git a/test/e2e-v2/cases/menu/opensearch/e2e.yaml b/test/e2e-v2/cases/menu/opensearch/e2e.yaml index 74b8b82d445a..bae14e111aa0 100644 --- a/test/e2e-v2/cases/menu/opensearch/e2e.yaml +++ b/test/e2e-v2/cases/menu/opensearch/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${consumer_host}:${consumer_9092}/users method: POST body: '{"id":"123","name":"skywalking"}' diff --git a/test/e2e-v2/cases/menu/postgres/e2e.yaml b/test/e2e-v2/cases/menu/postgres/e2e.yaml index 7784f0b2f70e..84bc9fa55523 100644 --- a/test/e2e-v2/cases/menu/postgres/e2e.yaml +++ b/test/e2e-v2/cases/menu/postgres/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${consumer_host}:${consumer_9092}/users method: POST body: '{"id":"123","name":"skywalking"}' diff --git a/test/e2e-v2/cases/meter/e2e.yaml b/test/e2e-v2/cases/meter/e2e.yaml index cc4bd72ccb44..0dd74fc67b08 100644 --- a/test/e2e-v2/cases/meter/e2e.yaml +++ b/test/e2e-v2/cases/meter/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${provider_host}:${provider_9090}/users method: POST body: '{"id":"123","name":"skywalking"}' diff --git a/test/e2e-v2/cases/mqe/e2e.yaml b/test/e2e-v2/cases/mqe/e2e.yaml index 3c0a91b4901a..de8031630149 100644 --- a/test/e2e-v2/cases/mqe/e2e.yaml +++ b/test/e2e-v2/cases/mqe/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${consumer_host}:${consumer_9092}/users method: POST body: '{"id":"123","name":"skywalking"}' diff --git a/test/e2e-v2/cases/nginx/e2e.yaml b/test/e2e-v2/cases/nginx/e2e.yaml index 56b3983cba62..1c55aee1de6e 100644 --- a/test/e2e-v2/cases/nginx/e2e.yaml +++ b/test/e2e-v2/cases/nginx/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${nginx_host}:${nginx_8080}/test method: POST diff --git a/test/e2e-v2/cases/nodejs/e2e.yaml b/test/e2e-v2/cases/nodejs/e2e.yaml index c26660e3d652..bccedb26fd23 100644 --- a/test/e2e-v2/cases/nodejs/e2e.yaml +++ b/test/e2e-v2/cases/nodejs/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${consumer_host}:${consumer_5001}/users method: POST body: '{"id":"123","name":"skywalking"}' diff --git a/test/e2e-v2/cases/otlp-traces/e2e.yaml b/test/e2e-v2/cases/otlp-traces/e2e.yaml index f40e58628167..1a1e3151873a 100644 --- a/test/e2e-v2/cases/otlp-traces/e2e.yaml +++ b/test/e2e-v2/cases/otlp-traces/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${frontend_host}:${frontend_8080}/api/products method: GET diff --git a/test/e2e-v2/cases/php/e2e.yaml b/test/e2e-v2/cases/php/e2e.yaml index 3b559c6f5887..83aeb3c1b2eb 100644 --- a/test/e2e-v2/cases/php/e2e.yaml +++ b/test/e2e-v2/cases/php/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 20 url: http://${php_host}:${php_8080}/php/info method: POST diff --git a/test/e2e-v2/cases/profiling/ebpf/network/banyandb/e2e.yaml b/test/e2e-v2/cases/profiling/ebpf/network/banyandb/e2e.yaml index 9f9befaa8ea1..06eae493c5bf 100644 --- a/test/e2e-v2/cases/profiling/ebpf/network/banyandb/e2e.yaml +++ b/test/e2e-v2/cases/profiling/ebpf/network/banyandb/e2e.yaml @@ -83,7 +83,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${service_service_host}:${service_service_80}/consumer method: GET diff --git a/test/e2e-v2/cases/profiling/ebpf/network/es/e2e.yaml b/test/e2e-v2/cases/profiling/ebpf/network/es/e2e.yaml index 4f05c0d2aca3..1d7f85a49227 100644 --- a/test/e2e-v2/cases/profiling/ebpf/network/es/e2e.yaml +++ b/test/e2e-v2/cases/profiling/ebpf/network/es/e2e.yaml @@ -82,7 +82,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${service_service_host}:${service_service_80}/consumer method: GET diff --git a/test/e2e-v2/cases/profiling/ebpf/network/es/es-sharding/e2e.yaml b/test/e2e-v2/cases/profiling/ebpf/network/es/es-sharding/e2e.yaml index f3cff405949e..51425ac79f7a 100644 --- a/test/e2e-v2/cases/profiling/ebpf/network/es/es-sharding/e2e.yaml +++ b/test/e2e-v2/cases/profiling/ebpf/network/es/es-sharding/e2e.yaml @@ -82,7 +82,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${service_service_host}:${service_service_80}/consumer method: GET diff --git a/test/e2e-v2/cases/promql/e2e.yaml b/test/e2e-v2/cases/promql/e2e.yaml index 18b3eca522c2..560e4ac6e690 100644 --- a/test/e2e-v2/cases/promql/e2e.yaml +++ b/test/e2e-v2/cases/promql/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${consumer_host}:${consumer_9092}/users method: POST body: '{"id":"123","name":"skywalking"}' diff --git a/test/e2e-v2/cases/python/e2e.yaml b/test/e2e-v2/cases/python/e2e.yaml index d1c3e537837f..baf4fe6139fe 100644 --- a/test/e2e-v2/cases/python/e2e.yaml +++ b/test/e2e-v2/cases/python/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${consumer-py_host}:${consumer-py_9090}/test method: POST diff --git a/test/e2e-v2/cases/satellite/native-protocols/e2e.yaml b/test/e2e-v2/cases/satellite/native-protocols/e2e.yaml index 2461b74e3f25..457cb5303bf6 100644 --- a/test/e2e-v2/cases/satellite/native-protocols/e2e.yaml +++ b/test/e2e-v2/cases/satellite/native-protocols/e2e.yaml @@ -33,7 +33,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${consumer_host}:${consumer_9092}/info method: POST diff --git a/test/e2e-v2/cases/simple/auth/e2e.yaml b/test/e2e-v2/cases/simple/auth/e2e.yaml index 5d4aa0f91278..ea34c28a7aea 100644 --- a/test/e2e-v2/cases/simple/auth/e2e.yaml +++ b/test/e2e-v2/cases/simple/auth/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${consumer_host}:${consumer_9092}/users method: POST body: '{"id":"123","name":"skywalking"}' diff --git a/test/e2e-v2/cases/simple/jdk/e2e.yaml b/test/e2e-v2/cases/simple/jdk/e2e.yaml index 5d4aa0f91278..ea34c28a7aea 100644 --- a/test/e2e-v2/cases/simple/jdk/e2e.yaml +++ b/test/e2e-v2/cases/simple/jdk/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${consumer_host}:${consumer_9092}/users method: POST body: '{"id":"123","name":"skywalking"}' diff --git a/test/e2e-v2/cases/simple/mtls/e2e.yaml b/test/e2e-v2/cases/simple/mtls/e2e.yaml index 5d4aa0f91278..ea34c28a7aea 100644 --- a/test/e2e-v2/cases/simple/mtls/e2e.yaml +++ b/test/e2e-v2/cases/simple/mtls/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${consumer_host}:${consumer_9092}/users method: POST body: '{"id":"123","name":"skywalking"}' diff --git a/test/e2e-v2/cases/simple/ssl/e2e.yaml b/test/e2e-v2/cases/simple/ssl/e2e.yaml index 5d4aa0f91278..ea34c28a7aea 100644 --- a/test/e2e-v2/cases/simple/ssl/e2e.yaml +++ b/test/e2e-v2/cases/simple/ssl/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${consumer_host}:${consumer_9092}/users method: POST body: '{"id":"123","name":"skywalking"}' diff --git a/test/e2e-v2/cases/so11y/e2e.yaml b/test/e2e-v2/cases/so11y/e2e.yaml index 8f22574e06cc..fae4ea729616 100644 --- a/test/e2e-v2/cases/so11y/e2e.yaml +++ b/test/e2e-v2/cases/so11y/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${consumer_host}:${consumer_9092}/users method: POST body: '{"id":"123","name":"skywalking"}' diff --git a/test/e2e-v2/cases/storage/banyandb/e2e.yaml b/test/e2e-v2/cases/storage/banyandb/e2e.yaml index a6d4d8489b5d..840ac9937222 100644 --- a/test/e2e-v2/cases/storage/banyandb/e2e.yaml +++ b/test/e2e-v2/cases/storage/banyandb/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 5s - times: -1 + times: 40 url: http://${consumer_host}:${consumer_9092}/users method: POST body: '{"id":"123","name":"skywalking"}' diff --git a/test/e2e-v2/cases/storage/banyandb/stages/e2e.yaml b/test/e2e-v2/cases/storage/banyandb/stages/e2e.yaml index 22d2548b0134..86f249bb5420 100644 --- a/test/e2e-v2/cases/storage/banyandb/stages/e2e.yaml +++ b/test/e2e-v2/cases/storage/banyandb/stages/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 5s - times: -1 + times: 40 url: http://${consumer_host}:${consumer_9092}/users method: POST body: '{"id":"123","name":"skywalking"}' diff --git a/test/e2e-v2/cases/storage/banyandb/tls/e2e.yaml b/test/e2e-v2/cases/storage/banyandb/tls/e2e.yaml index c93bbedcebe4..93dd16f86739 100644 --- a/test/e2e-v2/cases/storage/banyandb/tls/e2e.yaml +++ b/test/e2e-v2/cases/storage/banyandb/tls/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 5s - times: -1 + times: 40 url: http://${consumer_host}:${consumer_9092}/users method: POST body: '{"id":"123","name":"skywalking"}' diff --git a/test/e2e-v2/cases/storage/es/e2e.yaml b/test/e2e-v2/cases/storage/es/e2e.yaml index 35566af71a28..6c1c49117ed4 100644 --- a/test/e2e-v2/cases/storage/es/e2e.yaml +++ b/test/e2e-v2/cases/storage/es/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${consumer_host}:${consumer_9092}/users method: POST body: '{"id":"123","name":"skywalking"}' diff --git a/test/e2e-v2/cases/storage/es/es-sharding/e2e.yaml b/test/e2e-v2/cases/storage/es/es-sharding/e2e.yaml index d9126d4002d7..13dbfb34e1a6 100644 --- a/test/e2e-v2/cases/storage/es/es-sharding/e2e.yaml +++ b/test/e2e-v2/cases/storage/es/es-sharding/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${consumer_host}:${consumer_9092}/users method: POST body: '{"id":"123","name":"skywalking"}' diff --git a/test/e2e-v2/cases/storage/mysql/e2e.yaml b/test/e2e-v2/cases/storage/mysql/e2e.yaml index 774dc86c914d..9c7aebe5f5be 100644 --- a/test/e2e-v2/cases/storage/mysql/e2e.yaml +++ b/test/e2e-v2/cases/storage/mysql/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${consumer_host}:${consumer_9092}/users method: POST body: '{"id":"123","name":"skywalking"}' diff --git a/test/e2e-v2/cases/storage/opensearch/e2e.yaml b/test/e2e-v2/cases/storage/opensearch/e2e.yaml index 35566af71a28..6c1c49117ed4 100644 --- a/test/e2e-v2/cases/storage/opensearch/e2e.yaml +++ b/test/e2e-v2/cases/storage/opensearch/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${consumer_host}:${consumer_9092}/users method: POST body: '{"id":"123","name":"skywalking"}' diff --git a/test/e2e-v2/cases/storage/postgres/e2e.yaml b/test/e2e-v2/cases/storage/postgres/e2e.yaml index 774dc86c914d..9c7aebe5f5be 100644 --- a/test/e2e-v2/cases/storage/postgres/e2e.yaml +++ b/test/e2e-v2/cases/storage/postgres/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${consumer_host}:${consumer_9092}/users method: POST body: '{"id":"123","name":"skywalking"}' diff --git a/test/e2e-v2/cases/virtual-mq/e2e.yaml b/test/e2e-v2/cases/virtual-mq/e2e.yaml index 7256e86f57d2..d15976319248 100644 --- a/test/e2e-v2/cases/virtual-mq/e2e.yaml +++ b/test/e2e-v2/cases/virtual-mq/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${provider_host}:${provider_9090}/kafka/send method: GET diff --git a/test/e2e-v2/cases/win/e2e.yaml b/test/e2e-v2/cases/win/e2e.yaml index 5b884fb7fec3..275eb17eb051 100644 --- a/test/e2e-v2/cases/win/e2e.yaml +++ b/test/e2e-v2/cases/win/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${sender_host}:${sender_9093}/otel-metrics/send method: GET diff --git a/test/e2e-v2/cases/zipkin/banyandb/e2e.yaml b/test/e2e-v2/cases/zipkin/banyandb/e2e.yaml index b77ab08e18d7..8749cd70d7dc 100644 --- a/test/e2e-v2/cases/zipkin/banyandb/e2e.yaml +++ b/test/e2e-v2/cases/zipkin/banyandb/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${frontend_host}:${frontend_8081} method: POST diff --git a/test/e2e-v2/cases/zipkin/es/e2e.yaml b/test/e2e-v2/cases/zipkin/es/e2e.yaml index d55440880c48..8e3ff87be9f1 100644 --- a/test/e2e-v2/cases/zipkin/es/e2e.yaml +++ b/test/e2e-v2/cases/zipkin/es/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${frontend_host}:${frontend_8081} method: POST diff --git a/test/e2e-v2/cases/zipkin/es/es-sharding/e2e.yaml b/test/e2e-v2/cases/zipkin/es/es-sharding/e2e.yaml index 054913ec43e0..5cf2bc49ef05 100644 --- a/test/e2e-v2/cases/zipkin/es/es-sharding/e2e.yaml +++ b/test/e2e-v2/cases/zipkin/es/es-sharding/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${frontend_host}:${frontend_8081} method: POST diff --git a/test/e2e-v2/cases/zipkin/kafka/e2e.yaml b/test/e2e-v2/cases/zipkin/kafka/e2e.yaml index e6b46033097c..90d877db1405 100644 --- a/test/e2e-v2/cases/zipkin/kafka/e2e.yaml +++ b/test/e2e-v2/cases/zipkin/kafka/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${sender_host}:${sender_9093}/sendZipkinTrace2Kafka method: POST diff --git a/test/e2e-v2/cases/zipkin/mysql/e2e.yaml b/test/e2e-v2/cases/zipkin/mysql/e2e.yaml index b77ab08e18d7..8749cd70d7dc 100644 --- a/test/e2e-v2/cases/zipkin/mysql/e2e.yaml +++ b/test/e2e-v2/cases/zipkin/mysql/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${frontend_host}:${frontend_8081} method: POST diff --git a/test/e2e-v2/cases/zipkin/opensearch/e2e.yaml b/test/e2e-v2/cases/zipkin/opensearch/e2e.yaml index d55440880c48..8e3ff87be9f1 100644 --- a/test/e2e-v2/cases/zipkin/opensearch/e2e.yaml +++ b/test/e2e-v2/cases/zipkin/opensearch/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${frontend_host}:${frontend_8081} method: POST diff --git a/test/e2e-v2/cases/zipkin/postgres/e2e.yaml b/test/e2e-v2/cases/zipkin/postgres/e2e.yaml index d55440880c48..8e3ff87be9f1 100644 --- a/test/e2e-v2/cases/zipkin/postgres/e2e.yaml +++ b/test/e2e-v2/cases/zipkin/postgres/e2e.yaml @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: -1 + times: 10 url: http://${frontend_host}:${frontend_8081} method: POST