Tests should pass using installer bzr versions and be run as part of the release process
Bug #631785 reported by
Martin Packman
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned |
Bug Description
As demonstrated by bug 631350 it's possible to introduce pretty major breakage in the installer build process. We started discussing how the regression wasn't picked up by the test suite, in these cases the answer is "no one runs selftest with bzr.exe".
As the tests *mostly* work and it's not hard to add a skip to those that, for instance, rely on sys.executable pointing to a Python interpreter, doing that and then making sure `bzr.exe selftest` passes before releasing would catch a number problems.
tags: | added: check-for-breezy |
To post a comment you must log in.
I guess you're asking here both that we should fix them so they do pass, and also we should then add this to the release checklist. Perhaps Babune could automatically package and then run the tests.