]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test/librados/cmd.cc: tolerate thrashing on pg_command tests 542/head
authorSage Weil <sage@inktank.com>
Mon, 26 Aug 2013 19:52:44 +0000 (12:52 -0700)
committerSage Weil <sage@inktank.com>
Mon, 26 Aug 2013 19:52:44 +0000 (12:52 -0700)
commitf0805cb61fccf9ffaa905b8477a131b4d46379fa
tree65234d89353a7b440c836cb160a1180a7df4d929
parent51fe5da99c6dfa94788bcc2bcc109028c06cf4ed
test/librados/cmd.cc: tolerate thrashing on pg_command tests

We may get ENXIO (osd down) or ENOENT (pg dne (yet) on the target osd) if
there is thrashing going on.

Fixes: #6122
Signed-off-by: Sage Weil <sage@inktank.com>
src/test/librados/cmd.cc