mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 09:30:45 +00:00
`dist-check` tests the generated rpm packages by installing them in a centos 7 container. but this script is terribly outdated - centos 7 is deprecated. we should use a new distro's latest stable release. - cqlsh was added to the family of rpms a while ago. we should test it as well. - the directory hierarchy has been changed. we should read the artifacts from the new directories. - cmake uses a different directory hierarchy. we should check the directory used by cmake as well. to address these breaking changes, the scripts are updated accordingly. --- this change gives an overhaul to a test, which is not used in production. so no need to backport. Closes scylladb/scylladb#20267 * github.com:scylladb/scylladb: tools/testing: add cqlsh rpm tools/testing: adapt to cmake build directory tools/testing: test with rockylinux:9 not centos:7 tools/testing: correct the paths to rpm packages and SCYLLA-*-FILE dist-check: add :z option when mapping volume