You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James Broadhead (JIRA)" <ji...@apache.org> on 2014/08/10 23:48:13 UTC

[jira] [Updated] (THRIFT-2658) Rebuilds of the python compiler do not invalidate generated sources for tests

     [ https://issues.apache.org/jira/browse/THRIFT-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Broadhead updated THRIFT-2658:
------------------------------------

    Attachment: patch.patch

> Rebuilds of the python compiler do not invalidate generated sources for tests
> -----------------------------------------------------------------------------
>
>                 Key: THRIFT-2658
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2658
>             Project: Thrift
>          Issue Type: Bug
>            Reporter: James Broadhead
>         Attachments: patch.patch
>
>
> Rebuilds of the python code compiler do not cause generated source in the test directories to be rebuilt. 
> This can cause false positive and negative test results while working on the compiler. 
> To reproduce:
> {code}
>   git checkout master 
>   make check  # passes
>   git apply patch.patch
>   make check # passes :( 
>   rm -rf test/py/gen-py*
>   make check # fails 
> {code}
>   
> Workaround: manually delete gen.py* before each test run.



--
This message was sent by Atlassian JIRA
(v6.2#6252)