Last week in scylla-cluster-tests.git master (issue #3; 2023-03-10)

This short report brings to light some interesting commits to scylla-cluster-tests.git master from the last week. Commits in the 7d691c9d…3866b20d range are covered.

There were 25 non-merge commits from 12 authors in that period. Some notable commits:

Performance tests could not be run on specific ScyllaDB packages (e.g. dev builds). Now we can specify it in pipeline.

We use Centos OS for Monitor in all manager jobs

New tests related to a backup restore were added, e.g. one that restores during enospc where we run a backup task when node fills out whole disk space and verify restore task failed.

scylla-bench ‘v0.1.16’ is used by default now containing improvements in retries mechanism.

Fixed severe bug in the way we handle scylla_yaml where before the fix we dropped a key specified in AMI’s predefined scylla.yaml if it was not listed in ScyllaYaml class. Now, key is never dropped and we get warning message about missing it in ScyllaYaml class.

Migrated Argus client to the REST Client which is stateless, sends only the necessary data, simplify the use of the API and is less sensitive to Argus schema changes.

Switched default monitoring to branch 4.3

See you in the next issue of last week in scylla-cluster-tests.git master!