[Buildbot-commits] [Buildbot] #2261: Nightly tests fail in timezones which differ by odd multiples of 30 minutes from UTC.

Buildbot nobody at buildbot.net
Sun Apr 22 15:38:08 UTC 2012


#2261: Nightly tests fail in timezones which differ by odd multiples of 30 minutes
from UTC.
--------------------------+--------------------
Reporter:  sa1            |       Owner:
    Type:  defect         |      Status:  new
Priority:  major          |   Milestone:  0.8.7
 Version:  0.8.6p1        |  Resolution:
Keywords:  tests, simple  |
--------------------------+--------------------

Comment (by sa1):

 I don't understand the code here but after applying the patch this still
 fails three tests.
 {{{
 ===============================================================================
 [FAIL]
 Traceback (most recent call last):
   File
 "/home/sa1/src/buildbot/master/buildbot/test/unit/test_schedulers_timed_Nightly.py",
 line 354, in test_iterations_onlyIfChanged_mixed_changes
     self.assertEqual(self.events, [ 'B[3,5,6]@1500' ])
   File "/usr/lib/python2.7/site-packages/twisted/trial/unittest.py", line
 270, in assertEqual
     % (msg, pformat(first), pformat(second)))
 twisted.trial.unittest.FailTest: not equal:
 a = ['B[3,5,6]@2100']
 b = ['B[3,5,6]@1500']


 buildbot.test.unit.test_schedulers_timed_Nightly.Nightly.test_iterations_onlyIfChanged_mixed_changes
 ===============================================================================
 [FAIL]
 Traceback (most recent call last):
   File
 "/home/sa1/src/buildbot/master/buildbot/test/unit/test_schedulers_timed_Nightly.py",
 line 273, in test_iterations_simple
     self.assertEqual(self.events, [ 'B(None)@600', 'B(None)@1200',
 'B(None)@1260' ])
   File "/usr/lib/python2.7/site-packages/twisted/trial/unittest.py", line
 270, in assertEqual
     % (msg, pformat(first), pformat(second)))
 twisted.trial.unittest.FailTest: not equal:
 a = []
 b = ['B(None)@600', 'B(None)@1200', 'B(None)@1260']


 buildbot.test.unit.test_schedulers_timed_Nightly.Nightly.test_iterations_simple
 ===============================================================================
 [FAIL]
 Traceback (most recent call last):
   File
 "/home/sa1/src/buildbot/master/buildbot/test/unit/test_schedulers_timed_Nightly.py",
 line 289, in test_iterations_simple_with_branch
     self.assertEqual(self.events, [ 'B(master)@300' ])
   File "/usr/lib/python2.7/site-packages/twisted/trial/unittest.py", line
 270, in assertEqual
     % (msg, pformat(first), pformat(second)))
 twisted.trial.unittest.FailTest: not equal:
 a = []
 b = ['B(master)@300']


 buildbot.test.unit.test_schedulers_timed_Nightly.Nightly.test_iterations_simple_with_branch
 -------------------------------------------------------------------------------
 Ran 24 tests in 0.097s

 }}}

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2261#comment:7>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list