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
Fix CT mark matching without range in flow exporter #3348
Conversation
|
/skip-all |
Codecov Report
@@ Coverage Diff @@
## main #3348 +/- ##
==========================================
- Coverage 60.85% 55.32% -5.53%
==========================================
Files 266 374 +108
Lines 26520 51704 +25184
==========================================
+ Hits 16139 28607 +12468
- Misses 8591 20606 +12015
- Partials 1790 2491 +701
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Please use more meaningful commit message. For this one, I suggest: Fix CT mark matching without range in flow exporter
- Fix CT mark matching without range in pkg/agent/flowexporter/exporter/exporter.go - Fix typo in test/e2e/connectivity_test.go - Remove extra blank line in pkg/agent/apiserver/handlers/ovsflows/handler.go Signed-off-by: Hongliang Liu <lhongliang@vmware.com>
f331517
to
111bfc4
Compare
Thanks, updated. |
|
/skip-all |
|
/test-e2e |
|
/test-conformance |
|
/test-windows-conformance |
|
/test-networkpolicy |
- Fix CT mark matching without range in pkg/agent/flowexporter/exporter/exporter.go - Fix typo in test/e2e/connectivity_test.go - Remove extra blank line in pkg/agent/apiserver/handlers/ovsflows/handler.go Signed-off-by: Hongliang Liu <lhongliang@vmware.com>
pkg/agent/flowexporter/exporter/exporter.go
pkg/agent/apiserver/handlers/ovsflows/handler.go
Signed-off-by: Hongliang Liu lhongliang@vmware.com