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
=== modified file 'lib/lp/soyuz/tests/test_buildqueue.py'
--- lib/lp/soyuz/tests/test_buildqueue.py 2010-02-24 10:18:16 +0000
+++ lib/lp/soyuz/tests/test_buildqueue.py 2010-02-25 16:36:24 +0000
@@ -961,7 +961,7 @@
961 apg_job.lastscore = 1024961 apg_job.lastscore = 1024
962 # print_build_setup(self.builds)962 # print_build_setup(self.builds)
963963
964 def test_job_delay_for_binary_builds(self):964 def disabled_test_job_delay_for_binary_builds(self):
965 # One of four builders for the 'flex' build is immediately available.965 # One of four builders for the 'flex' build is immediately available.
966 flex_build, flex_job = find_job(self, 'flex', 'hppa')966 flex_build, flex_job = find_job(self, 'flex', 'hppa')
967 check_mintime_to_builder(self, flex_job, 0)967 check_mintime_to_builder(self, flex_job, 0)
@@ -1002,7 +1002,7 @@
1002 # seconds.1002 # seconds.
1003 check_delay_for_job(self, gedit_job, 1172)1003 check_delay_for_job(self, gedit_job, 1172)
10041004
1005 def test_job_delay_for_recipe_builds(self):1005 def disabled_test_job_delay_for_recipe_builds(self):
1006 # One of the 9 builders for the 'bash' build is immediately available.1006 # One of the 9 builders for the 'bash' build is immediately available.
1007 bash_build, bash_job = find_job(self, 'xx-recipe-bash', None)1007 bash_build, bash_job = find_job(self, 'xx-recipe-bash', None)
1008 check_mintime_to_builder(self, bash_job, 0)1008 check_mintime_to_builder(self, bash_job, 0)
@@ -1243,7 +1243,7 @@
1243 vim_build, vim_job = find_job(self, 'vim', '386')1243 vim_build, vim_job = find_job(self, 'vim', '386')
1244 check_estimate(self, vim_job, None)1244 check_estimate(self, vim_job, None)
12451245
1246 def test_estimates_with_small_builder_pool(self):1246 def disabled_test_estimates_with_small_builder_pool(self):
1247 # Test that a reduced builder pool results in longer dispatch time1247 # Test that a reduced builder pool results in longer dispatch time
1248 # estimates.1248 # estimates.
1249 vim_build, vim_job = find_job(self, 'vim', '386')1249 vim_build, vim_job = find_job(self, 'vim', '386')

Subscribers

People subscribed via source and target branches

to status/vote changes: