-
Notifications
You must be signed in to change notification settings - Fork 1
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
bugfix: fix conn busy err #436
Conversation
fecaf8d
to
7b0c259
Compare
7b0c259
to
960de13
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What I tested:
Fill my database with tbz trees: OK
--- Easy Tests
vehicle: create/update/delete: OK
tree: create/update/delete: OK
treecluster: create/update/delete: OK
watering plan: create/update/delete: OK
sensors: There is no create or update (except manually editing database)
I deleted a sensor successfully with swagger: OK
--- Extended tests
Created treecluster t1 and treeclusgter t2
Tree from t1 to t2:
- gets removed from t1: OK
- gets added to t2: OK
I have also tested other functions without any error. 🥇
Close #427
Close #429
This issue fixes common issues with multiple users working on the same object at the same time