Skip to content

Commit 2d30a63

Browse files
committed
xfail raft port ssl test, not working as expected
1 parent ff6463a commit 2d30a63

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

clickhouse_keeper/regression.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ def argparser(parser):
6767
"ports ssl fips/:/:/:cipher ECDHE-ECDSA-AES128-GCM-SHA256 should work": [
6868
(Fail, "not supported by SSL library")
6969
],
70+
"ports ssl fips/openssl all ports/port﹕9444": [
71+
(
72+
Fail,
73+
"Doesn't work as expected on 24.3 altinitystable and 24.9 upstream",
74+
check_clickhouse_version(">=24.3"),
75+
r".+Connection reset by peer in connection.+",
76+
)
77+
],
7078
"ports ssl fips/:/:/just disabling "
7179
+ clean("TLSv1_1 suite connection should work"): [(Fail, "needs to be reviewed")],
7280
"/clickhouse keeper/cli converter/output dir invalid": [

0 commit comments

Comments
 (0)