[Buildbot] #3058: PostgreSQL test fails after introducing a new re-factoring

Buildbot trac trac at buildbot.net
Fri Nov 21 08:28:15 UTC 2014


#3058: PostgreSQL test fails after introducing a new re-factoring
-------------------+------------------------
Reporter:  sa2ajj  |      Owner:
    Type:  defect  |     Status:  new
Priority:  major   |  Milestone:  0.9.0
 Version:  master  |   Keywords:  postgresql
-------------------+------------------------
 After introducing GH:1370 (fixing #2547), one of PostgresSQL test cases
 fails:

 {{{
 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_builders.py", line 80, in
 test_updateBuilderInfo
     masterids=[], description='a string which describe the builder'))
 twisted.trial.unittest.FailTest: not equal:
 a = {'description': u'a string which describe the builder',
  'id': 7,
  'masterids': [],
  'name': u'some:builder7',
  'tags': [u'cat2', u'cat1']}
 b = {'description': 'a string which describe the builder',
  'id': 7,
  'masterids': [],
  'name': 'some:builder7',
  'tags': ['cat1', 'cat2']}


 buildbot.test.unit.test_db_builders.TestRealDB.test_updateBuilderInfo
 }}}

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


More information about the bugs mailing list