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)

Reply via email to