mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
* fix(test): prevent MySQL deadlocks in parallel proxy model tests (PROJQUAY-0000) Mark all registry proxy model test classes to run serially using pytest-xdist group markers. These tests all use the same "quayio-cache" organization and were causing MySQL deadlocks when run in parallel across multiple workers with pytest -n auto. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * fix(test): resolve Flask app naming conflict in quotaregistrysizeworker tests (PROJQUAY-0000) Import Flask app with alias to avoid conflict with pytest 'app' fixture. The test was using 'app.config' but 'app' resolved to a pytest fixture definition instead of the Flask application object. Follows the same pattern as test_securityscanningnotificationworker.py. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Brady Pratt <bpratt@redhat.com> --------- Signed-off-by: Brady Pratt <bpratt@redhat.com> Co-authored-by: Brady Pratt <bpratt@redhat.com> Co-authored-by: Claude <noreply@anthropic.com>