This short report brings to light some interesting commits to scylla-cluster-tests.git master from the last week.
Commits in the 2bfc7917…ceb441b9 range are covered.
There were 11 non-merge commits from 5 authors in that period. Some notable commits:
latency_calculator_decorator
, which measures latencies, duration, and throughput during a decorated function and automatically sends results to Argus, can now be easily used in all longevity tests. To use it, specify workload_name
(as read
, write
, or mixed
) and set use_hdr_cs_histogram: true
in test config.
The Java version on sct-runners has been updated to resolve a version mismatch issue between Jenkins master and the SCT builder.
Scylla Manager tests will now run on Scylla 2024.2 by default.
Nemesis flow is aborted when a stress command within nemesis fails, as continuing without data or in a corrupted state is pointless.
The performance regression Grow-Shrink cluster test now runs with hinted handoff enabled.
See you in the next issue of last week in scylla-cluster-tests.git master!