Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: sconsUtils
-
Labels:None
-
Sprint:Arch 2018-10-01, Arch 2018-10-08, Arch 2018-10-15
-
Team:Architecture
Description
Following the merge of DM-11693, we are discovering that sconsUtils is no longer deleting the .xml.failed file when it is re-run. The "running tests twice as part of install" problem has been fixed but normal developer workflow of typing scons, getting a failure, fixing the failure, typing scons again, is now broken. This is because the second time you type scons the .failed file is not removed, so pytest now passes but sconsUtils sees the .failed file and stops everything and reports that there was a problem (when there wasn't). Being forced to manually remove the .failed file is annoying.
Attachments
Issue Links
- is triggered by
-
DM-11693 Rebuild runs pytest tests twice for every product
- Done
I have a fix in, this should obliterate files when you are not performing an install, and preserve the files if you are doing an install