Merge lp:~al-maisan/launchpad/disable-mintime-tests into lp:launchpad/db-devel

Proposed by Muharem Hrnjadovic
Status: Merged
Merged at revision: not available
Proposed branch: lp:~al-maisan/launchpad/disable-mintime-tests
Merge into: lp:launchpad/db-devel
Diff against target: 30 lines (+3/-3)
1 file modified
lib/lp/soyuz/tests/test_buildqueue.py (+3/-3)
To merge this branch: bzr merge lp:~al-maisan/launchpad/disable-mintime-tests
Reviewer Review Type Date Requested Status
Paul Hummer (community) code Approve
Review via email: mp+20143@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Muharem Hrnjadovic (al-maisan) wrote :

This branch disables the remaining (spuriously failing) tests that use check_mintime_to_builder() until the latter has been fixed.

Revision history for this message
Paul Hummer (rockstar) :
review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/lp/soyuz/tests/test_buildqueue.py'
2--- lib/lp/soyuz/tests/test_buildqueue.py 2010-02-24 10:18:16 +0000
3+++ lib/lp/soyuz/tests/test_buildqueue.py 2010-02-25 16:36:24 +0000
4@@ -961,7 +961,7 @@
5 apg_job.lastscore = 1024
6 # print_build_setup(self.builds)
7
8- def test_job_delay_for_binary_builds(self):
9+ def disabled_test_job_delay_for_binary_builds(self):
10 # One of four builders for the 'flex' build is immediately available.
11 flex_build, flex_job = find_job(self, 'flex', 'hppa')
12 check_mintime_to_builder(self, flex_job, 0)
13@@ -1002,7 +1002,7 @@
14 # seconds.
15 check_delay_for_job(self, gedit_job, 1172)
16
17- def test_job_delay_for_recipe_builds(self):
18+ def disabled_test_job_delay_for_recipe_builds(self):
19 # One of the 9 builders for the 'bash' build is immediately available.
20 bash_build, bash_job = find_job(self, 'xx-recipe-bash', None)
21 check_mintime_to_builder(self, bash_job, 0)
22@@ -1243,7 +1243,7 @@
23 vim_build, vim_job = find_job(self, 'vim', '386')
24 check_estimate(self, vim_job, None)
25
26- def test_estimates_with_small_builder_pool(self):
27+ def disabled_test_estimates_with_small_builder_pool(self):
28 # Test that a reduced builder pool results in longer dispatch time
29 # estimates.
30 vim_build, vim_job = find_job(self, 'vim', '386')

Subscribers

People subscribed via source and target branches

to status/vote changes: