summaryrefslogtreecommitdiff
path: root/lib/d
diff options
context:
space:
mode:
authorTdxdxoz <tdxdxoz@gmail.com>2022-07-18 21:52:02 +0800
committerJens Geyer <jensg@apache.org>2022-09-01 22:06:26 +0200
commitec5e17714a1f9da34173749fc01eea33c7f6af62 (patch)
tree600b7e15ac9d8a45df3f60c27cc27e78513fa986 /lib/d
parent85d82bfd0c244d88fb01a1e761606d78868dc49c (diff)
downloadthrift-ec5e17714a1f9da34173749fc01eea33c7f6af62.tar.gz
disable ssl test of D
Client: D language Patch: Ommy Zhang <tdxdxoz@gmail.com>
Diffstat (limited to 'lib/d')
-rwxr-xr-xlib/d/test/thrift_test_runner.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/d/test/thrift_test_runner.sh b/lib/d/test/thrift_test_runner.sh
index 51bfe9999..6bec30d5e 100755
--- a/lib/d/test/thrift_test_runner.sh
+++ b/lib/d/test/thrift_test_runner.sh
@@ -36,8 +36,11 @@ framed_only_servers="nonblocking pooledNonblocking"
# or terminated.
trap "kill $(jobs -p) 2>/dev/null" INT TERM
+echo "THRIFT-4905 & THRIFT-5608: SSL tests are disabled. Fix them."
for protocol in $protocols; do
- for ssl in "" " --ssl"; do
+ # TODO: fix and enable ssl
+ # for ssl in "" " --ssl"; do
+ for ssl in ""; do
for transport in $transports; do
for server in $servers $framed_only_servers; do
case $framed_only_servers in