Manually delete unused keys from redis activity cache #253
python.yml
on: pull_request
Tests (pytest)
4m 22s
Linting (pylint)
1m 44s
Typing (mypy)
51s
Formatting (black; run ./bw-dev black to fix)
12s
Annotations
5 errors and 1 warning
Tests (pytest):
bookwyrm/tests/importers/test_importer.py#L866
GenericImporter.test_create_job
AssertionError: 1 != 0
|
Tests (pytest):
bookwyrm/tests/views/admin/test_redis.py#L87
RedisStatusViews.test_redis_status_post_erase_cache
redis.exceptions.ConnectionError: Error -3 connecting to redis_activity:6379. Temporary failure in name resolution.
|
Tests (pytest):
bookwyrm/tests/views/admin/test_redis.py#L73
RedisStatusViews.test_redis_status_post_erase_keys
redis.exceptions.ConnectionError: Error -3 connecting to redis_activity:6379. Temporary failure in name resolution.
|
Tests (pytest):
bookwyrm/tests/views/admin/test_redis.py#L59
RedisStatusViews.test_redis_status_post_scan_keys
redis.exceptions.ConnectionError: Error -3 connecting to redis_activity:6379. Temporary failure in name resolution.
|
Tests (pytest)
Process completed with exit code 1.
|
Formatting (black; run ./bw-dev black to fix)
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|