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

Re-enable integration tests on ARM machines #35249

Open
4 of 6 tasks
mhalbritter opened this issue May 3, 2023 · 3 comments
Open
4 of 6 tasks

Re-enable integration tests on ARM machines #35249

mhalbritter opened this issue May 3, 2023 · 3 comments
Labels
type: task A general task
Milestone

Comments

@mhalbritter
Copy link
Contributor

mhalbritter commented May 3, 2023

I disabled incompatible integration tests on ARM systems in #35229. They are annotated with org.springframework.boot.testsupport.junit.DisabledOnOs. Review those tests to find a way to make them run on ARM machines.

@mhalbritter mhalbritter added the type: task A general task label May 3, 2023
@mhalbritter mhalbritter added this to the 2.7.x milestone May 3, 2023
@mhalbritter mhalbritter changed the title Review integration tests on ARM machines Re-enable integration tests on ARM machines May 3, 2023
@mhalbritter
Copy link
Contributor Author

See #35234 and #35228

@philwebb philwebb modified the milestones: 2.7.x, 3.1.x Nov 8, 2023
@mhalbritter
Copy link
Contributor Author

Reviewed those today, the docker images we're using don't have ARM support yet.

@wilkinsona wilkinsona modified the milestones: 3.1.x, 3.2.x May 20, 2024
@philwebb philwebb modified the milestones: 3.2.x, 3.3.x Nov 20, 2024
@mhalbritter
Copy link
Contributor Author

Docker images we use, which don't have ARM support:

  • bitnami/mongodb
  • gvenzl/oracle-xe
  • mcr.microsoft.com/mssql/server
  • spring-boot-cnb-test-builder:0.0.1 (once we are on noble buildpacks, this can be fixed)

And two jetty tests are disabled on aarch64, as Conscrypt doesn't have arm64 support: google/conscrypt#1051

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

No branches or pull requests

3 participants