fabric8-services / fabric8-wit

wit stands for Work Item Tracker
http://devdoc.almighty.io/
Apache License 2.0
45 stars 86 forks source link

Do not run parallel integration test #2368

Closed corinnekrych closed 5 years ago

corinnekrych commented 5 years ago
codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2368      +/-   ##
==========================================
- Coverage   69.86%   69.84%   -0.02%     
==========================================
  Files         171      171              
  Lines       16976    16976              
==========================================
- Hits        11860    11857       -3     
- Misses       3950     3952       +2     
- Partials     1166     1167       +1
Impacted Files Coverage Δ
models/transaction.go 44.44% <0%> (-22.23%) :arrow_down:
remoteworkitem/scheduler.go 60.97% <0%> (-2.44%) :arrow_down:

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 9784eee...76b998f. Read the comment docs.

corinnekrych commented 5 years ago

@xcoulon indeed running test-integration with this option make the build succeed first time! @MatousJobanek is it something you've implemented too in your build? cc @jarifibrahim with this small hack, I think we can fix the intermittent test run.

jarifibrahim commented 5 years ago

@corinnekrych This is awesome. Thank you so much :)