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

Upgrade integration tests to Mu-Haskell v0.3 #920

Merged
merged 11 commits into from
May 26, 2020
Merged

Upgrade integration tests to Mu-Haskell v0.3 #920

merged 11 commits into from
May 26, 2020

Conversation

cb372
Copy link
Member

@cb372 cb372 commented May 26, 2020

What this does?

  • Upgrade the Mu-Haskell client and server used in the integration tests to v0.3.x.
  • Enable some integration tests that were previously pending. All tests are now enabled and passing.
  • In stack.yaml, pin mu-haskell to a git commit (the current HEAD of master) for now, pending a release of v0.3.1 containing some bugfixes.
  • Update the integration tests readme

I've rebuilt the cb372/mu-haskell-warm-dot-stack and cb372/mu-scala-haskell-integration-tests Docker images on this branch and published them to Dockerhub.

Checklist

  • Reviewed the diff to look for typos, println and format errors.
  • Updated the docs accordingly.

cb372 added 11 commits May 11, 2020 11:45
If the field is missing, fallback to the default value (`STARTED`). Most
likely the field was not written to the wire because it had the default
value.
We were trying to work with the FS2 stream after the client resource had
been finalized, so the channel was already closed.
Some of the Avro tests are still failing, but a Mu-Haskell fix is on the
way
and pin mu-haskell to a git commit for now
@codecov
Copy link

codecov bot commented May 26, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #920      +/-   ##
==========================================
+ Coverage   88.58%   88.70%   +0.12%     
==========================================
  Files          58       58              
  Lines         832      832              
  Branches        3        3              
==========================================
+ Hits          737      738       +1     
+ Misses         95       94       -1     
Impacted Files Coverage Δ
.../scala/integrationtest/avro/MyWeatherService.scala 100.00% <0.00%> (+20.00%) ⬆️

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 69d728e...ba1201e. Read the comment docs.

@cb372 cb372 merged commit d66cc1a into master May 26, 2020
@cb372 cb372 deleted the mu-haskell-v0.3 branch May 26, 2020 11:36
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.

2 participants