scylladb / scylla-ccm

Cassandra Cluster Manager, modified for Scylla
Apache License 2.0
20 stars 62 forks source link

ccmlib/scylla_node: add validate_sstable() helpers #528

Closed tchaikov closed 7 months ago

tchaikov commented 7 months ago

this series adds

helpers to ScyllaNode

tchaikov commented 7 months ago

this change depends on

tchaikov commented 7 months ago
FAILED tests/test_scylla_repository.py::TestGetManagerFunctions::test_get_manager_latest_reloc_url[x86_64] - AssertionError: assert '-dev-' in 'https://s3.amazonaws.com/downloads.scylladb.com/manager/relocatable/unstable/master/2023-11-20T21:55:21Z/scylla-manager_3.2.3-0.20231115.6f5dc312-SNAPSHOT_linux_x86_64.tar.gz'

i don't think this failure is related.

EDIT, should be fixed by #530

tchaikov commented 7 months ago

closing for now as the tests in scylladb are still using the plain text interface. for instance, test_scylla_sstable_validate_ok1.