Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix e2e ingress IP helper #11729

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

brandond
Copy link
Member

@brandond brandond commented Feb 7, 2025

Proposed Changes

Fix e2e ingress IP helper

Fix the helper to return an error if the ingress doesn't have any IPs yet, and add an Eventually in the test to avoid race condition. Just because the ingress has been deployed doesn't mean that traefik has sync'd it yet.

Types of Changes

e2e bugfix

Verification

Check CI

Testing

Linked Issues

User-Facing Change

Further Comments

@brandond brandond marked this pull request as ready for review February 7, 2025 19:32
@brandond brandond requested a review from a team as a code owner February 7, 2025 19:32
@brandond brandond force-pushed the fix-e2e-ingress branch 3 times, most recently from 28bacf3 to b9c7693 Compare February 7, 2025 20:09
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Copy link

codecov bot commented Feb 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 46.79%. Comparing base (20a9a6b) to head (dfbc372).

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #11729      +/-   ##
==========================================
+ Coverage   44.78%   46.79%   +2.00%     
==========================================
  Files         206      206              
  Lines       19519    19519              
==========================================
+ Hits         8741     9133     +392     
+ Misses       9455     9059     -396     
- Partials     1323     1327       +4     
Flag Coverage Δ
e2etests 40.36% <ø> (+4.20%) ⬆️
inttests 35.00% <ø> (-0.03%) ⬇️
unittests 16.43% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant