Skip to content

Commit

Permalink
[tests] Do not reset cvat migrations from redis
Browse files Browse the repository at this point in the history
  • Loading branch information
Marishka17 committed Jan 27, 2025
1 parent 942a78c commit 180b858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/shared/fixtures/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def kube_restore_clickhouse_db():


def _get_redis_inmem_keys_to_keep():
return ("rq:worker:", "rq:workers", "rq:scheduler_instance:", "rq:queues:")
return ("rq:worker:", "rq:workers", "rq:scheduler_instance:", "rq:queues:", "cvat:applied_migrations:", "cvat:applied_migration:"),


def docker_restore_redis_inmem():
Expand Down

0 comments on commit 180b858

Please sign in to comment.