diff options
author | James E. King III <jking@apache.org> | 2019-07-06 06:20:32 -0400 |
---|---|---|
committer | James E. King III <jking@apache.org> | 2019-07-07 12:16:52 -0400 |
commit | 08fea1640e3585b74bbbd9ec53db798df7fe1656 (patch) | |
tree | 2f1e1ea1ad1a617908039562b409dfa43cb2395f | |
parent | 3131fe975ce2efd2887e41f86e73f7205a02a2a4 (diff) | |
download | thrift-08fea1640e3585b74bbbd9ec53db798df7fe1656.tar.gz |
Mark some csharp-erl, erl-csharp ssl tests as known issues.
The latest ssl (9.3) in erl does not support TLSv1.0 or TLSv1.1
by default and cross tests are failing. Since csharp was
deprecated in favor of netstd, ignoring it.
-rw-r--r-- | test/known_failures_Linux.json | 38 |
1 files changed, 23 insertions, 15 deletions
diff --git a/test/known_failures_Linux.json b/test/known_failures_Linux.json index 9f97754d2..dd6195a37 100644 --- a/test/known_failures_Linux.json +++ b/test/known_failures_Linux.json @@ -67,6 +67,9 @@ "cpp-nodejs_compact_http-domain", "cpp-nodejs_compact_http-ip", "cpp-nodejs_compact_http-ip-ssl", + "cpp-nodejs_header_http-domain", + "cpp-nodejs_header_http-ip", + "cpp-nodejs_header_http-ip-ssl", "cpp-nodejs_json_http-domain", "cpp-nodejs_json_http-ip", "cpp-nodejs_json_http-ip-ssl", @@ -76,15 +79,12 @@ "cpp-nodejs_multic-compact_http-domain", "cpp-nodejs_multic-compact_http-ip", "cpp-nodejs_multic-compact_http-ip-ssl", + "cpp-nodejs_multih-header_http-domain", + "cpp-nodejs_multih-header_http-ip", + "cpp-nodejs_multih-header_http-ip-ssl", "cpp-nodejs_multij-json_http-domain", "cpp-nodejs_multij-json_http-ip", "cpp-nodejs_multij-json_http-ip-ssl", - "cpp-nodejs_multih-header_http-ip", - "cpp-nodejs_multih-header_http-ip-ssl", - "cpp-nodejs_multih-header_http-domain", - "cpp-nodejs_header_http-ip", - "cpp-nodejs_header_http-ip-ssl", - "cpp-nodejs_header_http-domain", "cpp-py3_binary-accel_http-ip", "cpp-py3_binary-accel_http-ip-ssl", "cpp-py3_binary_http-ip", @@ -159,6 +159,10 @@ "cpp-rs_multi_framed-ip", "cpp-rs_multic_buffered-ip", "cpp-rs_multic_framed-ip", + "csharp-erl_binary_buffered-ip-ssl", + "csharp-erl_binary_framed-ip-ssl", + "csharp-erl_compact_buffered-ip-ssl", + "csharp-erl_compact_framed-ip-ssl", "csharp-rb_binary-accel_buffered-ip-ssl", "csharp-rb_binary-accel_framed-ip-ssl", "csharp-rb_binary_buffered-ip-ssl", @@ -288,7 +292,11 @@ "erl-cpp_binary_buffered-ip", "erl-cpp_compact_buffered-ip", "erl-csharp_binary_buffered-ip", + "erl-csharp_binary_buffered-ip-ssl", + "erl-csharp_binary_framed-ip-ssl", "erl-csharp_compact_buffered-ip", + "erl-csharp_compact_buffered-ip-ssl", + "erl-csharp_compact_framed-ip-ssl", "erl-nodejs_binary_buffered-ip", "erl-nodejs_compact_buffered-ip", "erl-nodets_binary_buffered-ip", @@ -343,13 +351,13 @@ "nodejs-cpp_compact_http-domain", "nodejs-cpp_compact_http-ip", "nodejs-cpp_compact_http-ip-ssl", + "nodejs-cpp_header_http-domain", + "nodejs-cpp_header_http-ip", + "nodejs-cpp_header_http-ip-ssl", "nodejs-cpp_json_buffered-ip-ssl", "nodejs-cpp_json_http-domain", "nodejs-cpp_json_http-ip", "nodejs-cpp_json_http-ip-ssl", - "nodejs-cpp_header_http-ip", - "nodejs-cpp_header_http-ip-ssl", - "nodejs-cpp_header_http-domain", "nodejs-d_binary_http-ip", "nodejs-d_binary_http-ip-ssl", "nodejs-d_compact_http-ip", @@ -369,8 +377,8 @@ "nodejs-go_json_http-ip-ssl", "nodejs-hs_binary_http-ip", "nodejs-hs_compact_http-ip", - "nodejs-hs_json_http-ip", "nodejs-hs_header_http-ip", + "nodejs-hs_json_http-ip", "nodejs-java_binary_http-ip", "nodejs-java_binary_http-ip-ssl", "nodejs-java_compact_http-ip", @@ -389,12 +397,10 @@ "nodejs-py3_compact-accelc_http-ip-ssl", "nodejs-py3_compact_http-ip", "nodejs-py3_compact_http-ip-ssl", - "nodejs-py3_json_http-ip", - "nodejs-py3_json_http-ip-ssl", "nodejs-py3_header_http-ip", "nodejs-py3_header_http-ip-ssl", - "nodejs-py_header_http-ip", - "nodejs-py_header_http-ip-ssl", + "nodejs-py3_json_http-ip", + "nodejs-py3_json_http-ip-ssl", "nodejs-py_binary-accel_http-ip", "nodejs-py_binary-accel_http-ip-ssl", "nodejs-py_binary_http-ip", @@ -403,6 +409,8 @@ "nodejs-py_compact-accelc_http-ip-ssl", "nodejs-py_compact_http-ip", "nodejs-py_compact_http-ip-ssl", + "nodejs-py_header_http-ip", + "nodejs-py_header_http-ip-ssl", "nodejs-py_json_http-ip", "nodejs-py_json_http-ip-ssl", "perl-rs_multi_buffered-ip", @@ -607,4 +615,4 @@ "rb-cpp_json_framed-domain", "rb-cpp_json_framed-ip", "rb-cpp_json_framed-ip-ssl" -] +]
\ No newline at end of file |