You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/reactor/reactor-3.1/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/reactor/v3_1/BaseMonoWithSpanTest.java
+1
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,7 @@ void nested() {
88
88
span ->
89
89
span.hasName("inner-manual")
90
90
.hasKind(SpanKind.INTERNAL)
91
+
// earliest tested and latest version behave differently
Copy file name to clipboardExpand all lines: instrumentation/reactor/reactor-3.1/library/src/test/java/io/opentelemetry/instrumentation/reactor/v3_1/ReactorCoreTest.java
+3
Original file line number
Diff line number
Diff line change
@@ -167,6 +167,9 @@ void nestedNonBlocking() {
167
167
() ->
168
168
Mono.defer(
169
169
() -> {
170
+
// earliest tested and latest version behave differently
171
+
// in latest dep test current span is "parent" not "middle"
0 commit comments