python-driver icon indicating copy to clipboard operation
python-driver copied to clipboard

Drop SCYLLA_EXT_OPTS

Open dkropachev opened this issue 7 months ago • 0 comments

Currently if we want to pass additional arguments to scylla we use SCYLLA_EXT_OPTS environment variable like so:

    os.environ['SCYLLA_EXT_OPTS'] = "--smp 1"

Beside that it is ugly, It creates conflicts if we would want to run tests in parallel. After ccm issue: https://github.com/scylladb/scylla-ccm/issues/675 is merged, we need to replace SCYLLA_EXT_OPTS with proper parameter.

dkropachev avatar Jul 15 '25 13:07 dkropachev