Skip to content

Disable incompatible integration tests on aarch64 platforms #35229

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

Closed
mhalbritter opened this issue May 2, 2023 · 2 comments
Closed

Disable incompatible integration tests on aarch64 platforms #35229

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

Comments

@mhalbritter
Copy link
Contributor

Some integration tests use docker images which have no ARM support. Those tests, if they even run, use emulation, which is very slow and lead to test failure. Disable those tests on aarch64 linux and mac systems.

See #35228.

@mhalbritter mhalbritter added the type: task A general task label May 2, 2023
@mhalbritter mhalbritter added this to the 2.7.x milestone May 2, 2023
@mhalbritter
Copy link
Contributor Author

mhalbritter commented May 2, 2023

Tests found so far:

  • Couchbase
  • Neo4j in 2.7.x branch
  • Docker Compose SQL Server
  • Docker Compose Oracle database
  • KafkaContainerConnectionDetailsFactoryIntegrationTests
  • BootBuildImageIntegrationTests
  • BuildImageTests
  • OracleR2dbcContainerConnectionDetailsFactoryTests

@mhalbritter
Copy link
Contributor Author

I disabled all the incompatible tests.

@mhalbritter mhalbritter modified the milestones: 2.7.x, 2.7.12 May 3, 2023
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

1 participant