mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 12:17:02 +00:00
Manage scylla servers for rest_api and cql-pytest suites using PythonTestSuite. The pool size determines the max number of servers test.py would run concurrently per suite. For tiny suites (rest_api) the cost of starting the servers overweights the cost of running tests so keep it at a minimum. cql-pytest cas dozens of tests, so run them in 4 parallel tracks.
3 lines
26 B
YAML
3 lines
26 B
YAML
type: Python
|
|
pool_size: 1
|