Class AzureBlobSchemaHistoryIT
java.lang.Object
io.debezium.relational.history.AbstractSchemaHistoryTest
io.debezium.storage.azure.blob.history.AzureBlobSchemaHistoryIT
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.debezium.relational.history.AbstractSchemaHistoryTest
afterEach, beforeEach, position, record, recover, server, shouldRecordChangesAndRecoverToVariousPoints
-
Field Details
-
IMAGE_TAG
-
CONTAINER_NAME
- See Also:
-
BLOB_NAME
- See Also:
-
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
- Specified by:
createHistoryin classAbstractSchemaHistoryTest
-
initializeStorageShouldCreateContainer
public void initializeStorageShouldCreateContainer() -
storeRecordShouldSaveRecordsInBlobStorage
- Throws:
IOException
-