Skip to content

Disable SNI proxy tests — SNI support removed from CCM #132

@dkropachev

Description

@dkropachev

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.

Metadata

Metadata

Assignees

No one assigned

    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