Activity log for bug #489068

Date Who What changed Old value New value Message
2009-11-27 06:39:27 Jeroen T. Vermeulen bug added bug
2009-11-27 06:46:56 Jeroen T. Vermeulen description The test I added for bug 488695 is having some import problems: * After the merge with mwhudson's fix, which overtook mine while I was waiting for my reviewer, instance.py imported EC2SessionName again at the top of the file. I'd moved that into the EC2Instance factory so that the test could skip the import. * In credentials.py there's an import of boto, which apparently isn't in the launchpad dependencies. Luckily credentials.py isn't used except in that same factory, so I can apply the same trick. The test I added for bug 488695 is breaking: in credentials.py there's an import of boto, which apparently isn't in the launchpad dependencies. Luckily credentials.py isn't used except in the EC2Instance factory, which the test doesn't use, so I can move the import of EC2Credentials in there to avoid the whole issue.
2009-11-27 06:48:11 Launchpad Janitor branch linked lp:~jtv/launchpad/bug-489068
2009-11-27 07:50:09 Diogo Matsubara launchpad-foundations: status In Progress Fix Committed
2009-11-27 20:25:13 Ursula Junque tags qa-needstesting
2009-12-08 14:10:45 Diogo Matsubara launchpad-foundations: status Fix Committed Fix Released
2010-03-29 21:44:29 Gary Poster tags qa-needstesting qa-ok