Package io.debezium.storage.s3.history
Class S3SchemaHistoryIT
java.lang.Object
io.debezium.relational.history.AbstractSchemaHistoryTest
io.debezium.storage.s3.history.S3SchemaHistoryIT
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected SchemaHistoryvoidvoidstatic voidstartS3()static voidstopS3()voidMethods inherited from class io.debezium.relational.history.AbstractSchemaHistoryTest
beforeEach, position, record, recover, server, shouldRecordChangesAndRecoverToVariousPoints
-
Field Details
-
IMAGE_TAG
-
BUCKET
- See Also:
-
OBJECT_NAME
-
container
private static final com.adobe.testing.s3mock.testcontainers.S3MockContainer container -
client
private static software.amazon.awssdk.services.s3.S3Client client
-
-
Constructor Details
-
S3SchemaHistoryIT
public S3SchemaHistoryIT()
-
-
Method Details
-
startS3
public static void startS3() -
stopS3
public static void stopS3() -
afterEach
public void afterEach()- Overrides:
afterEachin classAbstractSchemaHistoryTest
-
createHistory
- Specified by:
createHistoryin classAbstractSchemaHistoryTest
-
initializeStorageShouldCreateBucket
public void initializeStorageShouldCreateBucket() -
shouldDetectExistingBucket
public void shouldDetectExistingBucket() -
storeRecordShouldSaveRecordsInS3
- Throws:
IOException
-