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

Jake Farrell updated THRIFT-2658:
---------------------------------
    Component/s: Python - Compiler

> 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
>          Components: Python - Compiler
>            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.3.4#6332)

Reply via email to