wrong formatting within tempest retry functionality
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Shared File Systems Service (Manila) |
Fix Released
|
High
|
Valeriy Ponomaryov |
Bug Description
When we get error with share creation and retry is enabled log message is combined. But formatting was with mistake.
It expected named/mapped formating but got positioned formatting.
Here is trace:
ft2.1: setUpClass (tempest.
File "tempest/
__, cls.share = cls.create_share()
File "tempest/
[{"args": args, "kwargs": kwargs}], with_resp=True)
File "tempest/
"Trying create another." % d["share"]["id"])
TypeError: format requires a mapping
Got from test results:
http://
tags: | added: tempest |
Changed in manila: | |
assignee: | nobody → Valeriy Ponomaryov (vponomaryov) |
importance: | Undecided → High |
status: | New → In Progress |
Changed in manila: | |
milestone: | none → kilo-2 |
Changed in manila: | |
status: | Fix Committed → Fix Released |
Changed in manila: | |
milestone: | kilo-2 → 2015.1.0 |
Fix proposed to branch: master /review. openstack. org/145309
Review: https:/