]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
offloaded: reinstate fix for windows tests
authorrobk-tahoe <robk-tahoe@allmydata.com>
Mon, 21 Jan 2008 22:25:15 +0000 (15:25 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Mon, 21 Jan 2008 22:25:15 +0000 (15:25 -0700)
commitd1de1f180afd8a83361a201553ea138eea827d94
treec302c309ed60b30626be09a08879729eff0341ad
parent7b990cc9afb4c6b86b33755b355a3184283aed3b
offloaded: reinstate fix for windows tests

in a discussion the other day, brian had asked me to try removing this fix, since
it leads to double-closing the reader.  since on my windows box, the test failures
I'd experienced were related to the ConnectionLost exception problem, and this
close didn't see to make a difference to test results, I agreed.

turns out that the buildbot's environment does fail without this fix, even with
the exception fix, as I'd kind of expected.

it makes sense, because the reader (specifically the file handle) must be closed
before it can be unlinked. at any rate, I'm reinstating this, in order to fix the
windows build
src/allmydata/offloaded.py