moov-io / accounts

accounts - General Ledger and financial account service with an HTTP API
https://moov.io
Apache License 2.0
48 stars 14 forks source link

cmd/server: always rollback sqlite database transactions #51

Closed adamdecaf closed 5 years ago

adamdecaf commented 5 years ago

Missed a couple spots before. The DB got into a locked state.

codecov-io commented 5 years ago

Codecov Report

Merging #51 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #51   +/-   ##
=======================================
  Coverage   64.66%   64.66%           
=======================================
  Files          11       11           
  Lines         784      784           
=======================================
  Hits          507      507           
  Misses        204      204           
  Partials       73       73
Impacted Files Coverage Δ
cmd/server/transaction_storage_sqlite.go 60.71% <0%> (ø) :arrow_up:
cmd/server/account_storage_sqlite.go 61.79% <0%> (ø) :arrow_up:

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 b0e063c...c520329. Read the comment docs.