[ 
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)

Reply via email to