Andrei Chekun

Results 13 issues of Andrei Chekun

Currently, CI uses several nodes to execute the different modes to reduce overall time for execution. During copying the results from nodes to the main job test reports will be...

tests/test.py
backport/none
status/ci in progress

This will move responsibility for running tests with pytest in the same manner as it was done with boost tests. From this commit, test.py is not responsible anymore for running...

tests/test.py
backport/none
status/ci_in_progress

[scylla-2025.2/driver-tests/python-driver-matrix-test#11](https://argus.scylladb.com/tests/driver-matrix-tests/8e775268-651d-4e9f-a86d-7a97e3bcb213) ``` tests/integration/standard/test_metrics.py:28: in <module> from greplin import scales E ModuleNotFoundError: No module named 'greplin' tests/integration/standard/test_use_keyspace.py:10: in <module> from mock import patch E ModuleNotFoundError: No module named 'mock' tests/integration/standard/column_encryption/test_policies.py:22: in...