-
Notifications
You must be signed in to change notification settings - Fork 40.8k
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
Integration tests are regularly failing on CI #12689
Labels
type: task
A general task
Milestone
Comments
Also seeing a lot of http://maven.apache.org/surefire/maven-failsafe-plugin/faq.html#corruptedstream |
philwebb
added a commit
that referenced
this issue
Mar 30, 2018
Switch surefire configuration so that forking isn't used. This seems to prevent the "Corrupted STDOUT by directly writing to native stream" errors and will hopefully reduce failures on the CI server. See gh-12689
philwebb
added a commit
that referenced
this issue
Mar 30, 2018
Switch process redirection off and instead consume streams and copy to System.out/System.err. See gh-12689
mbhave
added a commit
that referenced
this issue
Apr 3, 2018
See if that fixes intermittent NoClassDefFoundError. See gh-12689
Some of it might be because we moved away from snapshots right before the release but we can reopen if it goes back to being red. |
Yeah, I'm not totally convinced correlation implies causation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://ci.spring.io/teams/spring-boot/pipelines/spring-boot/jobs/build/builds/1093 for example.
Hijack shows logs like this:
The text was updated successfully, but these errors were encountered: