Fixes the bug in spack configure spotted in #6833#6837
Fixes the bug in spack configure spotted in #6833#6837adamjstewart merged 1 commit intospack:developfrom
Conversation
|
There seem to be a few other places where we are doing this. Want to kill them all? This is the problem with unit tests. No one ever remembers to test things that raise an error. |
|
@adamjstewart I checked those: if I didn't miss something everything else should be derived from |
|
Uh, what's up with codecov? |
If you look at the last 50 commits or so, most report that Travis failed altogether. Some of the failing commits report a small amount of coverage (like 54%) while all of the commits that passed report what you would expect (74%). I have a theory. I believe we have Travis configured in such a way that if a new commit is added, we kill any remaining jobs from previous commits, correct? Perhaps we are reporting back some coverage, but then Travis kills the job before all of the tests finish, resulting in a smaller than expected coverage percentage. Travis also seems to be more flakey than usual. I've had to restart jobs on some commits 3 times before they all finally passed. This is affecting the majority of new PRs. I wonder if this is related. |
True. But then shouldn't we expect the opposite behavior here? I mean: if I branched from |
No description provided.