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

server: Process Monitors Synchronously #213

Merged
merged 1 commit into from
Aug 18, 2021

Conversation

dave-tucker
Copy link
Collaborator

The previous implementation processed monitor updates async, which could
cause issues with transactions returning success before the client had
processed the monitor update.

Fixes: #212

Signed-off-by: Dave Tucker dave@dtucker.co.uk

The previous implementation processed monitor updates async, which could
cause issues with transactions returning success before the client had
processed the monitor update.

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
@coveralls
Copy link

Pull Request Test Coverage Report for Build 1139266146

  • 12 of 14 (85.71%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.1%) to 75.526%

Changes Missing Coverage Covered Lines Changed/Added Lines %
server/monitor.go 5 7 71.43%
Totals Coverage Status
Change from base Build 1094278116: -0.1%
Covered Lines: 3302
Relevant Lines: 4372

💛 - Coveralls

@dave-tucker dave-tucker merged commit 2b38b6d into ovn-org:main Aug 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[in-memory libovsdb]: delete + list operations in rapid succession returns incorrect results
2 participants