View gist:c21cc148465ff3099602
This file contains 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
9. ZHU ZHU May 21, 2014 4:52 AM | |
Today I found a VM from CI node. After cherry pick the WIP db2 patch and the nic patch. And set the migration.conf with ibm_db_sa. Kick off the test. All tests passed. | |
root@ubuntu1204-final-v6:/opt/stack/nova# NOVA_LOCK_PATH=/var/lib/nova/tmp nosetests -sv nova/tests/db/test_db_api.py | |
nova.tests.db.test_db_api.AgentBuildTestCase.test_agent_build_create_and_get_all ... ok | |
nova.tests.db.test_db_api.AgentBuildTestCase.test_agent_build_destroy ... ok | |
nova.tests.db.test_db_api.AgentBuildTestCase.test_agent_build_destroy_destroyed ... ok | |
nova.tests.db.test_db_api.AgentBuildTestCase.test_agent_build_exists ... /opt/stack/nova/nova/openstack/common/db/sqlalchemy/session.py:379: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 | |
match = pattern.match(integrity_error.message) | |
ok |
View gist:ef1c204fc568b7ef8b3b
This file contains 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
2014-05-22 11:34:09.576 7853 DEBUG neutron.agent.l3_agent [req-5fdfbdca-8b9b-4afc-8bd6-cb23292f8769 None] NT-C851349 Starting _sync_routers_task - fullsync:True _sync_routers_task /usr/lib/python2.6/site-packages/neutron/agent/l3_agent.py:840 | |
2014-05-22 11:34:09.577 7853 DEBUG neutron.openstack.common.rpc.amqp [req-5fdfbdca-8b9b-4afc-8bd6-cb23292f8769 None] Making synchronous call on q-l3-plugin ... multicall /usr/lib/python2.6/site-packages/neutron/openstack/common/rpc/amqp.py:554 | |
2014-05-22 11:34:09.577 7853 DEBUG neutron.openstack.common.rpc.amqp [req-5fdfbdca-8b9b-4afc-8bd6-cb23292f8769 None] MSG_ID is 4529f486abc64e9da5af889e8c47541e multicall /usr/lib/python2.6/site-packages/neutron/openstack/common/rpc/amqp.py:557 | |
2014-05-22 11:34:09.578 7853 DEBUG neutron.openstack.common.rpc.amqp [req-5fdfbdca-8b9b-4afc-8bd6-cb23292f8769 None] UNIQUE_ID is dca4aa78b09746f08ce5687a2b6b9cb2. _add_unique_id /usr/lib/python2.6/site-packages/neutron/openstack/common/rpc/amqp.py:342 | |
2014-05-22 11:34:10.920 7853 DEBUG neutr |
View gist:1efcce4307f39253bc49
This file contains 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
AUDIT [nova.compute.manager] Rescuing | |
WARNING [nova.compute.manager] Unable to find a different image to use for rescue VM, using instance's current image | |
INFO [nova.compute.manager] Task possibly preempted: Unexpected task state: expecting ('rescuing',) but the actual state is None | |
}}} | |
Traceback (most recent call last): | |
File "nova/tests/compute/test_compute.py", line 1883, in test_rescue | |
self.compute.rescue_instance(self.context, instance, None) | |
File "nova/compute/manager.py", line 401, in decorated_function | |
return function(self, context, *args, **kwargs) |
View gist:97dd0b2c8b4f75d6af6f
This file contains 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
====================================================================== | |
FAIL: nova.tests.compute.test_compute_cells.CellsComputeAPITestCase.test_rescue_unrescue | |
tags: worker-1 | |
---------------------------------------------------------------------- | |
Empty attachments: | |
stderr | |
stdout | |
pythonlogging:'': {{{ | |
INFO [nova.virt.driver] Loading compute driver 'nova.virt.fake.FakeDriver' |
View gist:f7a5328237bc9c32ddb3
This file contains 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
2014-05-28 12:33:33.967 1076 ERROR nova.compute.manager [req-d603a10d-944c-4104-a694-3ecae91f4b55 None] [instance: 0dbb4982-75dc-402c-8152-e4f7d1bc4f98] Instance failed to spawn | |
2014-05-28 12:33:33.967 1076 TRACE nova.compute.manager [instance: 0dbb4982-75dc-402c-8152-e4f7d1bc4f98] Traceback (most recent call last): | |
2014-05-28 12:33:33.967 1076 TRACE nova.compute.manager [instance: 0dbb4982-75dc-402c-8152-e4f7d1bc4f98] File "c:\OpenStack\virtualenv\lib\site-packages\nova\compute\manager.py", line 1750, in _spawn | |
2014-05-28 12:33:33.967 1076 TRACE nova.compute.manager [instance: 0dbb4982-75dc-402c-8152-e4f7d1bc4f98] block_device_info) | |
2014-05-28 12:33:33.967 1076 TRACE nova.compute.manager [instance: 0dbb4982-75dc-402c-8152-e4f7d1bc4f98] File "c:\OpenStack\virtualenv\lib\site-packages\nova\virt\hyperv\driver.py", line 55, in spawn | |
2014-05-28 12:33:33.967 1076 TRACE nova.compute.manager [instance: 0dbb4982-75dc-402c-8152-e4f7d1bc4f98] admin_password, network_info, block_device_info) | |
2014-05-28 12:33 |
View gist:9261127a17001d97ffa8
This file contains 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
2014-05-29 07:19:15.756 63338 TRACE oslo.messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/nova/virt/libvirt/driver.py", line 5011, in finish_migration | |
2014-05-29 07:19:15.756 63338 TRACE oslo.messaging.rpc.dispatcher block_device_info, power_on) | |
2014-05-29 07:19:15.756 63338 TRACE oslo.messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/nova/virt/libvirt/driver.py", line 3619, in _create_domain_and_network | |
2014-05-29 07:19:15.756 63338 TRACE oslo.messaging.rpc.dispatcher vol.save(context) | |
2014-05-29 07:19:15.756 63338 TRACE oslo.messaging.rpc.dispatcher AttributeError: 'dict' object has no attribute 'save' |
View gist:fd47e0b521a603bf9679
This file contains 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
tags: -worker-1 | |
time: 2014-06-18 17:23:35.889218Z | |
tags: worker-1 | |
test: tempest.cli.simple_read_only.test_nova.SimpleReadOnlyNovaClientTest.test_admin_server_group_list | |
time: 2014-06-18 17:23:36.345551Z | |
skip: tempest.cli.simple_read_only.test_nova.SimpleReadOnlyNovaClientTest.test_admin_server_group_list [ multipart | |
Content-Type: text/plain;charset="utf8" | |
pythonlogging:'' | |
43 | |
2014-06-18 17:23:35,891 running: '/usr/local/bin/nova --version ' |
View gist:aead5fffa06250b04783
This file contains 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
Downloading/unpacking httpretty>=0.8.2 (from -r /opt/stack/python-novaclient/test-requirements.txt (line 6)) | |
Storing download in cache at /home/mriedem/.pip/cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fh%2Fhttpretty%2Fhttpretty-0.8.2.tar.gz | |
Running setup.py egg_info for package httpretty | |
Traceback (most recent call last): | |
File "<string>", line 16, in <module> | |
File "/opt/stack/python-novaclient/.tox/py27/build/httpretty/setup.py", line 88, in <module> | |
long_description=local_file('readme.rst'), | |
File "/opt/stack/python-novaclient/.tox/py27/build/httpretty/setup.py", line 78, in <lambda> | |
open(os.path.join(os.path.dirname(__file__), *f)).read() | |
IOError: [Errno 2] No such file or directory: '/opt/stack/python-novaclient/.tox/py27/build/httpretty/readme.rst' |
View gist:8cb0925c722fe2318615
This file contains 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
mriedem@ubuntu:/opt/stack/tempest$ ./tools/config/check_uptodate.sh | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main | |
"__main__", fname, loader, pkg_name) | |
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code | |
exec code in run_globals | |
File "/opt/stack/tempest/tempest/openstack/common/config/generator.py", line 307, in <module> | |
main() | |
File "/opt/stack/tempest/tempest/openstack/common/config/generator.py", line 304, in main | |
generate(sys.argv[1:]) |
View gist:3f8b43b15421ffb2f2fd
This file contains 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
pep8 runtests: commands[1] | /home/jenkins/workspace/osee-tempest-merge/tools/config/check_uptodate.sh | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main | |
"__main__", fname, loader, pkg_name) | |
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code | |
exec code in run_globals | |
File "/home/jenkins/workspace/osee-tempest-merge/tempest/common/generate_sample_tempest.py", line 20, in <module> | |
from tempest.openstack.common.config import generator | |
File "tempest/openstack/common/config/generator.py", line 32, in <module> | |
import stevedore.named |
OlderNewer