Commit 42d7f11
committed
Fix Kafka Connect test to expect quoted PostgreSQL identifiers in span names
PostgreSQL JDBC driver uses double-quoted identifiers (e.g. INSERT INTO
"person"), so the query summary correctly includes quotes per the
semantic conventions spec. Updated test expectations accordingly:
- Single message: INSERT "person"
- Multi-topic batch: BATCH INSERT "person"1 parent 9eb894f commit 42d7f11
1 file changed
Lines changed: 6 additions & 2 deletions
File tree
- instrumentation/kafka/kafka-connect-2.6/testing/src/test/java/io/opentelemetry/instrumentation/kafkaconnect/v2_6
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
76 | 80 | | |
77 | 81 | | |
78 | 82 | | |
| |||
330 | 334 | | |
331 | 335 | | |
332 | 336 | | |
333 | | - | |
| 337 | + | |
334 | 338 | | |
335 | 339 | | |
336 | 340 | | |
| |||
0 commit comments