Add condition for rejecting connection#30835
Add condition for rejecting connection#30835Prashanth684 wants to merge 1 commit intoopenshift:mainfrom
Conversation
The "Pods cannot access the /config/master API endpoint" test has been consistently failing on the OKD 5.0 nightly stream. The container images are now based on Centos 10 and that has introduced a new version of curl and the error we see now is "Could not connect to server".
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughTests now accept an additional error string from curl when the internal API is unreachable. "Could not connect to server" is added as an acceptable substring alongside existing error messages "Connection refused" and "Connection timed out". Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (2.5.0)Error: can't load config: unsupported version of the configuration: "" See https://golangci-lint.run/docs/product/migration-guide for migration instructions Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Prashanth684 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Scheduling required tests: |
|
@Prashanth684: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
The "Pods cannot access the /config/master API endpoint" test has been consistently failing on the OKD 5.0 nightly stream. The container images are now based on Centos 10 and that has introduced a new version of curl and the error we see now is "Could not connect to server".
Summary by CodeRabbit