pzygielo commented on PR #508:
URL:
https://github.com/apache/maven-dependency-plugin/pull/508#issuecomment-2645667466
Windows:
```
Error: Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
0.517 s <<< FAILURE! -- in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Error:
org.apache.maven.plugins.dependency.tree.TestTreeMojo.testTreeJsonCircularDependency
-- Time elapsed: 0.078 s <<< FAILURE!
junit.framework.AssertionFailedError:
Trying to remove directory:
C:\Users\RUNNER~1\AppData\Local\Temp\testDirStr6963549245117949679
org.apache.commons.io.IOExceptionList: 1 exception(s):
[org.apache.commons.io.IOIndexedException: IOException #0: Cannot delete file:
C:\Users\RUNNER~1\AppData\Local\Temp\testDirStr6963549245117949679\tree1.json]
at junit.framework.Assert.fail(Assert.java:57)
at junit.framework.TestCase.fail(TestCase.java:223)
at
org.apache.maven.plugins.dependency.AbstractDependencyMojoTestCase.tearDown(AbstractDependencyMojoTestCase.java:70)
at junit.framework.TestCase.runBare(TestCase.java:147)
at junit.framework.TestResult$1.protect(TestResult.java:122)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at junit.framework.TestResult.run(TestResult.java:125)
at junit.framework.TestCase.run(TestCase.java:130)
at junit.framework.TestSuite.runTest(TestSuite.java:241)
at junit.framework.TestSuite.run(TestSuite.java:236)
```
Perhaps file is still used even after test. Will check that.
--
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]