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 89582438cd Fix the V22 phase 1 migrations to use new tables for mapping rather than editing existing tables
The ALTER TABLE operations previously used were causing the DB to die when run on the production TagManifest table which has 7 million rows. We instead now use new mapping tables, which is less nice, but these are temporary anyway, so hopefully we only have to deal with their ugliness for a short duration.
2018-08-06 16:58:27 -04:00
..
test_appspecifictoken.py Add a worker to automatically GC expired app specific tokens 2018-02-12 14:56:01 -05:00
test_basequery.py Add new Manifest, ManifestLabel, ManifestLegacyImage and ManifestBlob tables and start writing and GCing to/from them 2018-08-06 13:01:11 -04:00
test_build.py Move build query tests to pytest 2018-07-18 11:26:18 -04:00
test_gc.py Fix the V22 phase 1 migrations to use new tables for mapping rather than editing existing tables 2018-08-06 16:58:27 -04:00
test_image.py Add tests for image model, fix a small bug and remove an unused function 2018-04-04 13:13:52 -04:00
test_image_sharing.py Move image sharing model tests to pytest 2018-07-16 09:58:21 -04:00
test_log.py Change id column in LogEntry to a BigInt and migrate back to using that table 2018-07-30 12:42:56 -04:00
test_model_blob.py Move blob model tests to pytest 2018-07-13 13:19:46 +03:00
test_modelutil.py Fix bug in modelutil pagination that caused us to load far more results than necessary 2018-05-14 11:40:31 -04:00
test_organization.py Filter out deleted users and organizations from the superuser list 2018-05-15 10:42:41 -04:00
test_repository.py Upgrade Peewee to latest 3.x 2018-07-23 12:43:23 -04: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 the V22 phase 1 migrations to use new tables for mapping rather than editing existing tables 2018-08-06 16:58:27 -04:00
test_team.py Fix team add/invite logic around when an invite is required 2018-03-16 17:13:27 -04:00
test_user.py Notifications can target robots, but the model did not reflect that 2018-05-15 16:19:46 -04:00
test_visible_repos.py Move repo visibility tests into pytest 2018-07-19 11:23:11 -04:00