Skip to content

4.x: Fix CcmBridge reporting wrong database and version #800

@nikagra

Description

@nikagra

Problem

CcmBridge reports usage of Apache Cassandra version 4.0.0 instead of expected distribution and version. Example (expected distribution is Scylla, version 2026.2.0~dev):

06:04:44  [INFO] 05:04:44.332 [main] INFO  c.d.o.d.api.testinfra.ccm.CcmBridge - CCM Bridge configured with Apache Cassandra version 4.0.0
06:04:44  [INFO] 05:04:44.641 [pool-3-thread-1] WARN  c.d.o.d.api.testinfra.ccm.CcmBridge - Executing: ccm create ccm_1 --scylla --id 0 -n 1:0 -v 2026.2.0~dev --config-dir=/tmp/ccm6319984212981650354

-- (source)

Task

Ensure Java driver matrix test runs correct distribution. If it is ensure CcmBridge reports the actual distribution and version (values should match the ones from the ccm create args like --scylla and -v).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions