You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.gradle.profiler.ProfilerIntegrationTest tests can fail with:
org.gradle.profiler.Main$ScenarioFailedException: java.lang.IllegalStateException: Could not delete C:\tcagent1\temp\buildTmp\junit8579535606657717703\junit1504971569986759376\gradle-user-home\native
This might indicate that even though we require no-daemon for user home cleanup, daemon is kept around and locks files.
See discussion:
https://gradle.slack.com/archives/C0WTFHWT1/p1725541056983899
org.gradle.profiler.ProfilerIntegrationTest tests can fail with:
This might indicate that even though we require
no-daemon
for user home cleanup, daemon is kept around and locks files.Test:
gradle-profiler/src/test/groovy/org/gradle/profiler/ProfilerIntegrationTest.groovy
Lines 1587 to 1617 in f604495
Build scan:
https://ge.gradle.org/s/zbhfyalegpj3w/tests/task/:test/details/org.gradle.profiler.ProfilerIntegrationTest/clean%20Gradle%20user%20home%20cache%20when%20configured?top-execution=1
The text was updated successfully, but these errors were encountered: