Skip to content

Conversation

danehans
Copy link
Contributor

Previously, gomega.Eventually would return nil even if a non-200 status code was returned in the curl request. This PR fixes:

  • The conditional logic for checking the status code
  • The return value when comparing the targetModel in the curl response to validate load-balancing functionality.
  • Adds curl-specific timeout and interval.

Fixes #239

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jan 28, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: danehans

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 approved Indicates a PR has been approved by an approver from all required OWNERS files. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jan 28, 2025
Copy link

netlify bot commented Jan 28, 2025

Deploy Preview for gateway-api-inference-extension ready!

Name Link
🔨 Latest commit fb730f6
🔍 Latest deploy log https://app.netlify.com/sites/gateway-api-inference-extension/deploys/67995cee0daa8900088e0459
😎 Deploy Preview https://deploy-preview-241--gateway-api-inference-extension.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@danehans danehans requested a review from ahg-g January 28, 2025 22:41
@ahg-g
Copy link
Contributor

ahg-g commented Jan 28, 2025

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 28, 2025
@k8s-ci-robot k8s-ci-robot merged commit 95ae8da into kubernetes-sigs:main Jan 28, 2025
8 checks passed
kfswain pushed a commit to kfswain/llm-instance-gateway that referenced this pull request Apr 29, 2025
* Fixes gomega.Eventually in e2e Test

Signed-off-by: Daneyon Hansen <[email protected]>

* Adds curl timeout and interval

Signed-off-by: Daneyon Hansen <[email protected]>

---------

Signed-off-by: Daneyon Hansen <[email protected]>
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. 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/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

e2e Tests Fail to Validate e2e Functionality

3 participants