OrderedDict should be transformed in user-friedly form in `task detailed`

Bug #1435294 reported by Andriy Kurilin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Rally
Fix Released
Medium
Kun Huang

Bug Description

Value of "args values" in `rally task detailed` looks unreadable for users. Example http://paste.openstack.org/show/195309/

One of possible fixes: use "json.dumps"

Changed in rally:
assignee: nobody → Kun Huang (academicgareth)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to rally (master)

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

Changed in rally:
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to rally (master)

Reviewed: https://review.openstack.org/167187
Committed: https://git.openstack.org/cgit/stackforge/rally/commit/?id=a7635a1a3fada2e199f4876d07e0e405dce64ffc
Submitter: Jenkins
Branch: master

commit a7635a1a3fada2e199f4876d07e0e405dce64ffc
Author: Kun Huang <email address hidden>
Date: Tue Mar 24 22:43:19 2015 +0800

    Fix rally task start output format

    The old output:
        args values:
        OrderedDict([(u'runner', OrderedDict([(u'type', u'constant')...

    This patch makes output like:
         args values:
         {
           "runner": {
             "type": "constant",
             "concurrency": 10,
             "times": 100
           },
           "args": {
             "name_length": 10
           }
         }
    Change-Id: Ifbc3c110994974321bcccd767f836aaa6d02ef07
    Closes-Bug: #1435294

Changed in rally:
status: In Progress → Fix Committed
Changed in rally:
status: Fix Committed → Fix Released
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.