Dario Mirovic
3c5dd5e5ae
test: dtest: migrate setup and tools from dtest
...
Migrate several functionalities from dtest. These will be used by
the schema_management_test.py tests when they are enabled.
Refs #26932
2025-12-18 12:54:43 +01:00
Evgeniy Naydanov
6f42019900
test.py: dtest: add tools/data.py::run_query_with_data_processing() function
2025-08-18 09:42:13 +00:00
Andrzej Jackowski
3da86f04a5
test: dtest: copy run_in_parallel from dtests to data.py
...
Co-authored-by: Marcin Maliszkiewicz <marcinmal@scylladb.com >
2025-06-05 08:19:54 +02:00
Evgeniy Naydanov
ff2aea7e5b
test.py: dtest: add part of tools/assertions.py
...
Copy few assertion functions from dtest tools/assertions.py:
- assertion_exception()
- assertion_invalid()
- assertion_one()
- assertion_all()
2025-06-02 05:14:41 +00:00
Evgeniy Naydanov
efdb2abdc6
test.py: dtest: make bypass_cache_test.py run using test.py
...
As a part of the porting process, copy missed utility functions from scylla-dtest,
remove unused imports and markers, and add single_node marker description to pytest.ini
Enable the test in suite.yaml (run in dev mode only)
2025-05-27 05:48:26 +00:00