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/workers/test
Joseph Schorr 171c7e5238 Further fixes for unicode handling in manifests
We were occasionally trying to compute schema 2 version 1 signatures on the *unicode* representation, which was failing the signature check. This PR adds a new wrapper type called `Bytes`, which all manifests must take in, and which handles the unicodes vs encoded utf-8 stuff in a central location. This PR also adds a test for the manifest that was breaking in production.
2019-01-09 15:14:41 -05:00
..
test_exportactionlogsworker.py Add LogEntry3 table without the extra indexes and switch to writing to it 2019-01-03 13:50:43 -05:00
test_repositoryactioncounter.py Remove extra whitespace 2017-04-24 17:04:09 -04:00
test_storagereplication.py Harden the storage replication worker to failures by explicitly catching certain errors, having better backoff and explicitly ensuring a layer has been replicated to a region before adding the placement into the database 2018-10-31 14:13:25 -04:00
test_tagbackfillworker.py Further fixes for unicode handling in manifests 2019-01-09 15:14:41 -05:00