Skip to content
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

etc/ci.sh: don't run tests on HPC-GAP #1227

Merged
merged 1 commit into from
Apr 9, 2017

Conversation

fingolfin
Copy link
Member

Several of them currently hang, likely due to incomplete or broken
library syncing. Since a lot of test files are affected, we skip the
tests completely for now. Of course this should eventually be resolved
by fixing the tests resp. the underlying bugs.

This PR is an alternative to PR #1225 -- there are at least half a dozen .tst files with hangs in them (I did not investigate fully), so IMHO it doesn't make sense to try to find them all individually. Instead, we should work on the hangs separately, then once they are fixed, re-enable tests.

Several of them currently hang, likely due to incomplete or broken
library syncing. Since a lot of test files are affected, we skip the
tests completely for now. Of course this should eventually be resolved
by fixing the tests resp. the underlying bugs.
@fingolfin fingolfin added topic: HPC-GAP Issues and PRs related to HPC-GAP topic: tests issues or PRs related to tests labels Apr 9, 2017
@codecov
Copy link

codecov bot commented Apr 9, 2017

Codecov Report

Merging #1227 into master will decrease coverage by 2.92%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1227      +/-   ##
==========================================
- Coverage    62.2%   59.27%   -2.93%     
==========================================
  Files         882      935      +53     
  Lines      254141   293258   +39117     
  Branches    11949    18329    +6380     
==========================================
+ Hits       158080   173819   +15739     
- Misses      93260   115159   +21899     
- Partials     2801     4280    +1479
Impacted Files Coverage Δ
src/hpc/tls.h 65% <0%> (-35%) ⬇️
src/objcftl.c 17.22% <0%> (-1.13%) ⬇️
src/blister.c 72% <0%> (-0.84%) ⬇️
src/saveload.c 57.14% <0%> (-0.75%) ⬇️
src/objfgelm.c 63.46% <0%> (-0.69%) ⬇️
src/sctable.c 45.07% <0%> (-0.65%) ⬇️
src/vecgf2.c 55.13% <0%> (-0.62%) ⬇️
src/trans.c 95.68% <0%> (-0.59%) ⬇️
src/tietze.c 82.25% <0%> (-0.54%) ⬇️
src/range.c 80.25% <0%> (-0.44%) ⬇️
... and 66 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d90ec2f...cd6caf7. Read the comment docs.

@ChrisJefferson
Copy link
Contributor

I agree. Need to find out why hpc-gap is hanging (I think break loop)

@ChrisJefferson ChrisJefferson merged commit 040cc7c into gap-system:master Apr 9, 2017
@fingolfin fingolfin deleted the mh/disable-hpc-test branch April 13, 2017 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: HPC-GAP Issues and PRs related to HPC-GAP topic: tests issues or PRs related to tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants