Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update testcontainers version, set image name and version explicitly #923

Merged
merged 4 commits into from
Mar 28, 2022

Conversation

bplommer
Copy link
Member

@bplommer bplommer commented Mar 28, 2022

Also adds support for running tests on Arm64

@@ -6,7 +6,7 @@
</encoder>
</appender>

<root level="ERROR" additivity="false">
<root level="INFO" additivity="false">
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes logs a lot noisier but I think it's more likely to be what you want if you're actually trying to track down a problem in them.

@@ -66,7 +66,15 @@ abstract class BaseKafkaSpec extends BaseAsyncSpec with ForEachTestContainer {

override def runTest(testName: String, args: Args) = super.runTest(testName, args)

override val container: KafkaContainer = new KafkaContainer()
private val imageVersion = "7.0.1"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally we'd test against both the earliest and latest supported version

@bplommer bplommer force-pushed the set-image-version branch from 8eb6c27 to 5272208 Compare March 28, 2022 11:44
@bplommer bplommer marked this pull request as ready for review March 28, 2022 12:03
@bplommer bplommer requested a review from LMnet March 28, 2022 12:22
@bplommer bplommer merged commit 462bd9d into series/2.x Mar 28, 2022
@bplommer bplommer deleted the set-image-version branch April 1, 2022 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants