sriov-network-operator
sriov-network-operator copied to clipboard
chore: bump libovsdb lib
current lib path is deprecated, use github.com/ovn-kubernetes/libovsdb instead
Thanks for your PR, To run vendors CIs, Maintainers can use one of:
/test-all: To run all tests for all vendors./test-e2e-all: To run all E2E tests for all vendors./test-e2e-nvidia-all: To run all E2E tests for NVIDIA vendor.
To skip the vendors CIs, Maintainers can use one of:
/skip-all: To skip all tests for all vendors./skip-e2e-all: To skip all E2E tests for all vendors./skip-e2e-nvidia-all: To skip all E2E tests for NVIDIA vendor. Best regards.
:/ I was hoping this would be just a quick fix.
Looks like this is how they are handling it upstream: https://github.com/ovn-kubernetes/libovsdb/blob/18e5bb119abe1e29ca07b02083ebdef39242e6ff/client/client_test.go#L958-L963
looks like changes in our code is needed to support this bump.
Pull Request Test Coverage Report for Build 19210276708
Details
- 0 of 0 changed or added relevant lines in 0 files are covered.
- 1 unchanged line in 1 file lost coverage.
- Overall coverage decreased (-0.008%) to 62.358%
| Files with Coverage Reduction | New Missed Lines | % |
|---|---|---|
| controllers/helper.go | 1 | 70.99% |
| <!-- | Total: | 1 |
| Totals | |
|---|---|
| Change from base Build 19210182850: | -0.008% |
| Covered Lines: | 8752 |
| Relevant Lines: | 14035 |
💛 - Coveralls
@SchSeba this can be merged IMO fixed remaining issue and CI is green