[openstack-dev] Cinder unit test failure

John Griffith john.griffith at solidfire.com
Wed Jan 22 00:23:33 UTC 2014


On Tue, Jan 21, 2014 at 4:06 PM, Jay Pipes <jaypipes at gmail.com> wrote:
> On Tue, 2014-01-21 at 08:29 +0530, iKhan wrote:
>> I am worried which one is better in terms of performance? iniparse or
>> ConfigParser?
>>
>> I am aware iniparse will do a better job of maintaining INI file's
>> structure, but I am more interested in performance.
>
> The parsing of INI files is the last thing you should be worried about
> from a performance perspective. It's not as if your project is built
> around the constant parsing and writing of INI files. It's done once on
> startup. Who cares about the performance of this?
>
> Best,
> -jay
>

Have to second Jay's comments, I haven't seen what you're doing but if
you're constantly parsing an INI file lord help us :)

I'd really focus on getting the unit tests in and verifying that the
tempest tests all work properly.
>
>
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



More information about the OpenStack-dev mailing list