markap14 commented on PR #11220: URL: https://github.com/apache/nifi/pull/11220#issuecomment-4403560383
[claude-opus-4.7] The Windows shard of the previous run failed because `@TempDir` could not delete `setup\journals\0.journal` while the `setup()` provider still held the journal open. Updated the `@AfterEach` to call `provider.shutdown()` before JUnit's temp-directory teardown. Force-pushed as commit c11a13d. ``` Caused by: java.io.IOException: Failed to delete temp directory C:\Users\RUNNER~1\AppData\Local\Temp\junit-15132703117446097345. The following paths could not be deleted (see suppressed exceptions for details): <root>, setup, setup\journals, setup\journals\0.journal ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
