From: David Zafman Date: Wed, 4 Apr 2018 23:05:08 +0000 (-0700) Subject: test: Remove check that masks differences (let diff fail) X-Git-Tag: v12.2.5~11^2~16 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4be67187ed05c5cedabe67eb02fe02a3e22a0234;p=ceph.git test: Remove check that masks differences (let diff fail) Signed-off-by: David Zafman (cherry picked from commit be815f9b2b9ded0a0dad19f88488d79ce5efff07) Conflicts: qa/standalone/scrub/osd-scrub-snaps.sh (trivial) --- diff --git a/qa/standalone/scrub/osd-scrub-snaps.sh b/qa/standalone/scrub/osd-scrub-snaps.sh index 4c03bdb9efcd..9225f6ec97c7 100755 --- a/qa/standalone/scrub/osd-scrub-snaps.sh +++ b/qa/standalone/scrub/osd-scrub-snaps.sh @@ -172,7 +172,6 @@ function TEST_scrub_snaps() { test $(jq -r '.[0]' $dir/json) = $pgid || return 1 rados list-inconsistent-snapset $pgid > $dir/json || return 1 - test $(jq '.inconsistents | length' $dir/json) = "21" || return 1 local jqfilter='.inconsistents' local sortkeys='import json; import sys ; JSON=sys.stdin.read() ; ud = json.loads(JSON) ; print json.dumps(ud, sort_keys=True, indent=2)'