You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jk...@apache.org on 2018/03/02 21:15:39 UTC

thrift git commit: THRIFT-82: fix cl test server to return the correct SecondService string and enable multi tests

Repository: thrift
Updated Branches:
  refs/heads/master bf7f76bb1 -> 6aa4c0f44


THRIFT-82: fix cl test server to return the correct SecondService string and enable multi tests


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/6aa4c0f4
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/6aa4c0f4
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/6aa4c0f4

Branch: refs/heads/master
Commit: 6aa4c0f448d8f2573d2abcc8c3724bd18b3f8d1d
Parents: bf7f76b
Author: James E. King III <jk...@apache.org>
Authored: Fri Mar 2 16:14:54 2018 -0500
Committer: James E. King III <jk...@apache.org>
Committed: Fri Mar 2 16:15:18 2018 -0500

----------------------------------------------------------------------
 test/cl/implementation.lisp    | 3 ++-
 test/known_failures_Linux.json | 7 -------
 2 files changed, 2 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/6aa4c0f4/test/cl/implementation.lisp
----------------------------------------------------------------------
diff --git a/test/cl/implementation.lisp b/test/cl/implementation.lisp
index 65a79b5..0caf7be 100644
--- a/test/cl/implementation.lisp
+++ b/test/cl/implementation.lisp
@@ -132,4 +132,5 @@
 
 (defun thrift.test.second-service-implementation:secondtest-string (thing)
   (format t "secondtestString(~a)~%" thing)
-  thing)
+  (concatenate 'string "testString(\"" thing "\")"))
+

http://git-wip-us.apache.org/repos/asf/thrift/blob/6aa4c0f4/test/known_failures_Linux.json
----------------------------------------------------------------------
diff --git a/test/known_failures_Linux.json b/test/known_failures_Linux.json
index a0bd542..6958ff5 100644
--- a/test/known_failures_Linux.json
+++ b/test/known_failures_Linux.json
@@ -17,15 +17,8 @@
   "cl-c_glib_multi_framed-ip",
   "cl-c_glib_multi-binary_buffered-ip",
   "cl-c_glib_multi-binary_framed-ip",
-  "cl-csharp_multi_buffered-ip",
-  "cl-csharp_multi_framed-ip",
   "cl-go_binary_buffered-ip",
   "cl-go_binary_framed-ip",
-  "cl-java_multi_buffered-ip",
-  "cl-java_multi_framed-ip",
-  "cl-java_multi_framed-fastframed-ip",
-  "cl-perl_multi_buffered-ip",
-  "cl-perl_multi_framed-ip",
   "cl-rb_binary_buffered-ip",
   "cl-rb_binary_framed-ip",
   "cl-rb_binary-accel_buffered-ip",