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:46:11 UTC

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

James Broadhead created THRIFT-2658:
---------------------------------------

             Summary: Rebuilds of the python compiler do not invalidate generated sources
                 Key: THRIFT-2658
                 URL: https://issues.apache.org/jira/browse/THRIFT-2658
             Project: Thrift
          Issue Type: Bug
            Reporter: James Broadhead


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)