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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6594727c95 Change QTime condition from 'gt 0' to 'ge 0' (#793)
6594727c95 is described below

commit 6594727c95501d8b090c365b67cb4b2bfc9698a8
Author: wuwen <[email protected]>
AuthorDate: Mon Feb 23 00:16:08 2026 +0800

    Change QTime condition from 'gt 0' to 'ge 0' (#793)
---
 .../scenarios/solrj-7.x-scenario/config/expectedData.yaml      | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/test/plugin/scenarios/solrj-7.x-scenario/config/expectedData.yaml 
b/test/plugin/scenarios/solrj-7.x-scenario/config/expectedData.yaml
index 3ff59ca319..93dd81f044 100644
--- a/test/plugin/scenarios/solrj-7.x-scenario/config/expectedData.yaml
+++ b/test/plugin/scenarios/solrj-7.x-scenario/config/expectedData.yaml
@@ -32,7 +32,7 @@ segmentItems:
       tags:
       - {key: db.type, value: Solr}
       - {key: http.status_code, value: '200'}
-      - {key: QTime, value: gt 0}
+      - {key: QTime, value: ge 0}
       skipAnalysis: 'false'
     - operationName: solrJ/mycore/update/COMMIT
       parentSpanId: 0
@@ -47,7 +47,7 @@ segmentItems:
       tags:
       - {key: db.type, value: Solr}
       - {key: http.status_code, value: '200'}
-      - {key: QTime, value: gt 0}
+      - {key: QTime, value: ge 0}
       skipAnalysis: 'false'
     - operationName: solrJ/mycore/update/OPTIMIZE
       parentSpanId: 0
@@ -62,7 +62,7 @@ segmentItems:
       tags:
       - {key: db.type, value: Solr}
       - {key: http.status_code, value: '200'}
-      - {key: QTime, value: gt 0}
+      - {key: QTime, value: ge 0}
       skipAnalysis: 'false'
     - operationName: solrJ/mycore/select
       parentSpanId: 0
@@ -111,7 +111,7 @@ segmentItems:
       tags:
       - {key: db.type, value: Solr}
       - {key: http.status_code, value: '200'}
-      - {key: QTime, value: gt 0}
+      - {key: QTime, value: ge 0}
       skipAnalysis: 'false'
     - operationName: solrJ/mycore/update/DELETE_BY_QUERY
       parentSpanId: 0
@@ -126,7 +126,7 @@ segmentItems:
       tags:
       - {key: db.type, value: Solr}
       - {key: http.status_code, value: '200'}
-      - {key: QTime, value: gt 0}
+      - {key: QTime, value: ge 0}
       skipAnalysis: 'false'
     - operationName: GET:/solrj-scenario/case/solrj
       parentSpanId: -1

Reply via email to