trove-dashboard python27 gate job fails

Bug #1568876 reported by Amrith Kumar
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack DBaaS (Trove)
Fix Released
High
Duk Loi

Bug Description

Full log file at http://logs.openstack.org/50/303250/4/check/gate-trove-dashboard-python27/31f5c7e/console.html

2016-04-11 06:47:39.302 | ======================================================================
2016-04-11 06:47:39.379 | ERROR: test_resize_volume_bad_value (trove_dashboard.content.databases.tests.DatabaseTests)
2016-04-11 06:47:39.379 | ----------------------------------------------------------------------
2016-04-11 06:47:39.395 | Traceback (most recent call last):
2016-04-11 06:47:39.396 | File "/tmp/openstack/horizon/openstack_dashboard/test/helpers.py", line 113, in instance_stub_out
2016-04-11 06:47:39.396 | return fn(self, *args, **kwargs)
2016-04-11 06:47:39.396 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/trove_dashboard/content/databases/tests.py", line 890, in test_resize_volume_bad_value
2016-04-11 06:47:39.396 | res = self.client.post(url, post)
2016-04-11 06:47:39.396 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/test/client.py", line 512, in post
2016-04-11 06:47:39.396 | secure=secure, **extra)
2016-04-11 06:47:39.396 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/test/client.py", line 313, in post
2016-04-11 06:47:39.397 | secure=secure, **extra)
2016-04-11 06:47:39.397 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/test/client.py", line 379, in generic
2016-04-11 06:47:39.397 | return self.request(**r)
2016-04-11 06:47:39.397 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/test/client.py", line 466, in request
2016-04-11 06:47:39.397 | six.reraise(*exc_info)
2016-04-11 06:47:39.397 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 164, in get_response
2016-04-11 06:47:39.397 | response = response.render()
2016-04-11 06:47:39.398 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/response.py", line 158, in render
2016-04-11 06:47:39.398 | self.content = self.rendered_content
2016-04-11 06:47:39.398 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/response.py", line 135, in rendered_content
2016-04-11 06:47:39.399 | content = template.render(context, self._request)
2016-04-11 06:47:39.399 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/backends/django.py", line 74, in render
2016-04-11 06:47:39.400 | return self.template.render(context)
2016-04-11 06:47:39.400 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/base.py", line 210, in render
2016-04-11 06:47:39.400 | return self._render(context)
2016-04-11 06:47:39.400 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/test/utils.py", line 96, in instrumented_test_render
2016-04-11 06:47:39.400 | return self.nodelist.render(context)
2016-04-11 06:47:39.400 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/base.py", line 905, in render
2016-04-11 06:47:39.401 | bit = self.render_node(node, context)
2016-04-11 06:47:39.401 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/debug.py", line 79, in render_node
2016-04-11 06:47:39.401 | return node.render(context)
2016-04-11 06:47:39.401 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/loader_tags.py", line 135, in render
2016-04-11 06:47:39.401 | return compiled_parent._render(context)
2016-04-11 06:47:39.401 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/test/utils.py", line 96, in instrumented_test_render
2016-04-11 06:47:39.402 | return self.nodelist.render(context)
2016-04-11 06:47:39.402 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/base.py", line 905, in render
2016-04-11 06:47:39.402 | bit = self.render_node(node, context)
2016-04-11 06:47:39.402 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/debug.py", line 79, in render_node
2016-04-11 06:47:39.402 | return node.render(context)
2016-04-11 06:47:39.402 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/loader_tags.py", line 65, in render
2016-04-11 06:47:39.402 | result = block.nodelist.render(context)
2016-04-11 06:47:39.403 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/base.py", line 905, in render
2016-04-11 06:47:39.403 | bit = self.render_node(node, context)
2016-04-11 06:47:39.403 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/debug.py", line 79, in render_node
2016-04-11 06:47:39.403 | return node.render(context)
2016-04-11 06:47:39.403 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/loader_tags.py", line 65, in render
2016-04-11 06:47:39.403 | result = block.nodelist.render(context)
2016-04-11 06:47:39.404 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/base.py", line 905, in render
2016-04-11 06:47:39.404 | bit = self.render_node(node, context)
2016-04-11 06:47:39.404 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/debug.py", line 79, in render_node
2016-04-11 06:47:39.404 | return node.render(context)
2016-04-11 06:47:39.404 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/loader_tags.py", line 159, in render
2016-04-11 06:47:39.404 | return template.render(context)
2016-04-11 06:47:39.404 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/base.py", line 212, in render
2016-04-11 06:47:39.405 | return self._render(context)
2016-04-11 06:47:39.405 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/test/utils.py", line 96, in instrumented_test_render
2016-04-11 06:47:39.405 | return self.nodelist.render(context)
2016-04-11 06:47:39.405 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/base.py", line 905, in render
2016-04-11 06:47:39.405 | bit = self.render_node(node, context)
2016-04-11 06:47:39.405 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/debug.py", line 79, in render_node
2016-04-11 06:47:39.406 | return node.render(context)
2016-04-11 06:47:39.406 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/loader_tags.py", line 135, in render
2016-04-11 06:47:39.406 | return compiled_parent._render(context)
2016-04-11 06:47:39.406 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/test/utils.py", line 96, in instrumented_test_render
2016-04-11 06:47:39.406 | return self.nodelist.render(context)
2016-04-11 06:47:39.406 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/base.py", line 905, in render
2016-04-11 06:47:39.406 | bit = self.render_node(node, context)
2016-04-11 06:47:39.407 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/debug.py", line 79, in render_node
2016-04-11 06:47:39.407 | return node.render(context)
2016-04-11 06:47:39.407 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/loader_tags.py", line 135, in render
2016-04-11 06:47:39.407 | return compiled_parent._render(context)
2016-04-11 06:47:39.407 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/test/utils.py", line 96, in instrumented_test_render
2016-04-11 06:47:39.407 | return self.nodelist.render(context)
2016-04-11 06:47:39.407 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/base.py", line 905, in render
2016-04-11 06:47:39.408 | bit = self.render_node(node, context)
2016-04-11 06:47:39.408 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/debug.py", line 79, in render_node
2016-04-11 06:47:39.408 | return node.render(context)
2016-04-11 06:47:39.408 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/loader_tags.py", line 65, in render
2016-04-11 06:47:39.408 | result = block.nodelist.render(context)
2016-04-11 06:47:39.408 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/base.py", line 905, in render
2016-04-11 06:47:39.409 | bit = self.render_node(node, context)
2016-04-11 06:47:39.409 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/debug.py", line 79, in render_node
2016-04-11 06:47:39.409 | return node.render(context)
2016-04-11 06:47:39.409 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/loader_tags.py", line 65, in render
2016-04-11 06:47:39.409 | result = block.nodelist.render(context)
2016-04-11 06:47:39.409 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/base.py", line 905, in render
2016-04-11 06:47:39.410 | bit = self.render_node(node, context)
2016-04-11 06:47:39.410 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/debug.py", line 79, in render_node
2016-04-11 06:47:39.410 | return node.render(context)
2016-04-11 06:47:39.410 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/defaulttags.py", line 507, in render
2016-04-11 06:47:39.410 | six.reraise(*exc_info)
2016-04-11 06:47:39.411 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/template/defaulttags.py", line 493, in render
2016-04-11 06:47:39.411 | url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app)
2016-04-11 06:47:39.411 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/core/urlresolvers.py", line 578, in reverse
2016-04-11 06:47:39.411 | return force_text(iri_to_uri(resolver._reverse_with_prefix(view, prefix, *args, **kwargs)))
2016-04-11 06:47:39.411 | File "/home/jenkins/workspace/gate-trove-dashboard-python27/.tox/py27/local/lib/python2.7/site-packages/django/core/urlresolvers.py", line 495, in _reverse_with_prefix
2016-04-11 06:47:39.411 | (lookup_view_s, args, kwargs, len(patterns), patterns))
2016-04-11 06:47:39.412 | NoReverseMatch: Reverse for 'resize_volume' with arguments '('',)' and keyword arguments '{}' not found. 1 pattern(s) tried: [u'project/databases/(?P<instance_id>[^/]+)/resize_volume$']
2016-04-11 06:47:39.412 |
2016-04-11 06:47:39.414 | ----------------------------------------------------------------------
2016-04-11 06:47:39.414 | Ran 69 tests in 6.046s
2016-04-11 06:47:39.414 |

Duk Loi (duktesora)
Changed in trove:
assignee: nobody → Duk Loi (duktesora)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to trove-dashboard (master)

Fix proposed to branch: master
Review: https://review.openstack.org/306040

Changed in trove:
status: New → In Progress
Revision history for this message
Doug Hellmann (doug-hellmann) wrote : Fix included in openstack/trove-dashboard 6.0.1

This issue was fixed in the openstack/trove-dashboard 6.0.1 release.

Revision history for this message
Doug Hellmann (doug-hellmann) wrote : Fix included in openstack/trove-dashboard 7.0.0.0b2

This issue was fixed in the openstack/trove-dashboard 7.0.0.0b2 development milestone.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/trove-dashboard 6.0.1

This issue was fixed in the openstack/trove-dashboard 6.0.1 release.

Changed in trove:
status: In Progress → Fix Released
no longer affects: trove/mitaka
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.