Skip to content

Conversation

@sivchari
Copy link
Member

@sivchari sivchari commented Nov 17, 2025

What this PR does / why we need it:

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Part of #12272

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Nov 17, 2025
@k8s-ci-robot k8s-ci-robot added do-not-merge/needs-area PR is missing an area label size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Nov 17, 2025
@sivchari
Copy link
Member Author

/retest

g.Expect(err).ToNot(HaveOccurred())
// If the registry isn't warm the reconcile loop will return Requeue: True
g.Expect(res.Requeue).To(BeTrue())
g.Expect(res.RequeueAfter).To(BeTrue())
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's adjust the prod code to use RequeueAfter 10 * time.Seconds and check for that value here.

Any idea why the linter is not finding the prod code usage?

There are also some other usages in the KCP controller

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've missed these things because staticcheck didn't report it, and then this issue has been opened in this.

So currently, it's hard to report it via lint. We should find problems by manually 😮‍💨

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah wow, that's good to know.

I think we'll figure it out. I found the other usages with "Find Usages" on the Requeue field in Intellij

@sivchari sivchari force-pushed the migrate-extensionconfig-requeue-to-requeueafter branch from 6680154 to 3d53188 Compare November 21, 2025 02:24
@sivchari sivchari force-pushed the migrate-extensionconfig-requeue-to-requeueafter branch from 3d53188 to 29c9bb1 Compare November 21, 2025 02:26
@sivchari sivchari force-pushed the migrate-extensionconfig-requeue-to-requeueafter branch from 29c9bb1 to 34b9a46 Compare November 21, 2025 02:32
@sbueringer
Copy link
Member

Thx!

/lgtm
/approve

/area runtime-sdk

@k8s-ci-robot k8s-ci-robot added area/runtime-sdk Issues or PRs related to Runtime SDK and removed do-not-merge/needs-area PR is missing an area label labels Nov 21, 2025
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Nov 21, 2025
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: a84a8898b313b2a6be6943b7b3be9d4047941e3e

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: sbueringer

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

The pull request process is described here

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

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 21, 2025
@k8s-ci-robot k8s-ci-robot merged commit a0d0557 into kubernetes-sigs:main Nov 21, 2025
23 of 24 checks passed
@k8s-ci-robot k8s-ci-robot added this to the v1.12 milestone Nov 21, 2025
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. area/runtime-sdk Issues or PRs related to Runtime SDK cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. 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