[Buildbot] #2984: Not all properties are displayed on the build page

Buildbot trac trac at buildbot.net
Tue Oct 28 17:56:53 UTC 2014


#2984: Not all properties are displayed on the build page
------------------------+--------------------
Reporter:  Ben          |       Owner:
    Type:  enhancement  |      Status:  new
Priority:  major        |   Milestone:  0.9.0
 Version:  master       |  Resolution:
Keywords:  web          |
------------------------+--------------------

Comment (by Ben):

 Cold well be due to

 {{{
 2014-10-28 18:54:04+0100 [HTTPChannel,30,127.0.0.1] "127.0.0.1" - -
 [28/Oct/2014:17:54:04 +0000] "GET /api/v2/builds/1/properties HTTP/1.1"
 500 105 "-" "curl/7.30.0"
 2014-10-28 18:54:09+0100 [HTTPChannel,31,127.0.0.1] while handling API
 request
         Traceback (most recent call last):
           File "/Users/benoit/Python/buildbotEnv/lib/python2.7/site-
 packages/twisted/internet/defer.py", line 1237, in unwindGenerator
             return _inlineCallbacks(None, gen, Deferred())
           File "/Users/benoit/Python/buildbotEnv/lib/python2.7/site-
 packages/twisted/internet/defer.py", line 1099, in _inlineCallbacks
             result = g.send(result)
           File
 "/Users/benoit/Python/buildbot/master/buildbot/www/rest.py", line 361, in
 renderRest
             request.write(data)
           File
 "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/contextlib.py",
 line 35, in __exit__
             self.gen.throw(type, value, traceback)
         --- <exception caught here> ---
           File
 "/Users/benoit/Python/buildbot/master/buildbot/www/rest.py", line 111, in
 handleErrors
             yield
           File
 "/Users/benoit/Python/buildbot/master/buildbot/www/rest.py", line 300, in
 renderRest
             data = yield ep.get(rspec, kwargs)
           File
 "/Users/benoit/Python/buildbot/master/buildbot/data/properties.py", line
 41, in get
             return
 self.master.db.builds.getBuildProperties(kwargs['buildid'])
         exceptions.AttributeError: 'BuildsConnectorComponent' object has
 no attribute 'getBuildProperties'

 2014-10-28 18:54:09+0100 [HTTPChannel,31,127.0.0.1] REST error:
 AttributeError("'BuildsConnectorComponent' object has no attribute
 'getBuildProperties'",)
 }}}

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


More information about the bugs mailing list