[release-5.0] NO-ISSUE: Disable journald rate limiting in logging test - #7306
[release-5.0] NO-ISSUE: Disable journald rate limiting in logging test#7306agullon wants to merge 1 commit into
Conversation
The "Case Insensitive Log Levels" test fails on ARM when testing TraceAll because klog verbosity 10 generates ~144K journal messages, exceeding journald's default rate limit of 10K messages per 30 seconds. The suppressed messages include the startup config dump line that the test greps for, making the assertion impossible to satisfy. Instead of globally disabling rate limiting in all test VMs, scope the fix to the logging suite: disable rate limiting in suite setup and re-enable it in teardown. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> pre-commit.check-secrets: ENABLED
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@agullon: This pull request explicitly references no jira issue. DetailsIn response to this:
Instructions 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 openshift-eng/jira-lifecycle-plugin repository. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: agullon The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@agullon: 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. |
|
Consolidated into #7327 |
Summary
Backport of #7304 to release-5.0.
TraceAllbecause klog verbosity 10 generates ~144K journal messages, exceeding journald's default rate limit (10K messages / 30s). The suppressed messages include the startup config dump line (logLevel.*TraceAll) that the test greps for viajournalctl --grep, making the assertion impossible to satisfy.Disable Journal Rate Limiting/Enable Journal Rate Limitingkeywords tosystemd.resourcethat write/remove a journald drop-in withRateLimitBurst=0and restart the journal service.Test plan
TraceAll(was the failing case)normal,Debug,TRACElevels🤖 Generated with Claude Code