Problem
The ScyllaSniProxyTest tests are consistently failing on master because CCM no longer supports the --sni-proxy flag. SNI proxy functionality has been decommissioned from CCM.
Build: #1930 (2026-03-18)
Driver version: datastax v4 (upstream)
Build node: minipc3.cloudius-systems.com
Failing tests
| Test |
Error |
ScyllaSniProxyTest.test_ccm_cluster_1node |
AssertionError: The command ccm start --sni-proxy --sni-port 39943 --config-dir=/tmp/... failed to execute |
ScyllaSniProxyTest.test_ccm_cluster_3node |
AssertionError: The command ccm start --sni-proxy --sni-port 43577 --config-dir=/tmp/... failed to execute |
Both tests fail in beforeTestMethod when trying to start a CCM cluster with --sni-proxy — a flag that CCM no longer supports.
Proposed fix
Disable or skip the ScyllaSniProxyTest suite in the matrix test configuration since the underlying CCM infrastructure for SNI proxy no longer exists. These tests cannot pass until/unless SNI proxy support is re-added to CCM.
Problem
The
ScyllaSniProxyTesttests are consistently failing on master because CCM no longer supports the--sni-proxyflag. SNI proxy functionality has been decommissioned from CCM.Build: #1930 (2026-03-18)
Driver version: datastax v4 (upstream)
Build node:
minipc3.cloudius-systems.comFailing tests
ScyllaSniProxyTest.test_ccm_cluster_1nodeAssertionError: The command ccm start --sni-proxy --sni-port 39943 --config-dir=/tmp/... failed to executeScyllaSniProxyTest.test_ccm_cluster_3nodeAssertionError: The command ccm start --sni-proxy --sni-port 43577 --config-dir=/tmp/... failed to executeBoth tests fail in
beforeTestMethodwhen trying to start a CCM cluster with--sni-proxy— a flag that CCM no longer supports.Proposed fix
Disable or skip the
ScyllaSniProxyTestsuite in the matrix test configuration since the underlying CCM infrastructure for SNI proxy no longer exists. These tests cannot pass until/unless SNI proxy support is re-added to CCM.