browsertrix/backend/test_nightly
Tessa Walsh 13bf818914
Fix nightly tests (#2460)
Fixes #2459 

- Set `/data/` as primary storage `access_endpoint_url` in nightly test
chart
- Modify nightly test GH Actions workflow to spawn a separate job per
nightly test module using dynamic matrix
- Set configuration not to fail other jobs if one job fails
- Modify failing tests:
- Add fixture to background job nightly test module so it can run alone
- Add retry loop to crawlconfig stats nightly test so it's less
dependent on timing

GitHub limits each workflow to 256 jobs, so this should continue to be
able to scale up for us without issue.

---------

Co-authored-by: Ilya Kreymer <ikreymer@users.noreply.github.com>
2025-03-06 16:23:30 -08:00
..
__init__.py
conftest.py Fix nightly tests (#2460) 2025-03-06 16:23:30 -08:00
test_concurrent_crawl_limit.py
test_crawl_errors.py
test_crawl_logs.py
test_crawl_timeout.py
test_crawlconfig_crawl_stats.py Fix nightly tests (#2460) 2025-03-06 16:23:30 -08:00
test_delete_crawls.py
test_execution_minutes_quota.py Standardize handling of storage and execution time quotas (#1969) 2024-07-25 12:49:11 -07:00
test_free_register.py
test_invite_expiration.py
test_max_crawl_size_limit.py
test_org_deletion.py Update nightly org deletion tests to account for bg job (#2118) 2024-10-30 15:31:33 -04:00
test_storage_quota.py Add superuser endpoint to get user emails with org info (#2211) 2024-12-09 16:38:01 -08:00
test_upload_replicas.py
test_z_background_jobs.py Fix nightly tests (#2460) 2025-03-06 16:23:30 -08:00
utils.py