Commit 96a07c6
Fix Couchbase 2.6 span assertions and plugin resolution
Couchbase 2.6 spans no longer emit the deprecated network.* span
attributes, so the 2.6 test subclasses should use the shared default that
expects them to be absent. The smoke-test build also needed Maven Central in
pluginManagement so Spring Boot plugin classpath dependencies are resolved
outside the Gradle Plugin Portal.
Validated with:
.\gradlew.bat :instrumentation:couchbase:couchbase-2.6:javaagent:test -PtestJavaVersion=8 -PtestJavaVM=hotspot -PtestIndy=true --no-daemon
.\gradlew.bat :smoke-tests:test -PsmokeTestSuite=none --no-daemon
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 86186b2 commit 96a07c6
5 files changed
Lines changed: 5 additions & 20 deletions
File tree
- instrumentation/couchbase/couchbase-2.6/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/couchbase/v2_6
- springdata
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 19 | | |
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | 30 | | |
36 | 31 | | |
37 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 23 | | |
29 | 24 | | |
30 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
2 | 7 | | |
3 | 8 | | |
4 | 9 | | |
| |||
0 commit comments