Spdk/test/lvol
Michal Berger 0b9b70d0f1 test/lvol: [jq] replace -S with sort()
It seems like -S will sort only keys within given objects, but if
actual objects are in different order, the sorting results may still
differ.

To avoid this, replace -S with jq's sort() which takes entire array,
and all its objects, as an input to be sorted. This should result in
the same output regardless of the initial position of given objects.

Change-Id: I4eca9474f1cea73040ae4a13692a1074fa1c4fc3
Signed-off-by: Michal Berger <michalx.berger@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1973
Reviewed-by: Vitaliy Mysak <vitaliy.mysak@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
2020-04-23 07:28:37 +00:00
..
basic.sh test/lvol: Rewrite clear_method_none and clear_method_unmap to Bash 2020-04-16 09:45:30 +00:00
common.sh test/lvol: Add function for calculating ceiling integers 2020-04-16 09:45:30 +00:00
hotremove.sh test/lvol: Rewrite unregister_lvol_bdev to Bash 2020-04-16 09:45:30 +00:00
lvol2.sh test/lvol: rewrite thin_provisioning_check_space to bash 2020-03-24 07:38:59 +00:00
rename.sh test/lvol: rewrite bdev_lvol_rename_nonexistent and bdev_lvol_rename_EEXIST to bash 2020-03-24 07:38:59 +00:00
resize.sh test/lvol: Rewrite destroy_resize_logical_volume_positive to Bash 2020-04-16 09:45:30 +00:00
snapshot_clone.sh test/lvol: Rewrite delete_lvol_bdev to Bash 2020-04-16 09:45:30 +00:00
tasting.sh test/lvol: [jq] replace -S with sort() 2020-04-23 07:28:37 +00:00
thin_provisioning.sh test/lvol: rewrite thin_provisioning_filling_disks_less_than_lvs_size to bash 2020-04-10 07:56:21 +00:00