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

hanahmily pushed a commit to branch trace/liaison
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git

commit 800649775a42c410d17cf5e45e2a5f8847c783eb
Author: Gao Hongtao <hanahm...@gmail.com>
AuthorDate: Thu Aug 28 14:24:49 2025 +0800

    Update trace service test data to use 'test-trace-group'
    
    - Changed the group name from 'default' to 'test-trace-group' in multiple 
JSON test files for consistency.
    - Updated metadata in group.json, index_rule_bindings, index_rules, and 
traces to reflect the new group name, enhancing clarity in test configurations.
---
 pkg/test/trace/testdata/group.json                  | 2 +-
 pkg/test/trace/testdata/index_rule_bindings/sw.json | 2 +-
 pkg/test/trace/testdata/index_rules/duration.json   | 2 +-
 pkg/test/trace/testdata/index_rules/timestamp.json  | 2 +-
 pkg/test/trace/testdata/traces/sw.json              | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pkg/test/trace/testdata/group.json 
b/pkg/test/trace/testdata/group.json
index d99a4ee5..b0f5793d 100644
--- a/pkg/test/trace/testdata/group.json
+++ b/pkg/test/trace/testdata/group.json
@@ -1,7 +1,7 @@
 [
     {
         "metadata": {
-            "name": "default"
+            "name": "test-trace-group"
         },
         "catalog": "CATALOG_TRACE",
         "resource_opts": {
diff --git a/pkg/test/trace/testdata/index_rule_bindings/sw.json 
b/pkg/test/trace/testdata/index_rule_bindings/sw.json
index 35fa8321..7955985b 100644
--- a/pkg/test/trace/testdata/index_rule_bindings/sw.json
+++ b/pkg/test/trace/testdata/index_rule_bindings/sw.json
@@ -1,7 +1,7 @@
 {
     "metadata": {
         "name": "sw-index-rule-binding",
-        "group": "default"
+        "group": "test-trace-group"
     },
     "rules": [
         "duration",
diff --git a/pkg/test/trace/testdata/index_rules/duration.json 
b/pkg/test/trace/testdata/index_rules/duration.json
index 8826ac83..c9cb393a 100644
--- a/pkg/test/trace/testdata/index_rules/duration.json
+++ b/pkg/test/trace/testdata/index_rules/duration.json
@@ -1,7 +1,7 @@
 {
     "metadata": {
         "name": "duration",
-        "group": "default"
+        "group": "test-trace-group"
     },
     "tags": [
         "service_id",
diff --git a/pkg/test/trace/testdata/index_rules/timestamp.json 
b/pkg/test/trace/testdata/index_rules/timestamp.json
index c0c3f53c..be83e872 100644
--- a/pkg/test/trace/testdata/index_rules/timestamp.json
+++ b/pkg/test/trace/testdata/index_rules/timestamp.json
@@ -1,7 +1,7 @@
 {
     "metadata": {
         "name": "timestamp",
-        "group": "default"
+        "group": "test-trace-group"
     },
     "tags": [
         "service_id",
diff --git a/pkg/test/trace/testdata/traces/sw.json 
b/pkg/test/trace/testdata/traces/sw.json
index 4848ee5d..346a7389 100644
--- a/pkg/test/trace/testdata/traces/sw.json
+++ b/pkg/test/trace/testdata/traces/sw.json
@@ -1,7 +1,7 @@
 {
     "metadata": {
         "name": "sw",
-        "group": "default"
+        "group": "test-trace-group"
     },
     "tags": [
         {

Reply via email to