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
Copy file name to clipboardExpand all lines: dd-java-agent/agent-ci-visibility/civisibility-test-fixtures/src/main/groovy/datadog/trace/civisibility/CiVisibilitySmokeTest.groovy
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -100,9 +100,8 @@ abstract class CiVisibilitySmokeTest extends Specification {
100
100
}
101
101
102
102
/**
103
-
* Trick to prevent jul Prefs file lock issue on forked processes.
104
-
*
105
-
* Reason: multiple observations of failed job with
103
+
* Trick to prevent jul Prefs file lock issue on forked processes, in particular in CI which
104
+
* runs on Linux and have competing processes trying to write to it, including the Gradle daemon.
106
105
*
107
106
* <pre><code>
108
107
* Couldn't flush user prefs: java.util.prefs.BackingStoreException: Couldn't get file lock.
0 commit comments