Skip to content

Commit bd53bbd

Browse files
committed
fix: update clickhouse E2E expected data for excluded port
Since httpclient-4.x now skips port 8123, the nested HTTP exit span is no longer created, so the http.status_code tag no longer appears on ClickHouse JDBC exit spans. Update expected test data accordingly.
1 parent 9e3ed49 commit bd53bbd

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/plugin/scenarios/clickhouse-0.3.1-scenario/config/expectedData.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ segmentItems:
5353
- {key: db.type, value: ClickHouse}
5454
- {key: db.instance, value: system}
5555
- {key: db.statement, value: 'select timezone(), version()'}
56-
- {key: http.status_code, value: '200'}
5756
- operationName: ClickHouse/JDBC/Statement/executeQuery
5857
operationId: 0
5958
parentSpanId: 0
@@ -70,7 +69,6 @@ segmentItems:
7069
- {key: db.type, value: ClickHouse}
7170
- {key: db.instance, value: system}
7271
- {key: db.statement, value: SELECT * FROM clusters}
73-
- {key: http.status_code, value: '200'}
7472
- operationName: ClickHouse/JDBC/Statement/execute
7573
operationId: 0
7674
parentSpanId: 0
@@ -87,7 +85,6 @@ segmentItems:
8785
- {key: db.type, value: ClickHouse}
8886
- {key: db.instance, value: system}
8987
- {key: db.statement, value: SELECT 1}
90-
- {key: http.status_code, value: '200'}
9188
- operationName: ClickHouse/JDBC/Connection/close
9289
operationId: 0
9390
parentSpanId: 0
@@ -120,7 +117,6 @@ segmentItems:
120117
- {key: db.type, value: ClickHouse}
121118
- {key: db.instance, value: system}
122119
- {key: db.statement, value: 'select timezone(), version()'}
123-
- {key: http.status_code, value: '200'}
124120
- operationName: ClickHouse/JDBC/PreparedStatement/executeQuery
125121
operationId: 0
126122
parentSpanId: 0
@@ -137,7 +133,6 @@ segmentItems:
137133
- {key: db.type, value: ClickHouse}
138134
- {key: db.instance, value: system}
139135
- {key: db.statement, value: SELECT * FROM clusters}
140-
- {key: http.status_code, value: '200'}
141136
- operationName: ClickHouse/JDBC/Statement/execute
142137
operationId: 0
143138
parentSpanId: 0
@@ -154,7 +149,6 @@ segmentItems:
154149
- {key: db.type, value: ClickHouse}
155150
- {key: db.instance, value: system}
156151
- {key: db.statement, value: SELECT 1}
157-
- {key: http.status_code, value: '200'}
158152
- operationName: ClickHouse/JDBC/Connection/close
159153
operationId: 0
160154
parentSpanId: 0
@@ -187,7 +181,6 @@ segmentItems:
187181
- {key: db.type, value: ClickHouse}
188182
- {key: db.instance, value: system}
189183
- {key: db.statement, value: 'select timezone(), version()'}
190-
- {key: http.status_code, value: '200'}
191184
- operationName: ClickHouse/JDBC/PreparedStatement/executeQuery
192185
operationId: 0
193186
parentSpanId: 0
@@ -205,7 +198,6 @@ segmentItems:
205198
- {key: db.instance, value: system}
206199
- {key: db.statement, value: 'SELECT * FROM clusters WHERE cluster = ?'}
207200
- {key: db.sql.parameters, value: '[1]'}
208-
- {key: http.status_code, value: '200'}
209201
- operationName: ClickHouse/JDBC/Statement/execute
210202
operationId: 0
211203
parentSpanId: 0
@@ -222,7 +214,6 @@ segmentItems:
222214
- {key: db.type, value: ClickHouse}
223215
- {key: db.instance, value: system}
224216
- {key: db.statement, value: SELECT 1}
225-
- {key: http.status_code, value: '200'}
226217
- operationName: ClickHouse/JDBC/Connection/close
227218
operationId: 0
228219
parentSpanId: 0

0 commit comments

Comments
 (0)