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

updates to the latest test dependencies #3610

Merged
merged 2 commits into from
Dec 5, 2023
Merged

Conversation

codefromthecrypt
Copy link
Member

No description provided.

@@ -113,7 +113,7 @@ int port() {
// mostly waiting for https://github.com/testcontainers/testcontainers-java/issues/3537
static final class MySQLContainer extends GenericContainer<MySQLContainer> {
MySQLContainer() {
super(parse("ghcr.io/openzipkin/zipkin-mysql:2.23.2"));
super(parse("ghcr.io/openzipkin/zipkin-mysql:2.24.3"));
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 moves to the last published docker tag (well ignoring the accidental v3 one..). Doing this gets the recent cut of test images, even though they are a bit behind still. I'll update those later.

Copy link
Member Author

Choose a reason for hiding this comment

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

I refreshed these

@codefromthecrypt
Copy link
Member Author

depends on #3612 and while at it I will look at all the images before bumping this one out of draft

Signed-off-by: Adrian Cole <adrian@tetrate.io>
Signed-off-by: Adrian Cole <adrian@tetrate.io>
@@ -91,7 +91,7 @@ class ServerIntegratedBenchmark {

Copy link
Member Author

Choose a reason for hiding this comment

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

Note: this bench doesn't complete yet, but I can work on that in another PR. Good news is it at least runs on Apple Silicon now!

@codefromthecrypt codefromthecrypt marked this pull request as ready for review December 5, 2023 09:38
@codefromthecrypt codefromthecrypt merged commit db7a454 into master Dec 5, 2023
9 checks passed
@codefromthecrypt codefromthecrypt deleted the latest-test-deps branch December 5, 2023 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants