Skip to content

OLS-2670 - Adding multiple configuration test#1472

Open
JoaoFula wants to merge 2 commits intoopenshift:mainfrom
JoaoFula:test-multiple-configs
Open

OLS-2670 - Adding multiple configuration test#1472
JoaoFula wants to merge 2 commits intoopenshift:mainfrom
JoaoFula:test-multiple-configs

Conversation

@JoaoFula
Copy link
Copy Markdown
Contributor

Description

Adding multiple configuration test to run periodically

Type of change

  • Refactor
  • New feature
  • Bug fix
  • CVE fix
  • Optimization
  • Documentation Update
  • Configuration Update
  • Bump-up dependent library

Related Tickets & Documents

  • Related Issue #
  • Closes #

Checklist before requesting a review

  • I have performed a self-review of my code.
  • PR has passed all pre-merge test jobs.
  • If it is a core feature, I have added thorough tests.

Testing

  • Please provide detailed steps to perform tests related to this code change.
  • How were the fix/results from this change verified? Please provide relevant screenshots or results.

@openshift-ci openshift-ci bot requested review from raptorsun and xrajesh March 31, 2026 09:45
// - Combines features from all other E2E tests plus new features not tested elsewhere
// - FlakeAttempts(5) handles transient query timing and network issues
// - Longer timeout (3h) due to complexity of setup and comprehensive testing
var _ = Describe("All Features Enabled", Ordered, Label("AllFeatures"), FlakeAttempts(5), func() {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

would it be better to move FlakeAttempts into individual test cases? if the a flaky test does not require to roll out the whole setup from the start.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

that's a fair point. Also, ran the review-pr-go and got some improvements so I'll add those to the PR and ask for the review :)

@raptorsun
Copy link
Copy Markdown
Contributor

/lgtm
/approve

just a suggestion about the retry settings of flaky tests, maybe move the retry to individual tests will make the retry faster, if it is not neccessary to setup the environment again for the whole test suite.

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 2, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Apr 2, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: raptorsun

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 Apr 2, 2026
@JoaoFula
Copy link
Copy Markdown
Contributor Author

JoaoFula commented Apr 2, 2026

/hold

@openshift-ci openshift-ci bot added do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. and removed lgtm Indicates that a PR is ready to be merged. labels Apr 2, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Apr 2, 2026

New changes are detected. LGTM label has been removed.

@JoaoFula JoaoFula force-pushed the test-multiple-configs branch from c8e1825 to 35ee73e Compare April 2, 2026 12:52
…est level and fixing linting

Adding user-ca-bundle certificates as well
@JoaoFula JoaoFula force-pushed the test-multiple-configs branch from 35ee73e to 92e4bc5 Compare April 2, 2026 14:18
@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Apr 2, 2026

@JoaoFula: 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/unit 92e4bc5 link true /test unit
ci/prow/bundle-e2e-4-21 92e4bc5 link true /test bundle-e2e-4-21

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. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants