mlUnitTest 在测试结束时抛出 java.nio.file.NoSuchFileException
mlUnitTest throws a java.nio.file.NoSuchFileException at the end of the tests
我尝试将 mlunitTest 与 ml-gradle 3.17.1 和 Marklogic marklogic-unit-test-client:1.0.0
一起使用
所有测试都正常,我用我的测试用户在 UI 和 ml-gradle.
上测试
但是当 ml-gradle 想要访问目录 [build\test-results\marklogic-unit-test\TEST-{test-name}]
中的结果时,java 会抛出错误,因为该文件不存在。
就在之前有一条评论明确指出它清除了目录。
有没有人在使用 mlunitTest 时没有这个问题?
如果我用参数给出结果目录的名称是一样的:-PunitTestResultsPath=testML
以下是这部分执行的痕迹:
Done running all suites; time: 82ms
4 tests completed, 0 failed
Deleted existing results directory: build\test-results\marklogic-unit-test
Releasing connection
:mlUnitTest (Thread[Execution worker for ':',5,main]) completed. Took 0.093 secs.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':mlUnitTest'.
> java.nio.file.NoSuchFileException: build\test-results\marklogic-unit-test\TEST-historicId.xml
尝试 4.3.0 版 - 它包含以下修复 - https://github.com/marklogic-community/ml-gradle/issues/599
我尝试将 mlunitTest 与 ml-gradle 3.17.1 和 Marklogic marklogic-unit-test-client:1.0.0
一起使用所有测试都正常,我用我的测试用户在 UI 和 ml-gradle.
上测试但是当 ml-gradle 想要访问目录 [build\test-results\marklogic-unit-test\TEST-{test-name}]
中的结果时,java 会抛出错误,因为该文件不存在。
就在之前有一条评论明确指出它清除了目录。
有没有人在使用 mlunitTest 时没有这个问题?
如果我用参数给出结果目录的名称是一样的:-PunitTestResultsPath=testML
以下是这部分执行的痕迹:
Done running all suites; time: 82ms
4 tests completed, 0 failed
Deleted existing results directory: build\test-results\marklogic-unit-test
Releasing connection
:mlUnitTest (Thread[Execution worker for ':',5,main]) completed. Took 0.093 secs.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':mlUnitTest'.
> java.nio.file.NoSuchFileException: build\test-results\marklogic-unit-test\TEST-historicId.xml
尝试 4.3.0 版 - 它包含以下修复 - https://github.com/marklogic-community/ml-gradle/issues/599