]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tasks/cephfs: fix timing in test_full
authorJohn Spray <jspray@redhat.com>
Wed, 27 May 2015 11:40:49 +0000 (12:40 +0100)
committerJohn Spray <jspray@redhat.com>
Wed, 27 May 2015 11:40:49 +0000 (12:40 +0100)
commit5ff2743de4bd9389ac670642973860e9af972245
tree244973448226df11d46d142360a7e686d78cef19
parenteb6339116cad6a2e3655108cfdbf2e44c99dc68e
tasks/cephfs: fix timing in test_full

The interval between writes was too short because
it was not taking account of the way OSDMap full
flags are set on tick rather than immediately.

Fixes: #11779
Signed-off-by: John Spray <john.spray@redhat.com>
tasks/cephfs/test_full.py