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

Fix bulk status updates #398

Merged
merged 1 commit into from
Jan 10, 2022
Merged

Fix bulk status updates #398

merged 1 commit into from
Jan 10, 2022

Conversation

rowanseymour
Copy link
Member

Struggling to find a good way to test this.. the status update was successful, but then it was failing to get the returned id, so so it would call the error handler of the status committer... which would try to spool the update, but that would also fail because the spool directory doesn't exist, but all that is swallowed by the tests.

@rowanseymour rowanseymour requested a review from norkans7 January 10, 2022 15:32
@codecov
Copy link

codecov bot commented Jan 10, 2022

Codecov Report

Merging #398 (50064d1) into main (207d7bf) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #398   +/-   ##
=======================================
  Coverage   71.71%   71.71%           
=======================================
  Files          95       95           
  Lines        8256     8256           
=======================================
  Hits         5921     5921           
  Misses       1746     1746           
  Partials      589      589           
Impacted Files Coverage Δ
backends/rapidpro/status.go 56.09% <ø> (ø)

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 207d7bf...50064d1. Read the comment docs.

@rowanseymour rowanseymour merged commit 1b867a6 into main Jan 10, 2022
@rowanseymour rowanseymour deleted the status_update_fix branch January 10, 2022 15:58
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