]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Correct metadata ordering issue in tests
authorJuan Manuel Olle <juan.m.olle@intel.com>
Fri, 21 Mar 2014 19:46:03 +0000 (16:46 -0300)
committerJuan Manuel Olle <juan.m.olle@intel.com>
Mon, 14 Apr 2014 14:25:38 +0000 (11:25 -0300)
commit4cc2366623743393f89a198581fcb69dc04d31cd
tree7f29251dec183b0ca9652f7b7fdb0188e66b517c
parent7db16fed61f34d27b0e8f68d1abe3a79069225ed
Correct metadata ordering issue in tests

Some test including test_volume_get_all_filters
fails randomly because metadata is in a dict and
the items order is undefined.
The test comparison was changed to avoid unexpected
test results.

Change-Id: Ibb24d21cd05aa1eefb45b61c63de067b34fb1013
Closes-Bug: #1293792
cinder/tests/test_db_api.py