-
The bug report is here: https://bugs.launchpad.net/ceilometer/+bug/1193906
-
Successfully reproduced the error in the bug report:
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ tox -e py27 | |
| GLOB sdist-make: /opt/stack/ceilometer/setup.py | |
| py27 inst-nodeps: /opt/stack/ceilometer/.tox/dist/ceilometer-2013.2.a211.gb778415.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 | |
| + bash tools/init_testr_if_needed.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ dmesg | grep -i memory | |
| [ 0.000000] initial memory mapped : 0 - 20000000 | |
| [ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480 | |
| [ 0.000000] init_memory_mapping: 0000000000000000-000000007fff0000 | |
| [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 | |
| [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 | |
| [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 | |
| [ 0.000000] Memory: 2033420k/2097088k available (6566k kernel code, 452k absent, 63216k reserved, 6637k data, 920k init) | |
| [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups | |
| [ 0.021585] Initializing cgroup subsys memory |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ df | |
| Filesystem 1K-blocks Used Available Use% Mounted on | |
| /dev/mapper/precise64-root 82711212 11900608 66668320 16% / | |
| udev 1016708 4 1016704 1% /dev | |
| tmpfs 410308 296 410012 1% /run | |
| none 5120 0 5120 0% /run/lock | |
| none 1025768 0 1025768 0% /run/shm | |
| cgroup 1025768 0 1025768 0% /sys/fs/cgroup | |
| /dev/sda1 233191 24974 195776 12% /boot | |
| /vagrant 30963708 25486872 5476836 83% /vagrant |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ tox -e py27 -- tests.storage.test_impl_mongodb.RawSampleTest.test_get_samples_in_default_order | |
| GLOB sdist-make: /opt/stack/ceilometer/setup.py | |
| py27 inst-nodeps: /opt/stack/ceilometer/.tox/dist/ceilometer-2013.2.a263.g33b691f.zip | |
| py27 runtests: commands[0] | bash -x /opt/stack/ceilometer/run-tests.sh tests.storage.test_impl_mongodb.RawSampleTest.test_get_samples_in_default_order | |
| 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 | |
| + '[' tests.storage.test_impl_mongodb.RawSampleTest.test_get_samples_in_default_order = --coverage ']' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ tox -e py27 -- tests.storage.test_impl_mongodb.RawSampleTest.test_get_samples_in_default_order | |
| GLOB sdist-make: /opt/stack/ceilometer/setup.py | |
| py27 inst-nodeps: /opt/stack/ceilometer/.tox/dist/ceilometer-2013.2.a263.g33b691f.zip | |
| py27 runtests: commands[0] | bash -x /opt/stack/ceilometer/run-tests.sh tests.storage.test_impl_mongodb.RawSampleTest.test_get_samples_in_default_order | |
| 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 | |
| + '[' tests.storage.test_impl_mongodb.RawSampleTest.test_get_samples_in_default_order = --coverage ']' |
I was in the process of reviewing the patch
https://review.openstack.org/#/c/38275/ which fixes the bug I reported
https://bugs.launchpad.net/ceilometer/+bug/1193165 about errors in the
Ceilometer documentation due to the change from nose to testr. But the patch
was merged before I could submit my code review. I verified the config_dir
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ ifconfig | |
| eth0 Link encap:Ethernet HWaddr 08:00:27:88:0c:a6 | |
| inet addr:10.0.2.15 Bcast:10.0.2.255 Mask:255.255.255.0 | |
| inet6 addr: fe80::a00:27ff:fe88:ca6/64 Scope:Link | |
| UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 | |
| RX packets:143744 errors:0 dropped:0 overruns:0 frame:0 | |
| TX packets:110109 errors:0 dropped:0 overruns:0 carrier:0 | |
| collisions:0 txqueuelen:1000 | |
| RX bytes:95178928 (95.1 MB) TX bytes:15596188 (15.5 MB) |