arosien opened a new issue, #942: URL: https://github.com/apache/daffodil-vscode/issues/942
Followup to #855, looks like windows-only [nightly tests](https://github.com/apache/daffodil-vscode/actions/workflows/nightly.yml) are failing due to [a running process having an open file handle which is attempted to be deleted](https://github.com/apache/daffodil-vscode/actions/runs/7571105899/job/20617948445): ``` 1 failing 1) Daffodil Debugger "after all" hook for "should output json infoset": Error: EBUSY: resource busy or locked, unlink '\\?\d:\a\daffodil-vscode\daffodil-vscode\daffodil-debugger-3.5.0-1.4.0-SNAPSHOT\lib\ch.qos.logback.logback-classic-1.2.11.jar' Error: 1 tests failed. at unlinkSync (node:fs:1829:3) at d:\a\daffodil-vscode\daffodil-vscode\out\tests\suite\index.js:64:27 at _unlinkSync (node:internal/fs/rimraf:214:14) at done (d:\a\daffodil-vscode\daffodil-vscode\node_modules\mocha\lib\mocha.js:1012:7) Extension host test runner error Error: 1 tests failed. at d:\a\daffodil-vscode\daffodil-vscode\out\tests\suite\index.js:64:27 at done (d:\a\daffodil-vscode\daffodil-vscode\node_modules\mocha\lib\mocha.js:1012:7) at rimrafSync (node:internal/fs/rimraf:195:7) at node:internal/fs/rimraf:253:9 at Array.forEach (<anonymous>) at _rmdirSync (node:internal/fs/rimraf:250:7) at rimrafSync (node:internal/fs/rimraf:193:7) at node:internal/fs/rimraf:253:9 at Array.forEach (<anonymous>) at _rmdirSync (node:internal/fs/rimraf:250:7) at rimrafSync (node:internal/fs/rimraf:193:7) at Object.rmSync (node:fs:1278:10) at d:\a\daffodil-vscode\daffodil-vscode\out\tests\suite\daffodilDebugger.test.js:107:12 at Generator.next (<anonymous>) at fulfilled (d:\a\daffodil-vscode\daffodil-vscode\out\tests\suite\daffodilDebugger.test.js:44:58) Asking native host service to exit with code 1. [main 2024-01-18T14:11:16.669Z] Extension host with pid 3352 exited with code: 0, signal: unknown. Exit code: 1 Failed to run tests: Failed error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. Error: Process completed with exit code 1. ``` -- 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]
