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/util/test
Joseph Schorr b26a131085 Fix worker count to use CPU affinity correctly and be properly bounded
We were using the `cpu_count`, which doesn't respect container affinity. Now, we use `cpu_affinity` and also bound to make sure we don't start a million workers

Fixes https://jira.coreos.com/browse/QUAY-928
2018-05-03 11:57:20 +03:00
..
test_failover.py util.failover: re-raise exceptions on failure 2017-03-01 00:40:47 -05:00
test_log_util.py Use $QUAYPATH and $QUAYDIR in conf and init files 2017-07-05 16:23:54 +02:00
test_validation.py Fix exception raised for certain non-JSON strings given to is_json 2017-11-14 13:46:06 -05:00
test_workers.py Fix worker count to use CPU affinity correctly and be properly bounded 2018-05-03 11:57:20 +03:00