Module cleanup completed for instrumentation/executors/javaagent.
Applied fixes:
LambdaContextPropagationTest: added AutoCleanupExtension cleanup for per-test executors so executor resources are cleaned up if a test fails before normal shutdown, following the repository test resource cleanup guideline.
LambdaContextPropagationTest: asserted awaitTermination(...) results so timed-out async work fails the test instead of being silently ignored.
ThreadPoolExecutorTest: asserted CountDownLatch.await(...) result so timeout failures are observed before checking executor state.
Validation completed:
./gradlew :instrumentation:executors:javaagent:check
./gradlew :instrumentation:executors:javaagent:check -PtestLatestDeps=true
./gradlew spotlessApply
Commit: 2d2f97a7 (Cleanup for executors:javaagent)
Generated by Module Cleanup — Single Module · ◷
Module cleanup completed for
instrumentation/executors/javaagent.Applied fixes:
LambdaContextPropagationTest: addedAutoCleanupExtensioncleanup for per-test executors so executor resources are cleaned up if a test fails before normal shutdown, following the repository test resource cleanup guideline.LambdaContextPropagationTest: assertedawaitTermination(...)results so timed-out async work fails the test instead of being silently ignored.ThreadPoolExecutorTest: assertedCountDownLatch.await(...)result so timeout failures are observed before checking executor state.Validation completed:
./gradlew :instrumentation:executors:javaagent:check./gradlew :instrumentation:executors:javaagent:check -PtestLatestDeps=true./gradlew spotlessApplyCommit:
2d2f97a7(Cleanup for executors:javaagent)