stevedlawrence commented on issue #1557: URL: https://github.com/apache/daffodil-vscode/issues/1557#issuecomment-4026202684
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. -- 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]
