Test suite fails, presumably due to dynamic download
See original GitHub issueI am trying to update the Gentoo package for scikits_learn (different name, but it refers to this package).
This is the build.log.
I presume the issue is:
E urllib.error.URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
This would be because Gentoo sandboxes the installation, in order to avoid security issues resulting from packages dynamically downloading data the identitiy of which is not guaranteed by matching a checksum recorded by the package manager. So it’s not surprising, and potentially an easy fix.
- Is this the only issue here?
- If so do you have a test data archive which I can download via the package manager? (i.e. via
wget
)
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Failures are not collected in dynamic created test suite
I created TestSuite instance and added the tests to it. In order to check my code, I've tried to add only one example...
Read more >Component testing scenarios - Angular
Error : This test module uses the component BannerComponent which is using a "templateUrl" or "styleUrls", but they were never compiled. Please call...
Read more >Use the Regression suite automation tool (RSAT)
This article explains how to load test cases from Azure DevOps, run tests, ... Load to download test cases and test case automation...
Read more >UI tests on iOS15 is launching but… | Apple Developer Forums
Test UI and unit tests are working fine on 14.3 with XCode 13.0 beta4 but it gets stuck on 15.0 and doesn't execute...
Read more >Do Automatically Generated Unit Tests Find Real Faults? An ...
generate test suites with JTest, we were unable to execute the tests with our analysis ... Time — presumably due to its built-in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok,
-m "not network"
worked fine, thank you 😃Sorry for stepping in … just to let you know that #16652 will allow to use the
--skip-network
option too… maybe this is worth a second approval? 😃