-
Notifications
You must be signed in to change notification settings - Fork 41.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
Run Docker-based tests serially #41228
Comments
wilkinsona
added a commit
that referenced
this issue
Jun 27, 2024
wilkinsona
added a commit
that referenced
this issue
Jun 27, 2024
wilkinsona
added a commit
that referenced
this issue
Jun 27, 2024
wilkinsona
added a commit
that referenced
this issue
Jun 27, 2024
wilkinsona
added a commit
that referenced
this issue
Jun 27, 2024
wilkinsona
added a commit
that referenced
this issue
Jun 27, 2024
wilkinsona
added a commit
that referenced
this issue
Jun 27, 2024
wilkinsona
added a commit
that referenced
this issue
Jun 27, 2024
wilkinsona
added a commit
that referenced
this issue
Jun 27, 2024
wilkinsona
added a commit
that referenced
this issue
Jun 27, 2024
wilkinsona
added a commit
that referenced
this issue
Jun 27, 2024
wilkinsona
added a commit
that referenced
this issue
Jun 27, 2024
wilkinsona
added a commit
that referenced
this issue
Jun 27, 2024
wilkinsona
added a commit
that referenced
this issue
Jun 27, 2024
wilkinsona
added a commit
that referenced
this issue
Jun 27, 2024
wilkinsona
added a commit
that referenced
this issue
Jun 27, 2024
wilkinsona
added a commit
that referenced
this issue
Jun 27, 2024
wilkinsona
added a commit
that referenced
this issue
Jun 27, 2024
wilkinsona
added a commit
that referenced
this issue
Jun 27, 2024
wilkinsona
added a commit
that referenced
this issue
Jun 27, 2024
wilkinsona
added a commit
that referenced
this issue
Jun 27, 2024
wilkinsona
added a commit
that referenced
this issue
Jun 27, 2024
wilkinsona
added a commit
that referenced
this issue
Jun 27, 2024
wilkinsona
added a commit
that referenced
this issue
Jun 27, 2024
wilkinsona
added a commit
that referenced
this issue
Jun 27, 2024
wilkinsona
added a commit
that referenced
this issue
Jun 27, 2024
wilkinsona
added a commit
that referenced
this issue
Jun 27, 2024
wilkinsona
added a commit
that referenced
this issue
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
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.
The text was updated successfully, but these errors were encountered: