Skip to content

OCPBUGS-77990: Skip upstream flaking test#2620

Open
haircommander wants to merge 1 commit intoopenshift:masterfrom
haircommander:skip-resize-3
Open

OCPBUGS-77990: Skip upstream flaking test#2620
haircommander wants to merge 1 commit intoopenshift:masterfrom
haircommander:skip-resize-3

Conversation

@haircommander
Copy link
Copy Markdown
Member

@haircommander haircommander commented Mar 9, 2026

until an upstream solution is agreed upon

What type of PR is this?

/kind failing-test

What this PR does / why we need it:

related to kubernetes#134458

Which issue(s) this PR is related to:

Special notes for your reviewer:

Does this PR introduce a user-facing change?


Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:


Summary by CodeRabbit

  • Chores
    • Updated test suite configurations to disable specific test cases pending resolution.

until an upstream solution is agreed upon

Signed-off-by: Peter Hunt <pehunt@redhat.com>
@openshift-ci-robot openshift-ci-robot added backports/unvalidated-commits Indicates that not all commits come to merged upstream PRs. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Mar 9, 2026
@openshift-ci-robot
Copy link
Copy Markdown

@haircommander: This pull request references Jira Issue OCPBUGS-77990, which is invalid:

  • expected the bug to target the "4.22.0" version, but no target version was set

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

until an upstream solution is agreed upon

What type of PR is this?

/kind failing-test

What this PR does / why we need it:

related to kubernetes#134458

Which issue(s) this PR is related to:

Special notes for your reviewer:

Does this PR introduce a user-facing change?


Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:


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
Copy link
Copy Markdown

@haircommander: the contents of this pull request could not be automatically validated.

The following commits could not be validated and must be approved by a top-level approver:

Comment /validate-backports to re-evaluate validity of the upstream PRs, for example when they are merged upstream.

@openshift-ci openshift-ci Bot added the kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. label Mar 9, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 9, 2026

Walkthrough

A new test entry is added to the disabled tests list in the k8s-tests-ext command. The test "[sig-node] [Serial] Pod InPlace Resize Container (deferred-resizes) [FeatureGate:InPlacePodVerticalScaling] pod-resize-retry-deferred-test-2" is now marked as disabled with a reference to OCPBUGS-77990.

Changes

Cohort / File(s) Summary
Disabled Test Configuration
openshift-hack/cmd/k8s-tests-ext/disabled_tests.go
Added a single test entry to the disabled tests list within the filterOutDisabledSpecs function, referencing OCPBUGS-77990. No changes to function signatures or logic.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes


Important

Pre-merge checks failed

Please resolve all errors before merging. Addressing warnings is optional.

❌ Failed checks (1 error, 1 inconclusive)

Check name Status Explanation Resolution
Stable And Deterministic Test Names ❌ Error Test titles referenced in PR contain numbered suffixes (pod-resize-retry-deferred-test-2, test-3) that violate stability and determinism requirements defined in custom check. Refactor upstream Kubernetes test definitions to use descriptive names without numeric suffixes; address test naming with Kubernetes community.
Test Structure And Quality ❓ Inconclusive Unable to locate or examine the modified disabled_tests.go file to assess the applicability of this custom check. Provide the file path or git diff output for disabled_tests.go to enable proper verification.
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title directly references the bug (OCPBUGS-77990) and clearly describes the main change: skipping an upstream flaking test.
Docstring Coverage ✅ Passed Docstring coverage is 100.00% which is sufficient. The required threshold is 80.00%.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


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

@openshift-ci-robot
Copy link
Copy Markdown

@haircommander: This pull request references Jira Issue OCPBUGS-77990, which is invalid:

  • expected the bug to target the "4.22.0" version, but no target version was set

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

Details

In response to this:

until an upstream solution is agreed upon

What type of PR is this?

/kind failing-test

What this PR does / why we need it:

related to kubernetes#134458

Which issue(s) this PR is related to:

Special notes for your reviewer:

Does this PR introduce a user-facing change?


Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:


Summary by CodeRabbit

  • Chores
  • Updated test suite configurations to disable specific test cases pending resolution.

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.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

🧹 Nitpick comments (1)
openshift-hack/cmd/k8s-tests-ext/disabled_tests.go (1)

166-168: Keep the Jira-to-test mapping unambiguous.

Right now Line 168 sits under both OCPBUGS-63132 and OCPBUGS-77990, so it’s unclear whether pod-resize-retry-deferred-test-3 is still tracked by the old bug or was intended to move under the new one. Please keep each bug comment directly adjacent to only the test(s) it owns.

Suggested cleanup
-			// https://issues.redhat.com/browse/OCPBUGS-63132
-			// https://issues.redhat.com/browse/OCPBUGS-77990
-			"[sig-node] [Serial] Pod InPlace Resize Container (deferred-resizes) [FeatureGate:InPlacePodVerticalScaling] pod-resize-retry-deferred-test-2",
-			"[sig-node] [Serial] Pod InPlace Resize Container (deferred-resizes) [FeatureGate:InPlacePodVerticalScaling] pod-resize-retry-deferred-test-3",
+			// https://issues.redhat.com/browse/OCPBUGS-63132
+			"[sig-node] [Serial] Pod InPlace Resize Container (deferred-resizes) [FeatureGate:InPlacePodVerticalScaling] pod-resize-retry-deferred-test-3",
+			// https://issues.redhat.com/browse/OCPBUGS-77990
+			"[sig-node] [Serial] Pod InPlace Resize Container (deferred-resizes) [FeatureGate:InPlacePodVerticalScaling] pod-resize-retry-deferred-test-2",
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@openshift-hack/cmd/k8s-tests-ext/disabled_tests.go` around lines 166 - 168,
The test entry "pod-resize-retry-deferred-test-3" is currently listed under both
OCPBUGS-63132 and OCPBUGS-77990 which makes ownership ambiguous; edit the
disabled tests list so each Jira comment sits immediately above only the test(s)
it owns—either move "pod-resize-retry-deferred-test-3" so it sits directly
beneath the intended Jira comment (OCPBUGS-63132 or OCPBUGS-77990) or duplicate
the comment appropriately if both bugs genuinely track different aspects, and
ensure the surrounding list entries in the same disabledTests slice/array
reflect that one-to-one mapping.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@openshift-hack/cmd/k8s-tests-ext/disabled_tests.go`:
- Around line 166-168: The test entry "pod-resize-retry-deferred-test-3" is
currently listed under both OCPBUGS-63132 and OCPBUGS-77990 which makes
ownership ambiguous; edit the disabled tests list so each Jira comment sits
immediately above only the test(s) it owns—either move
"pod-resize-retry-deferred-test-3" so it sits directly beneath the intended Jira
comment (OCPBUGS-63132 or OCPBUGS-77990) or duplicate the comment appropriately
if both bugs genuinely track different aspects, and ensure the surrounding list
entries in the same disabledTests slice/array reflect that one-to-one mapping.

ℹ️ Review info
⚙️ Run configuration

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

Review profile: CHILL

Plan: Pro

Run ID: 6930113e-5c14-451f-9a15-bd4e78ad248d

📥 Commits

Reviewing files that changed from the base of the PR and between ac14da2 and 08c243b.

📒 Files selected for processing (1)
  • openshift-hack/cmd/k8s-tests-ext/disabled_tests.go

@openshift-ci openshift-ci Bot requested review from benluddy and p0lyn0mial March 9, 2026 17:11
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Mar 9, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: haircommander
Once this PR has been reviewed and has the lgtm label, please assign benluddy for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

@haircommander
Copy link
Copy Markdown
Member Author

/jira refresh

@openshift-ci-robot openshift-ci-robot added jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. and removed jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Mar 9, 2026
@openshift-ci-robot
Copy link
Copy Markdown

@haircommander: This pull request references Jira Issue OCPBUGS-77990, which is valid. The bug has been moved to the POST state.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.22.0) matches configured target version for branch (4.22.0)
  • bug is in the state New, which is one of the valid states (NEW, ASSIGNED, POST)
Details

In response to this:

/jira refresh

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.

@haircommander
Copy link
Copy Markdown
Member Author

/retest

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Mar 9, 2026

@haircommander: 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/e2e-aws-ovn-techpreview 08c243b link false /test e2e-aws-ovn-techpreview
ci/prow/e2e-aws-ovn-techpreview-serial-1of2 08c243b link false /test e2e-aws-ovn-techpreview-serial-1of2
ci/prow/e2e-aws-ovn-fips 08c243b link true /test e2e-aws-ovn-fips
ci/prow/e2e-aws-ovn-runc 08c243b link false /test e2e-aws-ovn-runc
ci/prow/e2e-gcp 08c243b link true /test e2e-gcp

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.

@Chandan9112
Copy link
Copy Markdown

/payload-job periodic-ci-openshift-release-main-nightly-4.22-e2e-aws-ovn-single-node-one-core-serial

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Apr 15, 2026

@Chandan9112: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-release-main-nightly-4.22-e2e-aws-ovn-single-node-one-core-serial

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/50713690-3897-11f1-8dbb-a359252ae8c8-0

@Chandan9112
Copy link
Copy Markdown

/payload-job periodic-ci-openshift-release-main-nightly-4.22-e2e-aws-ovn-single-node-one-core-serial

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Apr 16, 2026

@Chandan9112: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-release-main-nightly-4.22-e2e-aws-ovn-single-node-one-core-serial

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/f0d05de0-396a-11f1-96e1-f9e4789fbe4c-0

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

Labels

backports/unvalidated-commits Indicates that not all commits come to merged upstream PRs. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants