Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

fix: remove use of buggy moto from websocket/db tests #533

Merged
merged 1 commit into from
Jul 19, 2016

Conversation

bbangert
Copy link
Member

moto's testing harness is a bit buggy, it was returning errors in
a semi-random manner during test-runs and failing to do
validation checks that DynamoDB performs. As such we now
spin up the Java DynamoDB local server for these test files to
ensure consistent responses.

Closes #531

@jrconlin r?

moto's testing harness is a bit buggy, it was returning errors in
a semi-random manner during test-runs and failing to do
validation checks that DynamoDB performs. As such we now
spin up the Java DynamoDB local server for these test files to
ensure consistent responses.

Closes #531
@jrconlin
Copy link
Member

r+

@codecov-io
Copy link

Current coverage is 99.95%

Merging #533 into master will decrease coverage by 0.04%

@@           master       #533   diff @@
========================================
  Files          40         40          
  Lines        8360       8352     -8   
  Methods         0          0          
  Messages        0          0          
  Branches        0          0          
========================================
- Hits         8360       8348    -12   
- Misses          0          4     +4   
  Partials        0          0          

Powered by Codecov. Last updated by a227cde...07fd0ca

@bbangert bbangert merged commit a79f3a6 into master Jul 19, 2016
@bbangert bbangert deleted the fix/issue-531 branch July 19, 2016 20:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants