-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
AVRO-4022: Add docker CI #3037
AVRO-4022: Add docker CI #3037
Conversation
0e074d5
to
768d245
Compare
768d245
to
afe0679
Compare
IIRC those exceptions are expected exceptions for checking an unsupported name, but will check later this week. I think the failed test reason is missing libssl package. |
@zcsizmadia Thanks for jumping in here. I was doing some digging myself, and I think you're right. The exceptions are a red herring. It looks like this is because it needs OpenSSL1.1. I think this is part of upgrading Ubuntu to 22 which comes with a newer version of OpenSSL. |
Probably we should remove that exception to the console. It is confusing that it indicates a hard exception. |
591e247
to
0828aad
Compare
0828aad
to
ba2206a
Compare
Co-authored-by: Martin Grigorov <martin-g@users.noreply.github.com>
Thanks for the quick review @martin-g |
What is the purpose of the change
Adding a test to the docker setup, to ensure that it keeps up to date.
After the changes, it also runs locally on my M3 arm64 mac:
Currently I only run this on master, since it takes quite a bit to run (40 minutes), or when the Dockerfile is changed.
Verifying this change
(Please pick one of the following options)
This change is a trivial rework / code cleanup without any test coverage.
(or)
This change is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(example:)
Documentation