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

Add ability to run tests with docker-compose #33

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mdedetrich
Copy link
Collaborator

This PR is about giving an SBT command that will run tests that will automatically start docker-compose then the run the tests and then shut it down. We do this using the https://github.com/Tapad/sbt-docker-compose library

So far things seem to work, however there appears to be a bug in sbt-docker-compose where its not running all specs2 tests, making an issue in upstream to see what can be the cause

@mdedetrich mdedetrich changed the title [WIP] Add ability to run tests with docker-compose Add ability to run tests with docker-compose Oct 10, 2018
@mdedetrich mdedetrich added work in progress Issues which need further work enhancement New feature or request labels Oct 10, 2018
@xjrk58 xjrk58 requested a review from Deeds67 as a code owner October 16, 2018 13:10
@codecov-io
Copy link

codecov-io commented Oct 16, 2018

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #33      +/-   ##
==========================================
+ Coverage   70.61%   70.83%   +0.21%     
==========================================
  Files          20       20              
  Lines         456      456              
  Branches       10       10              
==========================================
+ Hits          322      323       +1     
+ Misses        134      133       -1
Impacted Files Coverage Δ
...n/scala/org/zalando/kanadi/api/Subscriptions.scala 67.26% <0%> (+0.44%) ⬆️

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 bdb8107...6fb6ea9. Read the comment docs.

@mdedetrich mdedetrich added the blocked by upstream Issues that are blocked by upstream (Nakadi or otherwise) label Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked by upstream Issues that are blocked by upstream (Nakadi or otherwise) enhancement New feature or request work in progress Issues which need further work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants