-
Notifications
You must be signed in to change notification settings - Fork 7
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 test is failing on Windows #10
Labels
blocked-by:Gradle
Blocked by a bug/missing feature in Gradle
bug
Something isn't working
help wanted
Extra attention is needed
Comments
aSemy
added a commit
that referenced
this issue
Feb 20, 2023
Merged
aSemy
added a commit
that referenced
this issue
Feb 20, 2023
* rm unused Jackson JSON code * Update DokkatooPluginTest to use Kotest * update test dependencies * move SamWithReceiver workarounds to test-fixtures * fix jdk11+ packageListUrl * add Kotest Datatest dependency, and remove unused test suite * disable BasicProjectIntegrationTest on Windows #10
Merged
aSemy
added a commit
that referenced
this issue
Aug 15, 2023
After #112 the integration tests work on a local Windows machine, but fail on GitHub Workflows due to OOM issues. |
aSemy
added a commit
that referenced
this issue
Aug 20, 2023
Improvements focused on improving Windows Test performance in GitHub Workflows, because currently they always fail due to OOM or weird Gradle errors (see #10) * Update to Gradle 8.3 * Add `-XX:+AlwaysPreTouch` - see gradle/gradle#3093 (comment) * Add 'Validate Gradle Wrapper' to GitHub Workflow * Add `--no-parallel --no-configuration-cache --no-daemon --max-workers=1 -Dorg.gradle.workers.max=1` to Windows test to try to limit memory usage * Update config-cache assertions to be compatible with new config-cache log messages * (unrelated tests refactoring) use `build {}` util and refactor `dokka-worker.log` assertions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
blocked-by:Gradle
Blocked by a bug/missing feature in Gradle
bug
Something isn't working
help wanted
Extra attention is needed
The
BasicProjectIntegrationTest
is failing on Windows, but passing on macOS and Unix. It's very weird.I've created an issue for Gradle gradle/gradle#23959
The text was updated successfully, but these errors were encountered: