Skip to content

fix: cache warmup using WebDriver for reliable authentication#38449

Merged
rusackas merged 7 commits into
masterfrom
adopt-pr-34525-fix-cache-warmup
Jun 5, 2026
Merged

fix: cache warmup using WebDriver for reliable authentication#38449
rusackas merged 7 commits into
masterfrom
adopt-pr-34525-fix-cache-warmup

address review: tests, exception cleanup, and CACHE_WARMUP_EXECUTORS …

c00b071
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 5, 2026 in 0s

64.16% (-0.03%) compared to 0984839

View this Pull Request on Codecov

64.16% (-0.03%) compared to 0984839

Details

Codecov Report

❌ Patch coverage is 46.66667% with 48 lines in your changes missing coverage. Please review.
✅ Project coverage is 64.16%. Comparing base (0984839) to head (c00b071).
⚠️ Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
superset/tasks/cache.py 39.47% 23 Missing ⚠️
superset/utils/webdriver.py 64.10% 8 Missing and 6 partials ⚠️
superset/utils/screenshots.py 14.28% 6 Missing ⚠️
superset/mcp_service/screenshot/webdriver_pool.py 0.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #38449      +/-   ##
==========================================
- Coverage   64.19%   64.16%   -0.03%     
==========================================
  Files        2666     2666              
  Lines      143991   143985       -6     
  Branches    33108    33113       +5     
==========================================
- Hits        92428    92386      -42     
- Misses      49950    49986      +36     
  Partials     1613     1613              

☔ View full report in Codecov by Harness.
📢 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.