JeremyYao commented on issue #1557: URL: https://github.com/apache/daffodil-vscode/issues/1557#issuecomment-4026601121
> If if I run `git clean -xdf && yarn install && yarn test`, then those two tests consistently fail, and for a good portion of the test the vscode GUI is slowly downloading a Daffodi 3.10.0 CLI. > > After those tests finish, every time I run `yarn test` without git clean first, then the tests consistently pass. > > So I seem like some tests might need to download a new version of the Daffodil CLI, and these tests are sensitive to that taking a while? Once they are downloaded and cached that's not an issue, but maybe running git clean deletes the cache and requires the CLI to be downloaded again and leads to the failure? > > Note that I get the `rejected promise not handled within 1 second: Error: Webview is disposed` message regardless if these tests pass or fail, so I don't think that is related. I too have observed that the tests consistently pass once the Daffodil CLI JARs are downloaded. `git clean -fdx` does delete the cache and causes the failures due to the CLIs taking a while to download. The rejected promise error messages may be related to OmegaEdit and/or potential port conflicts (ex: 4712 is already in use by something else). Further investigation would have to be performed. -- 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]
