Class AzureBlobSchemaHistoryIT

java.lang.Object
io.debezium.relational.history.AbstractSchemaHistoryTest
io.debezium.storage.azure.blob.history.AzureBlobSchemaHistoryIT

public class AzureBlobSchemaHistoryIT extends AbstractSchemaHistoryTest
  • Field Details

    • IMAGE_TAG

      public static final String IMAGE_TAG
    • CONTAINER_NAME

      public static final String CONTAINER_NAME
      See Also:
    • BLOB_NAME

      public static final String BLOB_NAME
      See Also:
    • CONNECTION_STRING

      public static final String CONNECTION_STRING
      See Also:
    • container

      private static final org.testcontainers.containers.GenericContainer<?> container
    • blobServiceClient

      private static com.azure.storage.blob.BlobServiceClient blobServiceClient
  • Constructor Details

    • AzureBlobSchemaHistoryIT

      public AzureBlobSchemaHistoryIT()
  • Method Details

    • startAzurite

      public static void startAzurite()
    • stopAzurite

      public static void stopAzurite()
    • createHistory

      protected SchemaHistory createHistory()
      Specified by:
      createHistory in class AbstractSchemaHistoryTest
    • initializeStorageShouldCreateContainer

      public void initializeStorageShouldCreateContainer()
    • storeRecordShouldSaveRecordsInBlobStorage

      public void storeRecordShouldSaveRecordsInBlobStorage() throws IOException
      Throws:
      IOException