untranslated message

Bug #1608312 reported by YAMAMOTO Takashi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
networking-midonet
Fix Released
Critical
YAMAMOTO Takashi

Bug Description

2016-07-31 23:52:16.125386 | pep8 runtests: PYTHONHASHSEED='1854897460'
2016-07-31 23:52:16.125420 | pep8 runtests: commands[0] | flake8
2016-07-31 23:52:16.127060 | /home/jenkins/workspace/gate-networking-midonet-pep8-ubuntu-xenial$ /home/jenkins/workspace/gate-networking-midonet-pep8-ubuntu-xenial/.tox/pep8/bin/flake8
2016-07-31 23:52:17.416931 | ./midonet/neutron/ml2/util.py:33:26: N534 Untranslated exception message.
2016-07-31 23:52:17.417023 | raise ValueError("Invalid Mechanism driver context passed in.")
2016-07-31 23:52:17.417043 | ^
2016-07-31 23:52:17.475556 | ./rally-jobs/plugins/midonet_rally_plugin/utils.py:70:13: N531 Log messages require translation hints!
2016-07-31 23:52:17.475639 | LOG.error("Error for the operation is: %s" % response.text)
2016-07-31 23:52:17.475657 | ^
2016-07-31 23:52:17.475689 | ./rally-jobs/plugins/midonet_rally_plugin/utils.py:71:30: N534 Untranslated exception message.
2016-07-31 23:52:17.475730 | raise ValueError("Expected HTTP request code is 200 actual %s"
2016-07-31 23:52:17.475751 | ^
2016-07-31 23:52:17.475798 | ./rally-jobs/plugins/midonet_rally_plugin/utils.py:87:13: N531 Log messages require translation hints!
2016-07-31 23:52:17.475825 | LOG.error("Error for the operation is: %s" % response.text)
2016-07-31 23:52:17.475838 | ^
2016-07-31 23:52:17.475868 | ./rally-jobs/plugins/midonet_rally_plugin/utils.py:88:30: N534 Untranslated exception message.
2016-07-31 23:52:17.475893 | raise ValueError("Expected HTTP request code is 200 actual %s"
2016-07-31 23:52:17.475910 | ^
2016-07-31 23:52:17.475942 | ./rally-jobs/plugins/midonet_rally_plugin/utils.py:103:13: N531 Log messages require translation hints!
2016-07-31 23:52:17.475980 | LOG.error("Error for the operation is: %s" % response.text)
2016-07-31 23:52:17.475993 | ^
2016-07-31 23:52:17.476036 | ./rally-jobs/plugins/midonet_rally_plugin/utils.py:104:30: N534 Untranslated exception message.
2016-07-31 23:52:17.476062 | raise ValueError("Expected HTTP request code is 200 actual %s"
2016-07-31 23:52:17.476079 | ^
2016-07-31 23:52:17.476111 | ./rally-jobs/plugins/midonet_rally_plugin/utils.py:122:13: N531 Log messages require translation hints!
2016-07-31 23:52:17.476136 | LOG.error("Error for the operation is: %s" % response.text)
2016-07-31 23:52:17.476149 | ^
2016-07-31 23:52:17.476179 | ./rally-jobs/plugins/midonet_rally_plugin/utils.py:123:30: N534 Untranslated exception message.
2016-07-31 23:52:17.476215 | raise ValueError("Expected HTTP request code is 201 actual %s"
2016-07-31 23:52:17.476234 | ^
2016-07-31 23:52:17.476265 | ./rally-jobs/plugins/midonet_rally_plugin/utils.py:140:13: N531 Log messages require translation hints!
2016-07-31 23:52:17.476290 | LOG.error("Error for the operation is: %s" % response.text)
2016-07-31 23:52:17.476303 | ^
2016-07-31 23:52:17.476345 | ./rally-jobs/plugins/midonet_rally_plugin/utils.py:141:30: N534 Untranslated exception message.
2016-07-31 23:52:17.476371 | raise ValueError("Expected HTTP request code is 204 actual %s"
2016-07-31 23:52:17.476386 | ^
2016-07-31 23:52:17.476417 | ./rally-jobs/plugins/midonet_rally_plugin/utils.py:155:13: N531 Log messages require translation hints!
2016-07-31 23:52:17.476441 | LOG.error("Error for the operation is: %s" % response.text)
2016-07-31 23:52:17.476453 | ^
2016-07-31 23:52:17.476482 | ./rally-jobs/plugins/midonet_rally_plugin/utils.py:156:30: N534 Untranslated exception message.
2016-07-31 23:52:17.476520 | raise ValueError("Expected HTTP request code is 204 actual %s"
2016-07-31 23:52:17.476537 | ^
2016-07-31 23:52:17.505362 | ERROR: InvocationError: '/home/jenkins/workspace/gate-networking-midonet-pep8-ubuntu-xenial/.tox/pep8/bin/flake8'
2016-07-31 23:52:17.505427 | ___________________________________ summary ____________________________________
2016-07-31 23:52:17.505447 | ERROR: pep8: commands failed

Tags: gate-failure
Revision history for this message
YAMAMOTO Takashi (yamamoto) wrote :

blocking gate

Changed in networking-midonet:
assignee: nobody → YAMAMOTO Takashi (yamamoto)
importance: Undecided → Critical
milestone: none → 3.0.0
status: New → In Progress
tags: added: gate-failure
description: updated
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to networking-midonet (master)

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to networking-midonet (master)

Reviewed: https://review.openstack.org/349773
Committed: https://git.openstack.org/cgit/openstack/networking-midonet/commit/?id=dce2198013efb4343306a1b903e5828f1eab26af
Submitter: Jenkins
Branch: master

commit dce2198013efb4343306a1b903e5828f1eab26af
Author: YAMAMOTO Takashi <email address hidden>
Date: Tue Aug 2 12:40:51 2016 +0900

    devstackgaterc: Exclude test_dhcp_port_status_active

    This test is not appropriate for midonet deployment without dhcp agent.

    Note: The full path of the test in question is:
    neutron.tests.tempest.api.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_dhcp_port_status_active

    Also, disable a few unrelated failing tests for now, so that this commit
    can pass the gate. I'll fix them one by one later. (See Related-Bug)

    Closes-Bug: #1608763
    Related-Bug: #1608312
    Related-Bug: #1608314
    Change-Id: Iff2765508ab3472e6fade8a7c12562bb0cf4b6f2

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-midonet (master)

Reviewed: https://review.openstack.org/349308
Committed: https://git.openstack.org/cgit/openstack/networking-midonet/commit/?id=3de80e3511d6d41d679b5e649f6c161a24f40145
Submitter: Jenkins
Branch: master

commit 3de80e3511d6d41d679b5e649f6c161a24f40145
Author: YAMAMOTO Takashi <email address hidden>
Date: Mon Aug 1 10:04:13 2016 +0900

    Add a missing translation marker

    Found by N534 hacking check.

    Also, exclude rally plugin as it isn't expected to follow
    Neutron coding style.

    Closes-Bug: #1608312
    Change-Id: I330ed8eff496bf3ef4f9494b280cc3e582b20156

Changed in networking-midonet:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/networking-midonet 3.0.0

This issue was fixed in the openstack/networking-midonet 3.0.0 release.

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.