[
https://issues.apache.org/jira/browse/THRIFT-2946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14491047#comment-14491047
]
ASF GitHub Bot commented on THRIFT-2946:
----------------------------------------
GitHub user nsuke opened a pull request:
https://github.com/apache/thrift/pull/436
THRIFT-2946 Enhance usability of cross test framework
*make fail* runs test.py 4 times to detect nondeterministic failures.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nsuke/thrift THRIFT-2946-2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/436.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 #436
----
commit e14d32dc9c734a5e9d4ed01a241e64e0837b462f
Author: Nobuaki Sukegawa <[email protected]>
Date: 2015-04-11T14:01:40Z
THRIFT-2946 Enhance usability of cross test framework
*make fail* runs test.py 4 times to detect nondeterministic failures.
----
> 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
> Attachments: THRIFT-2946_add_make_fail.patch
>
>
> 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)