[Buildbot] #3191: TestRealDB.test_getChangesForBuild failing for postgres

Buildbot trac trac at buildbot.net
Sun Feb 8 17:41:24 UTC 2015


#3191: TestRealDB.test_getChangesForBuild failing for postgres
--------------------+---------------------
Reporter:  dustin   |      Owner:  dustin
    Type:  defect   |     Status:  new
Priority:  blocker  |  Milestone:  0.9.0b1
 Version:  master   |   Keywords:
--------------------+---------------------
 {{{
 Traceback (most recent call last):
   File "/var/lib/buildslave/bbot/db-postgres/sandbox-python-
 twistedsamigr-0.7.1/lib/python2.7/site-
 packages/twisted/internet/defer.py", line 1020, in _inlineCallbacks
     result = g.send(result)
   File "/var/lib/buildslave/bbot/db-
 postgres/build/master/buildbot/test/unit/test_db_changes.py", line 981, in
 test_getChangesForBuild
     sorted(expected_2ndBuild))
 twisted.trial.unittest.FailTest: not equal:
 a = []
 b = [{'author': u'delanne',
   'branch': u'master',
   'category': u'cat',
   'changeid': 4,
   'codebase': u'',
   'comments': u'4th commit',
   'files': [],
   'parent_changeids': [1],
   'project': u'proj',
   'properties': {},
   'repository': u'repo',
   'revision': u'2',
   'revlink': u'http://vc/abcd',
   'sourcestampid': 4,
   'when_timestamp': datetime.datetime(1970, 8, 25, 2, 16, 17,
 tzinfo=tzutc())}]


 buildbot.test.unit.test_db_changes.TestRealDB.test_getChangesForBuild
 }}}

 Bisect shows this failing frequently quite a ways back - back to December
 2014.

--
Ticket URL: <http://trac.buildbot.net/ticket/3191>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list