- Fix variable name error: host[0] → hosts[0] on line 98 - Add missing await keywords for async operations on lines 209 and 385 - Rename class random_content_file to RandomContentFile (PascalCase) - Fix function name typo: test_autotoogle_compaction → test_autotoggle_compaction Co-authored-by: mykaul <4655593+mykaul@users.noreply.github.com>
Extension of the cluster tests, where all tests require externally mounted volumes to be used by scylla cluster nodes. The volumes are passed with --workdir.
The volumes can be of any size. A help generator space_limited_servers is provided
to easily create a cluster of any given number of nodes, where each node operates in
a separate volume.