Skip to content

Conversation

@ChrisJBurns
Copy link
Collaborator

@ChrisJBurns ChrisJBurns commented Nov 17, 2025

we don't need the heavy e2e tests anymore and the integration tests are a quick and fast way of asserting the correct things are being created. I've added a couple of integration tests here that test a bit more than the e2e tests (finalizers, updates etc) however during writing of the int tests it found a bug that the e2e tests let slip through. it seems that the referenced servers aren't being put into the status of the externalauth CR. I have commented this test/assertion out for now so we can use it later when we submit the fix to the controller.

Separate ticket raised to look into status update bug #2641

we don't need the heavy e2e tests anymore and the integration tests are
a quick and fast way of asserting the correct things are being created.
I've added a couple of integration tests here that test a bit more than
the e2e tests (finalisers, updates etc) however during writing of the
int tests it found a bug that the e2e tests let slip through. it seems
that the referenced servers aren't being put into the status of the
externalauth CR. I have commented this test/assertion out for now so we
can use it later when we submit the fix to the controller.  I will make
a separate ticket for this

Signed-off-by: Chris Burns <29541485+ChrisJBurns@users.noreply.github.com>
@codecov
Copy link

codecov bot commented Nov 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 55.66%. Comparing base (ec2897b) to head (1c160b4).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2625      +/-   ##
==========================================
+ Coverage   55.64%   55.66%   +0.02%     
==========================================
  Files         312      312              
  Lines       29885    29885              
==========================================
+ Hits        16630    16636       +6     
+ Misses      11811    11799      -12     
- Partials     1444     1450       +6     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Signed-off-by: Chris Burns <29541485+ChrisJBurns@users.noreply.github.com>
Signed-off-by: Chris Burns <29541485+ChrisJBurns@users.noreply.github.com>
Signed-off-by: Chris Burns <29541485+ChrisJBurns@users.noreply.github.com>
@ChrisJBurns ChrisJBurns enabled auto-merge (squash) November 18, 2025 19:51
@ChrisJBurns ChrisJBurns merged commit a5a29dc into main Nov 18, 2025
28 checks passed
@ChrisJBurns ChrisJBurns deleted the moves-e2e-ext-auth-test-to-int-test branch November 18, 2025 20:46
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.

3 participants