Class ITSearchEnabledFalse<T extends StorageComponent>

java.lang.Object
zipkin2.storage.ITStorage<T>
zipkin2.storage.ITSearchEnabledFalse<T>

public abstract class ITSearchEnabledFalse<T extends StorageComponent> extends ITStorage<T>
Base test for when searchEnabled == false.

Subtypes should create a connection to a real backend, even if that backend is in-process.

  • Constructor Details

    • ITSearchEnabledFalse

      public ITSearchEnabledFalse()
  • Method Details

    • configureStorageForTest

      protected final void configureStorageForTest(StorageComponent.Builder storage)
      Description copied from class: ITStorage
      Configures a StorageComponent.Builder with parameters for the test being executed.
      Specified by:
      configureStorageForTest in class ITStorage<T extends StorageComponent>
    • getTraces_indexDataReturnsNothing

      @Test protected void getTraces_indexDataReturnsNothing(org.junit.jupiter.api.TestInfo testInfo) throws Exception
      Throws:
      Exception
    • getServiceNames_isEmpty

      @Test protected void getServiceNames_isEmpty(org.junit.jupiter.api.TestInfo testInfo) throws Exception
      Throws:
      Exception
    • getRemoteServiceNames_isEmpty

      @Test protected void getRemoteServiceNames_isEmpty(org.junit.jupiter.api.TestInfo testInfo) throws Exception
      Throws:
      Exception
    • getSpanNames_isEmpty

      @Test protected void getSpanNames_isEmpty(org.junit.jupiter.api.TestInfo testInfo) throws Exception
      Throws:
      Exception