Class S3SchemaHistoryIT

java.lang.Object
io.debezium.relational.history.AbstractSchemaHistoryTest
io.debezium.storage.s3.history.S3SchemaHistoryIT

public class S3SchemaHistoryIT extends AbstractSchemaHistoryTest
  • Field Details

    • IMAGE_TAG

      public static final String IMAGE_TAG
    • BUCKET

      public static final String BUCKET
      See Also:
    • OBJECT_NAME

      public static final String 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:
      afterEach in class AbstractSchemaHistoryTest
    • createHistory

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

      public void initializeStorageShouldCreateBucket()
    • shouldDetectExistingBucket

      public void shouldDetectExistingBucket()
    • storeRecordShouldSaveRecordsInS3

      public void storeRecordShouldSaveRecordsInS3() throws IOException
      Throws:
      IOException