Package zipkin2.storage
Class ITSpanStore<T extends StorageComponent>
- java.lang.Object
-
- zipkin2.storage.ITStorage<T>
-
- zipkin2.storage.ITSpanStore<T>
-
public abstract class ITSpanStore<T extends StorageComponent> extends ITStorage<T>
Base test forSpanStore.Subtypes should create a connection to a real backend, even if that backend is in-process.
-
-
Constructor Summary
Constructors Constructor Description ITSpanStore()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigureStorageForTest(StorageComponent.Builder storage)Configures aStorageComponent.Builderwith parameters for the test being executed.voidgetTraces_duration()Shows that duration queries go against the root span, not the childvoidgetTraces_lateDuration()voidgetTraces_maxDuration()voidgetTraces_minDuration()voidgetTraces_serviceNames()voidgetTraces_spanName()voidgetTraces_tags()protected static QueryRequest.BuilderrequestBuilder()-
Methods inherited from class zipkin2.storage.ITStorage
accept, accept, blockWhileInFlight, clear, initializeStoragePerTest, names, newStorageBuilder, store, traces
-
-
-
-
Method Detail
-
configureStorageForTest
protected final void configureStorageForTest(StorageComponent.Builder storage)
Description copied from class:ITStorageConfigures aStorageComponent.Builderwith parameters for the test being executed.- Specified by:
configureStorageForTestin classITStorage<T extends StorageComponent>
-
getTraces_serviceNames
@Test public void getTraces_serviceNames() throws Exception- Throws:
Exception
-
getTraces_lateDuration
@Test public void getTraces_lateDuration() throws Exception- Throws:
Exception
-
getTraces_duration
@Test public void getTraces_duration() throws IOExceptionShows that duration queries go against the root span, not the child- Throws:
IOException
-
requestBuilder
protected static QueryRequest.Builder requestBuilder()
-
-