]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tasks: fix intermittent failure in TestFlush
authorJohn Spray <jspray@redhat.com>
Mon, 23 Feb 2015 13:43:13 +0000 (13:43 +0000)
committerJohn Spray <jspray@redhat.com>
Mon, 2 Mar 2015 12:53:01 +0000 (12:53 +0000)
commitd20d9238cd59bca002d682cbcdc444e15e856de1
treeecbef892e7d26bb3335c6665b8e35681a3774a3a
parent15c51518588b3b9e72f83c6ba3eb646635c00ecc
tasks: fix intermittent failure in TestFlush

This was an overly strict success condition: the
flush operation doesn't promise to leave you an empty
journal, it promises that anything in the journal
before the flush will be flushed.

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