Skip to content

Instantly share code, notes, and snippets.

View terriyu's full-sized avatar

Terri Yu terriyu

View GitHub Profile
GLOB sdist-make: /opt/stack/ceilometer/setup.py
py27 inst-nodeps: /opt/stack/ceilometer/.tox/dist/ceilometer-2013.2.a508.ge9f99f6.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
+ '[' '' = --coverage ']'
+ '[' '!' '' ']'
@terriyu
terriyu / storage-tests-old-master-from-23aug2013.txt
Last active December 21, 2015 20:39
The Ceilometer master branch from 23 Aug 2013 passes 588 storage tests without skipping any.
$ cd /opt/stack/ceilometer
$ tox -e py27 -- storage
GLOB sdist-make: /opt/stack/ceilometer/setup.py
py27 inst-nodeps: /opt/stack/ceilometer/.tox/dist/ceilometer-2013.2.a475.gef548b7.zip
py27 runtests: commands[0] | bash -x /opt/stack/ceilometer/run-tests.sh storage
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
@terriyu
terriyu / storage-tests-master-26aug2013.txt
Last active December 21, 2015 20:39
The Ceilometer master branch from 26 Aug 2013 skips 96 out of 758 storage tests.
$ cd /opt/stack/ceilometer
$ tox -e py27 -- storage
GLOB sdist-make: /opt/stack/ceilometer/setup.py
py27 inst-nodeps: /opt/stack/ceilometer/.tox/dist/ceilometer-2013.2.a487.gb4c9377.zip
py27 runtests: commands[0] | bash -x /opt/stack/ceilometer/run-tests.sh storage
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

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"

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:

@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