This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/data/model/test
Joseph Schorr 8bc55a5676 Make namespace deletion asynchronous
Instead of deleting a namespace synchronously as before, we now mark the namespace for deletion, disable it, and rename it. A worker then comes along and deletes the namespace in the background. This results in a *significantly* better user experience, as the namespace deletion operation now "completes" in under a second, where before it could take 10s of minutes at the worse.

Fixes https://jira.coreos.com/browse/QUAY-838
2018-02-27 13:12:51 -05:00
..
test_appspecifictoken.py Add a worker to automatically GC expired app specific tokens 2018-02-12 14:56:01 -05:00
test_gc.py Add a long-chain test for GC 2017-07-12 18:03:27 +03:00
test_log.py test(data/model/log): add more log_action tests 2017-04-05 11:26:10 -04:00
test_repository.py Fix bug around search pagination with non-filtered searches 2017-11-30 16:13:42 -05:00
test_repositoryactioncount.py Switch fixture imports to wildcard in prep for full db test fixes 2017-04-24 16:45:14 -04:00
test_tag.py Fix flakiness in a test when comparing date times 2017-12-14 14:00:20 -05:00
test_user.py Make namespace deletion asynchronous 2018-02-27 13:12:51 -05:00