Skip to content

try to fix github cache - #619

Closed
d-chambers wants to merge 1 commit into
masterfrom
fix_test_cache
Closed

try to fix github cache#619
d-chambers wants to merge 1 commit into
masterfrom
fix_test_cache

Conversation

@d-chambers

Copy link
Copy Markdown
Contributor

This PR makes test-data caching deterministic in GitHub Actions.

Previously, DASCore’s test data cache was populated lazily during test execution. Because multiple CI jobs shared the same cache key, whichever job saved first could publish a partial cache. Later jobs would restore
that incomplete cache and still need to download missing files, which made the cache look unreliable.

This change introduces an explicit cache-priming step that downloads the full contents of dascore/data_registry.txt before test jobs run.

@coderabbitai

coderabbitai Bot commented Mar 11, 2026

Copy link
Copy Markdown
Contributor

Warning

Rate limit exceeded

@d-chambers has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 6 minutes and 21 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 92c83f51-a110-4d91-a517-2121155809fd

📥 Commits

Reviewing files that changed from the base of the PR and between 5de00c6 and 3221bb9.

📒 Files selected for processing (8)
  • .github/actions/cache-test-data/action.yml
  • .github/scripts/cache_test_data.py
  • .github/workflows/get_coverage.yml
  • .github/workflows/prime_test_data_cache.yml
  • .github/workflows/profile.yml
  • .github/workflows/run_min_dep_tests.yml
  • .github/workflows/runtests.yml
  • .github/workflows/test_doc_build.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix_test_cache

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@d-chambers

Copy link
Copy Markdown
Contributor Author

superseded by #620

@d-chambers d-chambers closed this Mar 11, 2026
@d-chambers
d-chambers deleted the fix_test_cache branch April 8, 2026 12:13
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