scylladb / scylla-cluster-tests

Tests for Scylla Clusters
GNU Affero General Public License v3.0
57 stars 94 forks source link

Enterprise KMIP tests are not working #8806

Open pehala opened 1 month ago

pehala commented 1 month ago

Issue description

Configuration file hytrust-kmip-ear.yaml, points to a server that no longer works, so tests SCT_Enterprise_Features/EncryptionAtRest/EaR-longevity-kmip-200gb-6h-test and SCT_Enterprise_Features/EncryptionAtRest/EaR-longevity-kmip-200gb-6h are currently broken. They fail with with [shard 0:main] init - Startup failed: std::system_error (error system:111, Connection refused)

Logs

pehala commented 1 month ago

This test is broken, i.e. it assume there a KMIP server, that server is down and broken.

someone should do some work:

to spin up a server in a way it can be recreated. or spin up a pykmip server, as done in dtest and core testing

until one of those things happens, kmip can be test in SCT.

From @fruch in the Argus

mykaul commented 1 week ago

@pehala - what's the latest status?

pehala commented 1 week ago

No progress, this basically requires to rethink how we deal with KMIP in SCT in general.