mirror of
https://github.com/ceph/ceph
synced 2025-02-19 17:08:05 +00:00
qa/workunits/rados/test_rados_tool: remove stray |, fix race
Fixes: http://tracker.ceph.com/issues/22676 Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
ea2c99ec87
commit
ff9fa835da
@ -304,7 +304,7 @@ test_omap() {
|
||||
$RADOS_TOOL -p $POOL rmomapkey $OBJ $i
|
||||
done
|
||||
$RADOS_TOOL -p $POOL listomapvals $OBJ | grep -c value | grep 5
|
||||
$RADOS_TOOL -p $POOL clearomap $OBJ |
|
||||
$RADOS_TOOL -p $POOL clearomap $OBJ
|
||||
$RADOS_TOOL -p $POOL listomapvals $OBJ | wc -l | grep 0
|
||||
cleanup
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user