-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Conversation
@@ -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")); |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I refreshed these
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>
3e5a0ea
to
f4c1cf5
Compare
Signed-off-by: Adrian Cole <adrian@tetrate.io>
@@ -91,7 +91,7 @@ class ServerIntegratedBenchmark { | |||
|
There was a problem hiding this comment.
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!
No description provided.