-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/24894/
-----------------------------------------------------------
Review request for Ambari and Vitalyi Brodetskyi.
Bugs: AMBARI-6945
https://issues.apache.org/jira/browse/AMBARI-6945
Repository: ambari
Description
-------
Our "mvn clean" goal does not remove compiled python files that are produced
when running python tests. If source files are moved/removed in some commits,
old *.pyc files are still executed when running tests. As a result, sometimes
developers face phantom unittest failures/successes.
Diffs
-----
pom.xml 356090e
Diff: https://reviews.apache.org/r/24894/diff/
Testing
-------
Manual test
Thanks,
Dmitro Lisnichenko