Closed mvandenburgh closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 68.09%. Comparing base (
23e702e
) to head (8b76c82
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks for the PR! Failures seems due to ontobee being still down!
Let's hope we didn't miss any side effect. Marking for release so any downstream testing benefits
:rocket: PR was released in 0.61.2
:rocket:
dandi-archive requires this command to be run as part of system initialization in order to initialize the database to serve as a Django cache backend. It must be run in order for any endpoint with caching enabled to work properly. See the set up instructions for docker-compose: https://github.com/dandi/dandi-archive/blob/master/DEVELOPMENT.md#initial-setup
Up until this point, the only endpoint with caching enabled was
/api/stats/
, and presumably the CLI has no need to hit that in testing so this went unnoticed. However, the rate limiting introduced in https://github.com/dandi/dandi-archive/pull/1899 also makes use of the database cache backend, and thus the CLI tests are failing on that PR.