Convenient way of comparing test run times
Bug #422405 reported by
Jonathan Lange
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Low
|
Jonathan Lange |
Bug Description
I'm making an experimental change to a part of the test suite. I want to know if it actually makes the test suite faster.
I'm going to test it by firing off two ec2test runs at about the same time and then see which email comes back first. I'd like to have a more efficacious way of running the suite. Something like:
./utilities/
Related branches
lp://staging/~jml/launchpad/split-mail-and-summary
- Robert Collins (community): Approve
-
Diff: 551 lines (+259/-46)3 files modifiedlib/devscripts/ec2test/remote.py (+87/-15)
lib/devscripts/ec2test/tests/test_remote.py (+168/-30)
lib/lp/services/job/tests/test_runner.py (+4/-1)
Changed in launchpad-foundations: | |
importance: | Undecided → Low |
status: | New → Triaged |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad-foundations: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
EC2 being, well, EC2, I don't know how valuable running the tests in two instances at the same time is :/