Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Aug 8, 2021
1 parent e56b099 commit d3c4a05
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ dependencies {
tasks.withType<Test>().configureEach {
// TODO run tests both with and without experimental span attributes
jvmArgs("-Dotel.instrumentation.spring-webflux.experimental-span-attributes=true")
// TODO(trask): try removing this if/when latest webflux instrumentations changes prove out
// TODO(anuraaga): There is no actual context leak - it just seems that the server-side does not
// fully complete processing before the test cases finish, which is when we check for context
// leaks. Adding Thread.sleep(1000) just before checking for leaks allows it to pass but is not
Expand Down

0 comments on commit d3c4a05

Please sign in to comment.