This commit is contained in:
Marcin Grzejszczak
2019-04-08 09:16:07 +02:00
parent 1b493e602a
commit 32b8cbecea

View File

@@ -104,10 +104,8 @@ public class HystrixAnnotationsIntegrationTests {
@HystrixCommand
public void invokeLogicWrappedInHystrixCommand() {
System.out.println("FOOO");
this.spanCaughtFromHystrixThread = new AtomicReference<>(
this.tracing.tracer().currentSpan());
System.out.println("aksdhkasd: " + this.spanCaughtFromHystrixThread);
}
public Long getTraceId() {