browsertrix/backend/test_nightly
Tessa Walsh 6b19f72a89
Add crawl errors endpoint (#757)
* Add crawl errors endpoint

If this endpoint is called while the crawl is running, errors are
pulled directly from redis.

If this endpoint is called when the crawl is finished, errors are
pulled from mongodb, where they're written when crawls complete.

* Add nightly backend test for errors endpoint

* Add errors for failed and cancelled crawls to mongo

Co-authored-by: Ilya Kreymer <ikreymer@users.noreply.github.com>
2023-04-17 12:59:25 -04:00
..
__init__.py
conftest.py Add crawl errors endpoint (#757) 2023-04-17 12:59:25 -04: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 Add crawl timeout nightly test (#762) 2023-04-11 19:36:18 -07:00
test_crawlconfig_crawl_stats.py Fix nightly tests (#632) 2023-02-23 13:57:22 -05:00
test_delete_crawls.py Fix POST /orgs/{oid}/crawls/delete (#591) 2023-02-15 21:06:12 -05:00
test_invite_expiration.py Paginate API list endpoints (#659) 2023-03-06 14:41:25 -05:00