]> git.apps.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>
Tue, 10 Apr 2018 20:26:08 +0000 (13:26 -0700)
Signed-off-by: David Zafman <dzafman@redhat.com>
qa/standalone/scrub/osd-scrub-snaps.sh

index 63c37ef175130073726bf26e8061d5782b017da3..13bdb05e07838bc3fd3b025ba9a846a12a2adb72 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) = "20" || 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)'