We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6463a commit 2d30a63Copy full SHA for 2d30a63
clickhouse_keeper/regression.py
@@ -67,6 +67,14 @@ def argparser(parser):
67
"ports ssl fips/:/:/:cipher ECDHE-ECDSA-AES128-GCM-SHA256 should work": [
68
(Fail, "not supported by SSL library")
69
],
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
+ ],
78
"ports ssl fips/:/:/just disabling "
79
+ clean("TLSv1_1 suite connection should work"): [(Fail, "needs to be reviewed")],
80
"/clickhouse keeper/cli converter/output dir invalid": [
0 commit comments