@ContextConfiguration(classes=org.springframework.cloud.sleuth.instrument.reactor.ScopePassingSpanSubscriberSpringBootTests.TestConfig.class) public abstract class ScopePassingSpanSubscriberSpringBootTests extends Object
ScopePassingSpanSubscriberTests, except this tests wiring with spring boot
config.| Constructor and Description |
|---|
ScopePassingSpanSubscriberSpringBootTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkTraceIdDuringZipOperation() |
void |
checkTraceIdFromSubscriberContext() |
protected abstract org.springframework.cloud.sleuth.TraceContext |
context() |
protected abstract org.springframework.cloud.sleuth.TraceContext |
context2() |
void |
onlyConsidersContextDuringSubscribe() |
void |
should_pass_tracing_info_into_inner_publishers() |
void |
should_pass_tracing_info_into_sources_when_using_reactor_async() |
void |
should_pass_tracing_info_when_using_reactor_async_processor() |
void |
should_pass_tracing_info_when_using_reactor_async() |
void |
should_pass_tracing_info_when_using_reactor() |
void |
should_support_reactor_fusion_optimization() |
void |
should_work_for_mono_just_with_flat_map() |
public ScopePassingSpanSubscriberSpringBootTests()
protected abstract org.springframework.cloud.sleuth.TraceContext context()
protected abstract org.springframework.cloud.sleuth.TraceContext context2()
@Test public void should_pass_tracing_info_when_using_reactor()
@Test public void should_support_reactor_fusion_optimization()
@Test public void should_pass_tracing_info_when_using_reactor_async()
@Test public void should_pass_tracing_info_into_sources_when_using_reactor_async()
@Test @Disabled(value="Will work only for on each - by accident") public void should_pass_tracing_info_when_using_reactor_async_processor()
@Test public void onlyConsidersContextDuringSubscribe()
@Test public void checkTraceIdDuringZipOperation()
@Test public void should_work_for_mono_just_with_flat_map()
@Test public void checkTraceIdFromSubscriberContext()
@Test public void should_pass_tracing_info_into_inner_publishers()
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.