← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1538215] [NEW] cinderclient traces in tests output

 

Public bug reported:

with current master checkout:
nosetests openstack_dashboard --nocapture --nologcapture --cover-package=openstack_dashboard --cover-inclusive --all-modules --exclude-dir=openstack_dashboard/test/integration_tests --verbosity=1
Creating test database for alias 'default'...
.............................................................................................................................................................................................................................DEBUG:cinderclient.client:Connection error: HTTPConnectionPool(host='public.nova.example.com', port=8776): Max retries exceeded with url: /v2/snapshots/detail?all_tenants=True (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f33a4ab0cd0>: Failed to establish a new connection: [Errno -5] No address associated with hostname',))
DEBUG:cinderclient.client:Connection error: HTTPConnectionPool(host='public.nova.example.com', port=8776): Max retries exceeded with url: /v2/snapshots/detail?all_tenants=True (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f33a46d4e50>: Failed to establish a new connection: [Errno -5] No address associated with hostname',))
DEBUG:cinderclient.client:Connection error: HTTPConnectionPool(host='public.nova.example.com', port=8776): Max retries exceeded with url: /v2/snapshots/detail?all_tenants=True (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f33a4a3f510>: Failed to establish a new connection: [Errno -5] No address associated with hostname',))
.DEBUG:cinderclient.client:Connection error: HTTPConnectionPool(host='public.nova.example.com', port=8776): Max retries exceeded with url: /v2/snapshots/detail?all_tenants=True (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f33a4abfd50>: Failed to establish a new connection: [Errno -5] No address associated with hostname',))
DEBUG:cinderclient.client:Connection error: HTTPConnectionPool(host='public.nova.example.com', port=8776): Max retries exceeded with url: /v2/snapshots/detail?all_tenants=True (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f33a4804190>: Failed to establish a new connection: [Errno -5] No address associated with hostname',))
................................................DEBUG:oslo_policy._cache_handler:Reloading cached file /home/mrunge/work/horizon/openstack_dashboard/conf/nova_policy.json
DEBUG:oslo_policy.policy:Reloaded policy file: /home/mrunge/work/horizon/openstack_dashboard/conf/nova_policy.json
DEBUG:oslo_policy._cache_handler:Reloading cached file /home/mrunge/work/horizon/openstack_dashboard/conf/keystone_policy.json
DEBUG:oslo_policy.policy:Reloaded policy file: /home/mrunge/work/horizon/openstack_dashboard/conf/keystone_policy.json
............................................................................^C...^C
----------------------------------------------------------------------
Ran 350 tests in 42.373s

OK


This was introduced by  https://github.com/openstack/horizon/commit/8065be8975d496f9f6a175d3f9f058b38e0e504a

** Affects: horizon
     Importance: Medium
         Status: Confirmed

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1538215

Title:
  cinderclient traces in tests output

Status in OpenStack Dashboard (Horizon):
  Confirmed

Bug description:
  with current master checkout:
  nosetests openstack_dashboard --nocapture --nologcapture --cover-package=openstack_dashboard --cover-inclusive --all-modules --exclude-dir=openstack_dashboard/test/integration_tests --verbosity=1
  Creating test database for alias 'default'...
  .............................................................................................................................................................................................................................DEBUG:cinderclient.client:Connection error: HTTPConnectionPool(host='public.nova.example.com', port=8776): Max retries exceeded with url: /v2/snapshots/detail?all_tenants=True (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f33a4ab0cd0>: Failed to establish a new connection: [Errno -5] No address associated with hostname',))
  DEBUG:cinderclient.client:Connection error: HTTPConnectionPool(host='public.nova.example.com', port=8776): Max retries exceeded with url: /v2/snapshots/detail?all_tenants=True (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f33a46d4e50>: Failed to establish a new connection: [Errno -5] No address associated with hostname',))
  DEBUG:cinderclient.client:Connection error: HTTPConnectionPool(host='public.nova.example.com', port=8776): Max retries exceeded with url: /v2/snapshots/detail?all_tenants=True (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f33a4a3f510>: Failed to establish a new connection: [Errno -5] No address associated with hostname',))
  .DEBUG:cinderclient.client:Connection error: HTTPConnectionPool(host='public.nova.example.com', port=8776): Max retries exceeded with url: /v2/snapshots/detail?all_tenants=True (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f33a4abfd50>: Failed to establish a new connection: [Errno -5] No address associated with hostname',))
  DEBUG:cinderclient.client:Connection error: HTTPConnectionPool(host='public.nova.example.com', port=8776): Max retries exceeded with url: /v2/snapshots/detail?all_tenants=True (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f33a4804190>: Failed to establish a new connection: [Errno -5] No address associated with hostname',))
  ................................................DEBUG:oslo_policy._cache_handler:Reloading cached file /home/mrunge/work/horizon/openstack_dashboard/conf/nova_policy.json
  DEBUG:oslo_policy.policy:Reloaded policy file: /home/mrunge/work/horizon/openstack_dashboard/conf/nova_policy.json
  DEBUG:oslo_policy._cache_handler:Reloading cached file /home/mrunge/work/horizon/openstack_dashboard/conf/keystone_policy.json
  DEBUG:oslo_policy.policy:Reloaded policy file: /home/mrunge/work/horizon/openstack_dashboard/conf/keystone_policy.json
  ............................................................................^C...^C
  ----------------------------------------------------------------------
  Ran 350 tests in 42.373s

  OK

  
  This was introduced by  https://github.com/openstack/horizon/commit/8065be8975d496f9f6a175d3f9f058b38e0e504a

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1538215/+subscriptions


Follow ups