Skip to content

NO-ISSUE: fix typo: 'occured' -> 'occurred' in main.go error wraps#10316

Open
SAY-5 wants to merge 1 commit into
openshift:masterfrom
SAY-5:say5-typo-occured-main
Open

NO-ISSUE: fix typo: 'occured' -> 'occurred' in main.go error wraps#10316
SAY-5 wants to merge 1 commit into
openshift:masterfrom
SAY-5:say5-typo-occured-main

Conversation

@SAY-5
Copy link
Copy Markdown

@SAY-5 SAY-5 commented May 11, 2026

Corrects the spelling of "occurred" in the error wrap messages passed to failOnError from cmd/main.go.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 11, 2026

Warning

Rate limit exceeded

@SAY-5 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 59 minutes and 37 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: b27beb2b-fe7d-408b-896f-8eca69f602ae

📥 Commits

Reviewing files that changed from the base of the PR and between babc11d and d9b173c.

📒 Files selected for processing (1)
  • cmd/main.go
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci openshift-ci Bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels May 11, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented May 11, 2026

Hi @SAY-5. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

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 kubernetes-sigs/prow repository.

@openshift-ci openshift-ci Bot requested review from danmanor and eliorerz May 11, 2026 00:08
@gamli75
Copy link
Copy Markdown
Contributor

gamli75 commented May 11, 2026

/ok-to-test

@openshift-ci openshift-ci Bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels May 11, 2026
@gamli75
Copy link
Copy Markdown
Contributor

gamli75 commented May 11, 2026

/approve
/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label May 11, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented May 11, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: gamli75, SAY-5

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 11, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 11, 2026

Codecov Report

❌ Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 44.35%. Comparing base (babc11d) to head (d9b173c).
⚠️ Report is 6 commits behind head on master.

Files with missing lines Patch % Lines
cmd/main.go 0.00% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #10316      +/-   ##
==========================================
+ Coverage   44.33%   44.35%   +0.01%     
==========================================
  Files         417      417              
  Lines       72837    72843       +6     
==========================================
+ Hits        32294    32309      +15     
+ Misses      37609    37604       -5     
+ Partials     2934     2930       -4     
Files with missing lines Coverage Δ
cmd/main.go 0.00% <0.00%> (ø)

... and 3 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@gamli75
Copy link
Copy Markdown
Contributor

gamli75 commented May 17, 2026

/retitle NO_ISSUE: fix typo: 'occured' -> 'occurred' in main.go error wraps

@openshift-ci openshift-ci Bot changed the title fix typo: 'occured' -> 'occurred' in main.go error wraps NO_ISSUE: fix typo: 'occured' -> 'occurred' in main.go error wraps May 17, 2026
@gamli75
Copy link
Copy Markdown
Contributor

gamli75 commented May 17, 2026

/retitle NO-ISSUE: fix typo: 'occured' -> 'occurred' in main.go error wraps

@openshift-ci openshift-ci Bot changed the title NO_ISSUE: fix typo: 'occured' -> 'occurred' in main.go error wraps NO-ISSUE: fix typo: 'occured' -> 'occurred' in main.go error wraps May 17, 2026
@openshift-ci-robot
Copy link
Copy Markdown

@SAY-5: This pull request explicitly references no jira issue.

Details

In response to this:

Corrects the spelling of "occurred" in the error wrap messages passed to failOnError from cmd/main.go.

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.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label May 17, 2026
@gamli75
Copy link
Copy Markdown
Contributor

gamli75 commented May 17, 2026

/override ci/prow/edge-e2e-ai-operator-ztp

@gamli75
Copy link
Copy Markdown
Contributor

gamli75 commented May 17, 2026

/test edge-verify-generated-code
/test verify-generated-code

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented May 17, 2026

@gamli75: Overrode contexts on behalf of gamli75: ci/prow/edge-e2e-ai-operator-ztp

Details

In response to this:

/override ci/prow/edge-e2e-ai-operator-ztp

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 kubernetes-sigs/prow repository.

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

/retest-required

Remaining retests: 0 against base HEAD 963e8a7 and 2 for PR HEAD d9b173c in total

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented May 17, 2026

@SAY-5: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/edge-e2e-metal-assisted-4-22 d9b173c link true /test edge-e2e-metal-assisted-4-22
ci/prow/e2e-agent-compact-ipv4 d9b173c link true /test e2e-agent-compact-ipv4
ci/prow/edge-e2e-metal-assisted-5-0 d9b173c link true /test edge-e2e-metal-assisted-5-0

Full PR test history. Your PR dashboard.

Details

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 kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants