File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/integration-test/java/io/aiven/kafka/connect/transforms Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2323 distribution : ' temurin'
2424 cache : gradle
2525 - name : Build with Gradle
26- run : ./gradlew build
26+ run : ./gradlew build integrationTest
Original file line number Diff line number Diff line change 4343import org .testcontainers .containers .KafkaContainer ;
4444import org .testcontainers .junit .jupiter .Container ;
4545import org .testcontainers .junit .jupiter .Testcontainers ;
46+ import org .testcontainers .utility .DockerImageName ;
4647
4748import static org .junit .jupiter .api .Assertions .assertEquals ;
4849
@@ -58,7 +59,7 @@ final class IntegrationTest {
5859 private static File pluginsDir ;
5960
6061 @ Container
61- private final KafkaContainer kafka = new KafkaContainer ()
62+ private final KafkaContainer kafka = new KafkaContainer (DockerImageName . parse ( "confluentinc/cp-kafka:6.2.1" ) )
6263 .withEnv ("KAFKA_AUTO_CREATE_TOPICS_ENABLE" , "false" );
6364
6465 private AdminClient adminClient ;
You can’t perform that action at this time.
0 commit comments