Skip to content

test: add new fixture to clear content type cache#5892

Merged
matthewelwell merged 4 commits intomainfrom
test/clear-content-type-cache
Aug 5, 2025
Merged

test: add new fixture to clear content type cache#5892
matthewelwell merged 4 commits intomainfrom
test/clear-content-type-cache

Conversation

@matthewelwell
Copy link
Copy Markdown
Contributor

@matthewelwell matthewelwell commented Aug 5, 2025

Changes

Fixes #4898

How did you test this code?

Since this issue seemed to primarily affect the test test_list_features_n_plus_1_without_rbac, I've verified that (with these changes), this test now passes when run on its own and as part of the wider test suite.

@vercel
Copy link
Copy Markdown

vercel Bot commented Aug 5, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
docs ⬜️ Ignored (Inspect) Visit Preview Aug 5, 2025 10:58am
flagsmith-frontend-preview ⬜️ Ignored (Inspect) Visit Preview Aug 5, 2025 10:58am
flagsmith-frontend-staging ⬜️ Ignored (Inspect) Visit Preview Aug 5, 2025 10:58am

@github-actions github-actions Bot added api Issue related to the REST API testing labels Aug 5, 2025
@github-actions github-actions Bot added testing and removed testing labels Aug 5, 2025
@github-actions github-actions Bot added testing and removed testing labels Aug 5, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.82%. Comparing base (b376502) to head (1977771).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5892   +/-   ##
=======================================
  Coverage   97.82%   97.82%           
=======================================
  Files        1258     1258           
  Lines       44785    44789    +4     
=======================================
+ Hits        43811    43815    +4     
  Misses        974      974           

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@khvn26 khvn26 marked this pull request as ready for review August 5, 2025 11:04
@khvn26 khvn26 requested a review from a team as a code owner August 5, 2025 11:04
@khvn26 khvn26 requested review from Zaimwa9 and removed request for a team August 5, 2025 11:04
@github-actions github-actions Bot added testing and removed testing labels Aug 5, 2025
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Aug 5, 2025

Docker builds report

Image Build Status Security report
ghcr.io/flagsmith/flagsmith-e2e:pr-5892 Finished ✅ Skipped
ghcr.io/flagsmith/flagsmith-api-test:pr-5892 Finished ✅ Skipped
ghcr.io/flagsmith/flagsmith-api:pr-5892 Finished ✅ Results
ghcr.io/flagsmith/flagsmith-frontend:pr-5892 Finished ✅ Results
ghcr.io/flagsmith/flagsmith:pr-5892 Finished ✅ Results
ghcr.io/flagsmith/flagsmith-private-cloud:pr-5892 Finished ✅ Results

@matthewelwell matthewelwell merged commit 18627c0 into main Aug 5, 2025
44 checks passed
@matthewelwell matthewelwell deleted the test/clear-content-type-cache branch August 5, 2025 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api Issue related to the REST API testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix flakey test_list_features_n_plus_1_without_rbac test

2 participants