Opened at 2010-07-26T07:04:00Z
Last modified at 2010-11-04T22:12:37Z
#1137 closed defect
test-from-egg and test-from-prefixdir are not testing the right code — at Version 1
Reported by: | davidsarah | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | 1.8.1 |
Component: | dev-infrastructure | Version: | 1.7.1 |
Keywords: | test setuptools buildbot | Cc: | |
Launchpad Bug: |
Description (last modified by davidsarah)
The test-from-egg and test-from-prefixdir buildbot steps are supposed to be testing the same code that was built, but they may actually test a previous version that is installed in site-packages.
For example,
- http://tahoe-lafs.org/buildbot/builders/Kyle%20OpenBSD-4.6%20amd64/builds/316/steps/test-from-egg/logs/stdio
- http://tahoe-lafs.org/buildbot/builders/Kyle%20OpenBSD-4.6%20amd64/builds/316/steps/test-from-prefixdir/logs/stdio
are supposed to be testing 1.7.1-r4600 on the ticket1074 branch, but are actually testing the 1.7.1 release.
Change History (1)
comment:1 Changed at 2010-07-26T22:43:23Z by davidsarah
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
I wrote in the original description:
Actually this wouldn't be enough. We're not just supposed to be testing the right version, we're supposed to be testing a specific egg or installation, so that we know that it is usable (not missing any needed files, for example). So we need to:
We should also consider checking constraints on the versions of our dependencies, but I think that's a separate ticket.