Files
scylladb/test/rest_api/test_config.yaml
Andrei Chekun 21a1ff3d5c test.py: remove not supported functionality
In the current state pytest do not support the order of execution, so this parameter is removed. There is no big need in this due to the differences what pytest and test.py counted test. pytest run test functions in the threads, while test.py executed test files in the threads. That's why pytest's way is more granular and allows to fill threads better.
Remove skip node, since it already added as a pytest mark for each test in the file.
Remove pool_size, since this is not used by pytest at all. Pytest uses
xdist to set the amount of threads instead of pool_size used by test.py
2026-01-09 11:59:25 +01:00

8 lines
194 B
YAML

type: Python
extra_scylla_cmdline_options:
- '--experimental-features=udf'
- '--enable-tablets=true'
- '--experimental-features=views-with-tablets'
- '--tablets-initial-scale-factor=1'