Skip to content

Commit 8cf7f47

Browse files
committed
Add TODO
1 parent 82a2d7f commit 8cf7f47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

junit-platform-engine/src/main/java/org/junit/platform/engine/support/hierarchical/ConcurrentHierarchicalTestExecutorService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ private static class WorkStealingFuture extends BlockingAwareFuture<@Nullable Vo
510510
if (entry.future.isDone()) {
511511
return callable.call();
512512
}
513+
// TODO steal other dynamic children until future is done and check again before blocking
513514
LOGGER.trace(() -> "blocking for child task");
514515
return workerThread.runBlocking(entry.future::isDone, () -> {
515516
try {

0 commit comments

Comments
 (0)