[
https://issues.apache.org/jira/browse/THRIFT-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14978638#comment-14978638
]
ASF GitHub Bot commented on THRIFT-3400:
----------------------------------------
GitHub user nsuke opened a pull request:
https://github.com/apache/thrift/pull/664
THRIFT-3400 Add Erlang to cross test
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nsuke/thrift THRIFT-3400
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/664.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #664
----
commit 827c52b967f7d536607da99eaac2475174e1311b
Author: Nobuaki Sukegawa <[email protected]>
Date: 2015-10-28T13:19:45Z
THRIFT-3400 Add Erlang to cross test
----
> Add Erlang to cross test
> ------------------------
>
> Key: THRIFT-3400
> URL: https://issues.apache.org/jira/browse/THRIFT-3400
> Project: Thrift
> Issue Type: Test
> Components: Erlang - Library, Test Suite
> Reporter: Aki Sukegawa
> Assignee: Aki Sukegawa
>
> Erlang library has test_client.erl and test_thrift_server but they were not
> included to tests.json.
> Because I needed an additional application directory for test apps, I reused
> *test/erl*.
> So I moved unit tests that has been wrongly residing there to *lib/erl/test*
> and accompanying *.thrift files.
> Other changes:
> * Adjust parse_args functions so that cross test apps accept standard args
> (e.g. --port=9999)
> * Fix testInsanity and testException handlers
> * Add testBool handler
> * Enable client testInsanity
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)