-
Notifications
You must be signed in to change notification settings - Fork 5
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
fixed a race condition in the table update #127
Conversation
9aa7502
to
5813552
Compare
5813552
to
12426f6
Compare
12426f6
to
affb04a
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #127 +/- ##
==========================================
+ Coverage 91.31% 91.36% +0.05%
==========================================
Files 8 8
Lines 1358 1378 +20
Branches 213 219 +6
==========================================
+ Hits 1240 1259 +19
- Misses 80 81 +1
Partials 38 38 ☔ View full report in Codecov by Sentry. |
still need to write tests trying to reproduce
still need to add a test for the race condition
5ce9c7a
to
b978e51
Compare
be105aa
to
889c6de
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.
Spotted one possible bug, apart from that looks neat!
889c6de
to
25cf4ec
Compare
Closes bluesky/ophyd-async#384