]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test: Remove check that masks differences (let diff fail)
authorDavid Zafman <dzafman@redhat.com>
Wed, 4 Apr 2018 23:05:08 +0000 (16:05 -0700)
committerDavid Zafman <dzafman@redhat.com>
Wed, 11 Apr 2018 15:13:19 +0000 (08:13 -0700)
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit be815f9b2b9ded0a0dad19f88488d79ce5efff07)

Conflicts:
qa/standalone/scrub/osd-scrub-snaps.sh (trivial)

qa/standalone/scrub/osd-scrub-snaps.sh

index 4c03bdb9efcd1cfd737e20b2ff210f68f87cf000..9225f6ec97c743487d10150e2b50c2ef8a41c1fc 100755 (executable)
@@ -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)'