]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test/cli/osdmaptool/test-map-pgs.t: remove nondetermimistic test 20872/head
authorSage Weil <sage@redhat.com>
Tue, 13 Mar 2018 14:49:47 +0000 (09:49 -0500)
committerSage Weil <sage@redhat.com>
Tue, 13 Mar 2018 14:49:47 +0000 (09:49 -0500)
This fails randomly; determinism is good!

Signed-off-by: Sage Weil <sage@redhat.com>
src/test/cli/osdmaptool/test-map-pgs.t

index d07f7a1b308a3a4e33c2139207af31e60d06ce79..f9f7897b27026b913187f91f493b96213f7b5cad 100644 (file)
@@ -37,9 +37,6 @@
   $ grep -E "size $SIZE[[:space:]]$TOTAL" $OUT || cat $OUT
   size 3\t8000 (esc)
   $ STATS_RANDOM=$(grep '^ avg ' "$OUT")
-# it is almost impossible to get the same stats with random and crush
-# if they are, it most probably means something went wrong somewhere
-  $ test "$STATS_CRUSH" != "$STATS_RANDOM"
 #
 # cleanup
 #