We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e992b65 commit 53f8800Copy full SHA for 53f8800
1 file changed
gradle/dump_hanging_test.gradle
@@ -68,6 +68,11 @@ tasks.withType(Test).configureEach { testTask ->
68
}, delayMinutes, TimeUnit.MINUTES)
69
70
// Store handles for cancellation in doLast.
71
+ if (testTask.ext.dumpFuture != null) {
72
+ logger.warn("Found dumpFuture is not null: ${testTask.getPath()}")
73
+ }
74
+
75
+ logger.warn("Saving objects for: ${testTask.getPath()}")
76
testTask.ext.dumpFuture = future
77
testTask.ext.dumpScheduler = scheduler
78
}
0 commit comments