Skip to content

Instantly share code, notes, and snippets.

View terriyu's full-sized avatar

Terri Yu terriyu

View GitHub Profile

13 Aug 2013

Stuff to learn

  • Todo: Learn more about unit testing
  • Todo: Learn more about mocking and how it works in Ceilometer
  • Todo: Learn more about coverage testing and how it works in Ceilometer

Other people patching the bugs I reported

14 Aug 2013

Ceilometer meeting

We discussed the blueprints for the upcoming Havana-3 deadline.

bash warning in Ceilometer test results

thomasm asked me about this warning when he runs the Ceilometer test suite:

15 Aug 2013

Ubuntu Code of Conduct

I noticed that in Launchpad, it said I hadn't signed the "Ubuntu Code of Conduct" and asked jpich if I need to worry about that. She said:

Nope, that's nothing to worry about, it only matters if you plan on contributing to Ubuntu itself, or participate in its community.

@terriyu
terriyu / mongodb-group-by-patch-set-3-test-results.txt
Last active December 21, 2015 12:09
Ceilometer test suite passes for Patch Set 3 of my MongoDB group by patch https://review.openstack.org/#/c/43043/3
$ cd /opt/stack/ceilometer
$ tox -e py27,pep8
GLOB sdist-make: /opt/stack/ceilometer/setup.py
py27 inst-nodeps: /opt/stack/ceilometer/.tox/dist/ceilometer-2013.2.a405.gb26cfd6.zip
py27 runtests: commands[0] | bash -x /opt/stack/ceilometer/run-tests.sh
WARNING:test command found but not installed in testenv
cmd: /bin/bash
env: /opt/stack/ceilometer/.tox/py27
Maybe forgot to specify a dependency?
+ set -e

21 Aug 2013

Gerrit automatic rebase upon commit

I see that in the man git review documentation, Gerrit runs git rebase -i by default every time I commit.

jpich says:

22 Aug 2013

Ceilometer team meeting

The team reviewed blueprints in progress for Havana-3.

What to do when dependency in patch is merged

My patch "Adds group by statistics for MongoDB driver"