-
Notifications
You must be signed in to change notification settings - Fork 1k
Couchbase metadata updates #15088
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Couchbase metadata updates #15088
Changes from 4 commits
a14f0a0
b22ef6e
64c0475
1ef2085
20a10b1
a7cf034
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -52,6 +52,11 @@ readonly INSTRUMENTATIONS=( | |
| "couchbase:couchbase-2.6:javaagent:test" | ||
| "couchbase:couchbase-2.6:javaagent:testExperimental" | ||
| "couchbase:couchbase-2.6:javaagent:testStableSemconv" | ||
| # when running 3.x tests on macOs, switch to testcontainer couchbase/server:7.6.0 | ||
|
||
| "couchbase:couchbase-3.1:javaagent:test" | ||
| "couchbase:couchbase-3.1.6:javaagent:test" | ||
| "couchbase:couchbase-3.2:javaagent:test" | ||
| "couchbase:couchbase-3.4:javaagent:test" | ||
| "dropwizard:dropwizard-views-0.7:javaagent:test" | ||
| "elasticsearch:elasticsearch-api-client-7.16:javaagent:test" | ||
| "elasticsearch:elasticsearch-api-client-7.16:javaagent:testStableSemconv" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -46,16 +46,6 @@ dependencies { | |
| tasks { | ||
| withType<Test>().configureEach { | ||
| usesService(gradle.sharedServices.registrations["testcontainersBuildService"].service) | ||
| } | ||
|
|
||
| val testStableSemconv by registering(Test::class) { | ||
| testClassesDirs = sourceSets.test.get().output.classesDirs | ||
| classpath = sourceSets.test.get().runtimeClasspath | ||
|
|
||
| jvmArgs("-Dotel.semconv-stability.opt-in=database") | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. i didn't think these tests were necessary since we don't own the instrumentation |
||
| } | ||
|
|
||
| check { | ||
| dependsOn(testStableSemconv) | ||
| systemProperty("collectMetadata", findProperty("collectMetadata")?.toString() ?: "false") | ||
| } | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for 3.2 the description was changed