Skip to content

Conversation

@wangke19
Copy link
Contributor

No description provided.

jacobsee and others added 3 commits November 26, 2025 12:11
Adds tests to core services for ensuring that they are serving TLS versions in line with the currently selected TLS profile in the cluster config.
The TestTLSDefaults test was failing because of a variable shadowing
issue introduced in commit b623c83. The code was declaring a new
'err' variable when closing the connection, which shadowed the outer
'err' variable from the tls.Dial() call.

This caused the test to check the wrong error value when determining
if the TLS connection succeeded, leading to false test failures with
the message: "Expected success true, got false with TLS version
VersionTLS12 dialing master"

The fix renames the close error variable to 'closeErr' to avoid
shadowing the dial error, ensuring the test correctly evaluates
whether the TLS connection succeeded.

Fixes: periodic-ci-openshift-release-master-nightly-4.21-e2e-metal-ipi-ovn-bm

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@openshift-ci-robot
Copy link

Pipeline controller notification
This repository is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. To trigger manually all jobs from second stage use /pipeline required command.

This repository is configured in: automatic mode

@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Nov 26, 2025
@openshift-ci openshift-ci bot requested review from deads2k and sjenning November 26, 2025 04:55
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Nov 26, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

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

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

@wangke19
Copy link
Contributor Author

/close
in favor of #30536

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Nov 26, 2025

@wangke19: Closed this PR.

In response to this:

/close
in favor of #30536

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 closed this Nov 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants