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

Run Docker-based tests serially #41228

Closed
wilkinsona opened this issue Jun 25, 2024 · 0 comments
Closed

Run Docker-based tests serially #41228

wilkinsona opened this issue Jun 25, 2024 · 0 comments
Assignees
Labels
type: task A general task
Milestone

Comments

@wilkinsona
Copy link
Member

wilkinsona commented Jun 25, 2024

The build currently runs everything in parallel. This seems to cause some problems with Docker where both local developer machines and CI runners can become overwhelmed leading to unexpected test failures and time outs when starting containers. We'd like to try to improve this by running Docker-based tests serially.

@wilkinsona wilkinsona added the type: task A general task label Jun 25, 2024
@wilkinsona wilkinsona added this to the 3.2.x milestone Jun 25, 2024
@wilkinsona wilkinsona self-assigned this Jun 25, 2024
@wilkinsona wilkinsona modified the milestones: 3.2.x, 3.2.8 Jun 27, 2024
wilkinsona added a commit that referenced this issue Jun 27, 2024
The model incorrectly marks the Gradle API and all of its
dependencies as test dependencies, making them unavailable in Eclipse
to code in src/main/java. We work around this by modifying the
classpath container to remove the test attribute from the
dependencies that should be available to main code.

See gh-41228
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