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/instrumentation/java-concurrent/java-concurrent-21/src/previewTest/groovy/StructuredConcurrencyTest.groovy
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@ class StructuredConcurrencyTest extends AgentTestRunner {
21
21
22
22
threadDumpTask = scheduler.scheduleAtFixedRate({
23
23
File reportDir =newFile("build")
24
+
println("DEBUG: "+ reportDir.absolutePath)
24
25
25
-
// Ensure the directory exists
26
26
if (!reportDir.exists()) {
27
27
println("build folder not found")
28
28
return
@@ -33,10 +33,18 @@ class StructuredConcurrencyTest extends AgentTestRunner {
0 commit comments