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

travis-ci: attempt to make builds more reliable #1245

Merged
merged 2 commits into from
Oct 20, 2017

Conversation

grondo
Copy link
Contributor

@grondo grondo commented Oct 20, 2017

Attempt to make travis builds more reliable by abandoning the use of -j 2 for make distcheck. This will hopefully reduce the occurrence of #1145.

We also hit the hydra test errors quite a bit (#1169). This PR doesn't change the tests but adds more debug to the output so we can hopefully see something interesting when the test does fail. (I didn't get it to fail in my testing, of course)

The "write errors" (flux-framework#1145) in travis-ci seemed to have increased
with the introduction of '-j2' to make distcheck. Perhaps the amount
of data on stdout/err or written to disk is overwhelming the
travis builders.

Remove -j2 for now in hopes that it will make builds more reliable.
Add more debug output to the hydra tests to attempt to capture data
useful for resolving flux-framework#1169.
@codecov-io
Copy link

codecov-io commented Oct 20, 2017

Codecov Report

Merging #1245 into master will increase coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1245      +/-   ##
==========================================
+ Coverage   78.06%   78.09%   +0.03%     
==========================================
  Files         154      154              
  Lines       28964    28964              
==========================================
+ Hits        22610    22619       +9     
+ Misses       6354     6345       -9
Impacted Files Coverage Δ
src/common/libflux/mrpc.c 85.49% <0%> (-1.18%) ⬇️
src/broker/modservice.c 80.58% <0%> (-0.98%) ⬇️
src/common/libutil/base64.c 95.07% <0%> (-0.71%) ⬇️
src/common/libkvs/kvs_txn.c 76.11% <0%> (-0.56%) ⬇️
src/common/libflux/future.c 88.78% <0%> (-0.47%) ⬇️
src/broker/module.c 85.19% <0%> (-0.28%) ⬇️
src/modules/kvs/kvs.c 63.72% <0%> (ø) ⬆️
src/common/libkvs/kvs.c 65.07% <0%> (ø) ⬆️
src/common/libflux/message.c 81.6% <0%> (+0.35%) ⬆️
src/modules/connector-local/local.c 78.69% <0%> (+2.61%) ⬆️

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 9fe8a4a on grondo:travis-mitigate into ** on flux-framework:master**.

@garlick
Copy link
Member

garlick commented Oct 20, 2017

Sounds good, let's give this a try.

@garlick garlick merged commit b31a944 into flux-framework:master Oct 20, 2017
@grondo grondo deleted the travis-mitigate branch October 21, 2017 04:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants