browsertrix/backend/test_nightly
Ilya Kreymer dfba4b3940
Replace partial_complete -> stopped_by_user or stopped_quota_reached + operator edge cases (#1368)
- Adds two new crawl finished state, stopped_by_user and
stopped_quota_reached
- Tracking other possible 'stop reasons' in operator, though not making
them distinct states for now.
- Updated frontend with 'Stopped by User' and 'Stopped: Time Quota
Reached', shown with same icon as current partial_complete
- Added migration of partial_complete to either stopped_by_user or
complete (no historical quota data available)
- Addresses edge case in scaling: if crawl never scaled (no redis entry,
no pod), automatically scale down
- Edge case in status: if crawl is somehow 'canceled' but not deleted,
immediately delete crawl object and begin finalizing.

---------
Co-authored-by: Tessa Walsh <tessa@bitarchivist.net>
2023-11-14 11:17:16 -08:00
..
__init__.py
conftest.py Background Jobs Work (#1321) 2023-11-02 13:02:17 -07:00
test_concurrent_crawl_limit.py Enforce quota and hard cap for monthly execution minutes (#1284) 2023-10-26 15:38:51 -07:00
test_crawl_errors.py Add crawl errors endpoint (#757) 2023-04-17 12:59:25 -04:00
test_crawl_logs.py Add crawl /log API endpoint 2023-04-11 11:51:17 -04:00
test_crawl_timeout.py Replace partial_complete -> stopped_by_user or stopped_quota_reached + operator edge cases (#1368) 2023-11-14 11:17:16 -08:00
test_crawlconfig_crawl_stats.py
test_delete_crawls.py Background Jobs Work (#1321) 2023-11-02 13:02:17 -07:00
test_execution_minutes_quota.py Replace partial_complete -> stopped_by_user or stopped_quota_reached + operator edge cases (#1368) 2023-11-14 11:17:16 -08:00
test_invite_expiration.py
test_max_crawl_size_limit.py Replace partial_complete -> stopped_by_user or stopped_quota_reached + operator edge cases (#1368) 2023-11-14 11:17:16 -08:00
test_upload_replicas.py Crawl Timeout via elapsed time (#1338) 2023-11-06 16:32:58 -08:00
test_z_background_jobs.py Background Jobs Work (#1321) 2023-11-02 13:02:17 -07:00
utils.py Background Jobs Work (#1321) 2023-11-02 13:02:17 -07:00