You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Nobuaki Sukegawa (JIRA)" <ji...@apache.org> on 2015/03/25 16:37:53 UTC

[jira] [Comment Edited] (THRIFT-2946) Enhance usability of cross test framework

    [ https://issues.apache.org/jira/browse/THRIFT-2946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14380054#comment-14380054 ] 

Nobuaki Sukegawa edited comment on THRIFT-2946 at 3/25/15 3:37 PM:
-------------------------------------------------------------------

Good to hear you like it !
Yes, if you find it ok, then I think it's ready.

Small note for everyone is that you can run only what you need by supplying flags like:

{code}
$ test/test.py --server cpp,java --client nodejs
$ test/test.py --server nodejs --client cpp,
{code}

(Example is for those interested in nodejs only)

Maybe I should provide README.


was (Author: nsuke):
Good to hear you like it !
Yes, if you find it ok, then I think it's ready.

Small note for everyone is that you can run only what you need by supplying flags like:
{{
$ test/test.py --server cpp,java --client nodejs
$ test/test.py --server nodejs --client cpp,java
}}
(Example is for those interested in nodejs only)

Maybe I should provide README.

> Enhance usability of cross test framework
> -----------------------------------------
>
>                 Key: THRIFT-2946
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2946
>             Project: Thrift
>          Issue Type: Sub-task
>          Components: Test Suite
>            Reporter: Nobuaki Sukegawa
>            Assignee: Nobuaki Sukegawa
>
> This patch makes cross test script more accessible with:
> * Reduced burden of preparation
> * Reduced execution time
> * Error reporting for newly introduced failrues
> Major enhancement:
> * Automake target that builds cross test dependencies, without invoking all the "make check" tests
> * Parallel execution
> * Tests known to be failing are listed in "known_failures_<platform>.json".
>    If anything not listed fails, developers/buildbots are notified with clear message/return code.
> For details and other minor changes, please refer to commit log of the pull request.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)