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
8 lines
194 B
YAML
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'
|