JeremyYao commented on issue #1627: URL: https://github.com/apache/daffodil-vscode/issues/1627#issuecomment-4046538042
> 1. I believe we do already download and bundle a specific version of Daffodil when we build the VS Code extension. But I think these specific tests are testing the ability for the extension to download and use a different version of daffodil than is already bundled. Downloading is a feature of the extension that we probably should verify that it works correctly, so I don't think we want to pre-download things. > 2. I'm not familiar with the port issue but if testing depends on a specific port being availble then it probably does need to be checked, or alternatively use a random ephemeral port if testing specific ports is not important. Good catch on point 1. Pre-downloading doesn't align with the current flow of the extension. It sounds like a potential avenue then could be to pre-download required CLIs at the beginning of `yarn test`? What are your thoughts? -- 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]
