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: Fix diff of non-normalized fields #236

Merged
merged 1 commit into from
Oct 5, 2021

Conversation

dave-tucker
Copy link
Collaborator

Since there are many valid ways of notating a Set with min: 0 and max: 1
we could encounter values in the diff function that aren't OvsSet. It's
easier to convert this to a normalized value using NativeToOvs than to
update the diff logic.

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

Since there are many valid ways of notating a Set with min: 0 and max: 1
we could encounter values in the diff function that aren't OvsSet. It's
easier to convert this to a normalized value using NativeToOvs than to
update the diff logic.

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

Pull Request Test Coverage Report for Build 1308964413

  • 3 of 4 (75.0%) changed or added relevant lines in 1 file are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.02%) to 72.386%

Changes Missing Coverage Covered Lines Changed/Added Lines %
server/transact.go 3 4 75.0%
Files with Coverage Reduction New Missed Lines %
client/client.go 1 67.49%
Totals Coverage Status
Change from base Build 1308674801: -0.02%
Covered Lines: 3801
Relevant Lines: 5251

💛 - Coveralls

@dave-tucker dave-tucker merged commit 90df648 into ovn-org:main Oct 5, 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.

None yet

2 participants