Skip to content

Conversation

@ltorroba
Copy link
Contributor

@ltorroba ltorroba commented Mar 27, 2018

Previously, the robot delivery would be out of sync with the correct, actual delivery. This caused issues with QR generation.

See #65

Fixed by moving to a better tracking system for deliveries which doesn't
rely on a weird 3-tuple-queue.

Closes #65
@ltorroba ltorroba added the bug Something isn't working label Mar 27, 2018
@ltorroba ltorroba self-assigned this Mar 27, 2018
@ltorroba ltorroba requested a review from james-od March 27, 2018 17:34
@ltorroba ltorroba changed the base branch from master to development March 27, 2018 17:34
@coveralls
Copy link

coveralls commented Mar 27, 2018

Pull Request Test Coverage Report for Build 222

  • 88 of 93 (94.62%) changed or added relevant lines in 3 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.05%) to 95.372%

Changes Missing Coverage Covered Lines Changed/Added Lines %
flaskapp/flaskapp.py 62 67 92.54%
Files with Coverage Reduction New Missed Lines %
flaskapp/flaskapp.py 2 90.07%
Totals Coverage Status
Change from base Build 215: 0.05%
Covered Lines: 1360
Relevant Lines: 1426

💛 - Coveralls

@ltorroba ltorroba closed this Mar 27, 2018
@ltorroba ltorroba reopened this Mar 27, 2018
This solves most problems, according to my tests. There is something
funky going on with Python and shelve.

I also turned on forced syncing after each route. This seems to solve
issues related to passing tests but failing on the live server.
@ltorroba ltorroba merged commit 91c6bd6 into development Mar 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants