NETOBSERV-2144 reduce display blinking#210
Conversation
cmd/flow_display.go
Outdated
| } | ||
|
|
||
| if len(keyboardError) > 0 { | ||
| writeBuf(keyboardError) |
There was a problem hiding this comment.
I see a linter error here:
printf: non-constant format string in call to github.com/netobserv/network-observability-cli/cmd.writeBuf (govet)go-golangci-lint
I think you could do 2 versions of writeBuf that would follow the usual pattern: writeBuf takes only a string argument, and writeBuff takes varargs
There was a problem hiding this comment.
I don't see it running make lint 🤔
Are you using golangci-lint@v1.64.6 ?
8b495c1 to
819549c
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #210 +/- ##
==========================================
+ Coverage 22.30% 22.60% +0.30%
==========================================
Files 13 14 +1
Lines 1417 1451 +34
==========================================
+ Hits 316 328 +12
- Misses 1084 1099 +15
- Partials 17 24 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
New image: It will expire after two weeks. To use this build, update your commands using: USER=netobserv VERSION=f7ddec7 make commands |
|
As mentionned in Slack I'm working in parallel on the tview implemention. |
|
/lgtm |
|
/ok-to-test |
|
New image: It will expire after two weeks. To use this build, update your commands using: USER=netobserv VERSION=2205bb0 make commands |
|
/label qe-approved |
|
/retest |
|
I wonder, if this PR needs to rebase with latest konflux pipelines? Because it's using older quay image locations and the on-pull-request konflux check is failing: |
|
New changes are detected. LGTM label has been removed. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Rebased; let's see if it fix it 😺 |
|
@OlivierCazade could you please have a look ? Seems related to CVEs |
Description
CACHE_ACTIVE_TIMEOUTto1sDependencies
n/a
Checklist
If you are not familiar with our processes or don't know what to answer in the list below, let us know in a comment: the maintainers will take care of that.