-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests: Make resources locally accessible #76
Comments
We could maybe cache the commoncriteria contents somewhere (I could setup a caching proxy at seccerts.org) or just dump it periodically (again at seccerts.org) and point tests there. |
No need really, I was just being comfy. Basically we distinguish two situations:
The problem is that even in the second case, I'm now fetching the pdfs from commoncriteria.org, which sometimes fails. |
Temporary workaround -- make those test not fail the pipeline. |
@mmstanone Can you imagine dividing your tests into two parts: (i) tests of downloads; (ii) test of other functionality? Where:
|
Tests that require remote and unreliable resources can fail now. This was done as a part of #275 |
For now, many of tests rely on downloads from commoncriteria.org, which itself is quite unreliable webpage. Apart from test that check the correctness of such downloads, we should rely more on local resources, so that the tests don't fail due to inaccessible cc web.
The text was updated successfully, but these errors were encountered: