commit | 5fdfd0cae0abaa89a26fa0015d31b6d369b32777 | [log] [tgz] |
---|---|---|
author | Jiayu Liu <Jimexist@users.noreply.github.com> | Mon May 09 10:52:26 2022 +0800 |
committer | GitHub <noreply@github.com> | Sun May 08 22:52:26 2022 -0400 |
tree | ae1bd2b82fb2b6949c26a514eccdb00c2178b4c6 | |
parent | 891c521528beb57fef0c362f535e3e355b52cd1c [diff] [blame] |
THRIFT-5580: refactor kotlin cross tests (#2600) refactor kotlin cross test to: * use proper cli framework, * add more transport/protocol cases
diff --git a/test/tests.json b/test/tests.json index e897b39..cce774a 100644 --- a/test/tests.json +++ b/test/tests.json
@@ -201,7 +201,9 @@ "ip" ], "protocols": [ - "binary" + "binary", + "compact", + "json" ], "workdir": "../lib/kotlin" },