Conversation
|
This change is part of the following stack: Change managed by git-spice. |
2d9e773 to
0f9274f
Compare
b515b59 to
2078c69
Compare
0f9274f to
4a73d96
Compare
|
Images are ready for the commit at dbab594. To use with deploy scripts, first |
c61be92 to
73736bc
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #16991 +/- ##
==========================================
+ Coverage 49.25% 49.27% +0.01%
==========================================
Files 2735 2735
Lines 206138 206226 +88
==========================================
+ Hits 101539 101623 +84
- Misses 97051 97059 +8
+ Partials 7548 7544 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/retest |
| query := search.NewQueryBuilder(). | ||
| AddExactMatches(search.DeploymentID, deploymentID). | ||
| ProtoQuery() | ||
| _ = m.processesDataStore.GetByQueryFn(lifecycleMgrCtx, query, fn) |
There was a problem hiding this comment.
Interesting we were squashing the error before. We should probably log it at least.
dashrews78
left a comment
There was a problem hiding this comment.
left one nit about logging an error instead of squashing it.
Signed-off-by: Tomasz Janiszewski <tomek@redhat.com> # Conflicts: # central/processbaseline/evaluator/evaluator_impl.go # central/processbaseline/evaluator/evaluator_test.go
Replace SearchRawProcessIndicators with GetByQueryFn in processbaseline datastore where we only iterate over process indicators. This improves memory efficiency by processing indicators individually rather than collecting them into a slice. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Tomasz Janiszewski <tomek@redhat.com>
73736bc to
7767e39
Compare
|
@janisz: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/retest |
Signed-off-by: Tomasz Janiszewski <tomek@redhat.com>
Replace
SearchRawProcessIndicatorswithGetByQueryFnin processbaseline datastore where we only iterate over process indicators. This improves memory efficiency by processing indicators individually rather than collecting them into a slice.🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com