]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test_stress_watch: remove bogus asserts
authorJosh Durgin <josh.durgin@inktank.com>
Wed, 10 Apr 2013 18:35:46 +0000 (11:35 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Wed, 10 Apr 2013 18:36:36 +0000 (11:36 -0700)
commit4b656730ffff21132f358c2b9a63504dfbf0998d
treed114a9d56f43b84c87a01989d845b0208a4db4cc
parent3888a12385aa6fcf35c9cdce9ad82a2cdd3377b7
test_stress_watch: remove bogus asserts

There's no reason to check the duration of a watch. The notify will
timeout after 30s on the OSD, but there's no guarantee the client will
see that in any bounded time. This test is really meant as a stress
test of the OSDs anyway, not of the clients, so just remove asserts
about operation duration.

Fixes: #4591
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
Reviewed-by: Sam Just <sam.just@inktank.com>
src/test/test_stress_watch.cc