On Mon, Aug 08, 2011 at 10:05:40AM -0400, Benjamin Lipton wrote: > On Mon, Aug 8, 2011 at 4:49 AM, Iustin Pop <[email protected]> wrote: > > > On Fri, Aug 05, 2011 at 05:20:56PM -0400, Ben Lipton wrote: > > > > > > Signed-off-by: Ben Lipton <[email protected]> > > > --- > > > p2v-transfer/test/p2v_transfer_test.py | 2 ++ > > > 1 files changed, 2 insertions(+), 0 deletions(-) > > > > > > diff --git a/p2v-transfer/test/p2v_transfer_test.py > > b/p2v-transfer/test/p2v_transfer_test.py > > > index 5c22df1..123f424 100755 > > > --- a/p2v-transfer/test/p2v_transfer_test.py > > > +++ b/p2v-transfer/test/p2v_transfer_test.py > > > @@ -269,6 +269,7 @@ EOF > > > def testUnmountSourceFilesystemsExitsOnError(self): > > > self.mox.StubOutWithMock(self.module.os.path, "exists") > > > self.mox.StubOutWithMock(self.module.os.path, "ismount") > > > + self.mox.StubOutWithMock(self.module.time, "sleep") > > > command_list = ["umount", self.module.SOURCE_MOUNT] > > > > > > self.module.os.path.exists(self.module.SOURCE_MOUNT).AndReturn(True) > > > > Hi Ben, the above line is not my in the tree I have, and thus this patch > > fails. Did I miss a previous patch? > > > > "Handle inconsistencies in blkid", and patch 6 of the same series are still > to be reviewed, I think.
Argh. I have to admit I lost track. Would you mind resending all pending patches (noted that I committed some of them out-of-order) that you have, so that I can go over all of them in one round? thanks, iustin
