User:Zeller: Difference between revisions

Jump to navigation Jump to search
3,105 bytes added ,  11 August 2014
Line 87: Line 87:
* Give rail the estimate for how much data will be added to the release_data table
* Give rail the estimate for how much data will be added to the release_data table
* Show sheeri the schema for help in optimizing columns, and to get other feedback once ready
* Show sheeri the schema for help in optimizing columns, and to get other feedback once ready
= Problems with Bug 1032978 =
* When running test producer and consumer, when api is called, getting the following error:
<pre>
build-tools)localhost:build-tools jzeller$ python buildfarm/release/shipit-notifier.py -c buildfarm/release/shipit-notifier.ini.example
2014-08-11 14:37:37,400 listening for pulse messages
2014-08-11 14:37:37,427 Start from server, version: 0.9, properties: {u'information': u'Licensed under the MPL.  See http://www.rabbitmq.com/', u'product': u'RabbitMQ', u'copyright': u'Copyright (C) 2007-2011 VMware, Inc.', u'capabilities': {u'exchange_exchange_bindings': True, u'consumer_cancel_notify': True, u'publisher_confirms': True, u'basic.nack': True}, u'platform': u'Erlang/OTP', u'version': u'2.6.1'}, mechanisms: [u'PLAIN', u'AMQPLAIN'], locales: [u'en_US']
2014-08-11 14:37:37,440 Open OK!
2014-08-11 14:37:37,440 using channel_id: 1
2014-08-11 14:37:37,446 Channel open
2014-08-11 14:37:39,794 msg received - release-mosilla-beta-firefox_tag
2014-08-11 14:37:39,794 adding new release event for Firefox-31.0b1-build1 with event_name release-mosilla-beta-firefox_tag
Traceback (most recent call last):
  File "buildfarm/release/shipit-notifier.py", line 115, in <module>
    main()
  File "buildfarm/release/shipit-notifier.py", line 112, in main
    pulse.listen()
  File "/Users/jzeller/Mozilla/build-tools/lib/python2.7/site-packages/mozillapulse/consumers.py", line 148, in listen
    self.connection.drain_events()
  File "/Users/jzeller/Mozilla/build-tools/lib/python2.7/site-packages/kombu/connection.py", line 275, in drain_events
    return self.transport.drain_events(self.connection, **kwargs)
  File "/Users/jzeller/Mozilla/build-tools/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 91, in drain_events
    return connection.drain_events(**kwargs)
  File "/Users/jzeller/Mozilla/build-tools/lib/python2.7/site-packages/amqp/connection.py", line 325, in drain_events
    return amqp_method(channel, args, content)
  File "/Users/jzeller/Mozilla/build-tools/lib/python2.7/site-packages/amqp/channel.py", line 1908, in _basic_deliver
    fun(msg)
  File "/Users/jzeller/Mozilla/build-tools/lib/python2.7/site-packages/kombu/messaging.py", line 592, in _receive_callback
    return on_m(message) if on_m else self.receive(decoded, message)
  File "/Users/jzeller/Mozilla/build-tools/lib/python2.7/site-packages/kombu/messaging.py", line 559, in receive
    [callback(body, message) for callback in callbacks]
  File "buildfarm/release/shipit-notifier.py", line 91, in got_message
    receive_message(config, *args, **kwargs)
  File "buildfarm/release/shipit-notifier.py", line 74, in receive_message
    status_api.update(name, data=payload)
  File "/Users/jzeller/Mozilla/build-tools/lib/python2.7/site-packages/buildtools-1.0.4-py2.7.egg/kickoff/api.py", line 117, in update
    url_template_vars={'name': name}).content
  File "/Users/jzeller/Mozilla/build-tools/lib/python2.7/site-packages/buildtools-1.0.4-py2.7.egg/kickoff/api.py", line 47, in request
    auth=self.auth)
TypeError: request() got an unexpected keyword argument 'config'
</pre>


= Questions =
= Questions =
Confirmed users
194

edits

Navigation menu