-
-
Notifications
You must be signed in to change notification settings - Fork 376
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
Fix tests #937
Conversation
Otherwise, it's possible that certain network configuration defining *.localhost cause the tests to fail.
Even if a simple git hash.
PGP tests relied on expired gpg keys: upgrade with newer Debian keys from https://ftp-master.debian.org/keys.html. Download new fixtures files from http://ftp.debian.org/debian/dists/buster/
Interesting, normal Travis tests pass but the ones triggered by a PR do not. |
Codecov Report
@@ Coverage Diff @@
## master #937 +/- ##
==========================================
- Coverage 63.79% 61.41% -2.39%
==========================================
Files 54 54
Lines 6674 5911 -763
==========================================
- Hits 4258 3630 -628
+ Misses 1890 1757 -133
+ Partials 526 524 -2
Continue to review full report at Codecov.
|
Simply re-running the failing Travis job above made it pass. So, the problem must be some race condition or otherwise aleatory condition. I think it makes sense to merge this patch and tackle this other problem in another PR. |
Fixes #933
Fix tests failing on Travis.
Most of the tests were failing because of expired PGP keys. I've downloaded the most recent ones from Debian (and elsewhere), updated the fixtures and fixed some more tests.
The patchset is already large as it is. In following PRs I'd like to: