browsertrix/backend/test_nightly
Tessa Walsh d91a3bc088
Run webhook tests nightly (#2738)
Fixes #2737 

- Moves webhook-related tests to run nightly, to speed up CI runs and
avoid the periodic failures we've been getting lately.
- Also ensures all try/except blocks that have time.sleep in the 'try' also have a time.sleep in 'except'
to avoid fast-looping retries

---------

Co-authored-by: Ilya Kreymer <ikreymer@gmail.com>
2025-07-15 18:05:57 -07:00
..
data Run webhook tests nightly (#2738) 2025-07-15 18:05:57 -07:00
__init__.py
conftest.py Fix nightly tests (#2460) 2025-03-06 16:23:30 -08:00
echo_server.py Run webhook tests nightly (#2738) 2025-07-15 18:05:57 -07:00
test_concurrent_crawl_limit.py
test_crawl_errors.py
test_crawl_logs.py
test_crawl_timeout.py Give test_crawl_timeout 10 mins to finish (#1627) 2024-03-26 18:33:30 -07:00
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 Refactor Invites and Registration, Flatten Per-User Invites (#1902) 2024-07-02 15:13:27 -07:00
test_invite_expiration.py
test_max_crawl_size_limit.py
test_org_deletion.py Run webhook tests nightly (#2738) 2025-07-15 18:05:57 -07: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_webhooks.py Run webhook tests nightly (#2738) 2025-07-15 18:05:57 -07:00
test_z_background_jobs.py Fix nightly tests (#2460) 2025-03-06 16:23:30 -08:00
utils.py