praekeltfoundation / seaworthy

Test harness for Docker container images 🌊 🚒
BSD 3-Clause "New" or "Revised" License
29 stars 4 forks source link

Use rabbitmqctl wait for rabbitmq container startup #92

Closed jerith closed 5 years ago

jerith commented 5 years ago

Fixes #88.

codecov[bot] commented 5 years ago

Codecov Report

Merging #92 into develop will decrease coverage by 0.07%. The diff coverage is 60%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #92      +/-   ##
===========================================
- Coverage      100%   99.92%   -0.08%     
===========================================
  Files           31       31              
  Lines         2593     2597       +4     
  Branches       163      164       +1     
===========================================
+ Hits          2593     2595       +2     
- Misses           0        1       +1     
- Partials         0        1       +1
Impacted Files Coverage Ξ”
seaworthy/containers/rabbitmq.py 95.45% <60%> (-4.55%) :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 8f59b02...6e46c0b. Read the comment docs.

bearnard commented 5 years ago

πŸ‘