Daniel Boudreau
Daniel Boudreau
Restart Separate Tests after: The following files failed /jmri/jmrit/dispatcher/LoadAtStartUpTest Error: Process completed with exit code 1.
Yes. Dan ________________________________ From: Daniel ***@***.***> Sent: Wednesday, August 28, 2024 8:54 PM To: JMRI/JMRI ***@***.***> Cc: Daniel Boudreau ***@***.***>; Mention ***@***.***> Subject: Re: [JMRI/JMRI] 'Startup' options "hint" on GUI:...
How can I help?
Above my paygrade! I can do minor French editing.
Yes. I've also seen and investigated. The test is simply trying to delete the test files and the OS is returning failure to delete. In most cases there's also a...
I found this on Stack Overflow: This is a Windows file API feature which other operating systems don't have. A directory cannot be deleted on being the current directory of...
If you look before the Operations test failures, there's already a test that is reporting a failure: WARN - Match failed in StoreAndCompare: [main] jmri.configurexml.StoreAndCompare.checkFile() WARN - file1:line 71: "...
I think we need to look way back to see the first test failure. Again an issue involving the file system: WARN - File not found: C:\Users\RUNNER~1\AppData\Local\Temp\junit4009161942665949585\xml\signals\BN-1989\appearance-SL-1.xml (The system cannot...
If the test can't delete the test files, the test fails later when dealing with the files. The issue isn't deleting the files, but file access. And yes, the operations...
I've never seen the operations delete file routine fail unless a test before operations has compare file issue.