[tahoe-lafs-trac-stream] [tahoe-lafs] #1429: automatically upload a file when it is put in a given local directory
tahoe-lafs
trac at tahoe-lafs.org
Tue Aug 9 21:26:29 PDT 2011
#1429: automatically upload a file when it is put in a given local directory
-------------------------+-------------------------------------------------
Reporter: | Owner: warner
davidsarah | Status: reopened
Type: | Milestone: 1.9.0
enhancement | Version: 1.8.2
Priority: major | Keywords: drop-upload inotify usability
Component: code- | review-needed news
frontend |
Resolution: |
Launchpad Bug: |
-------------------------+-------------------------------------------------
Comment (by zooko@…):
In [5132/trunk]:
{{{
#!CommitTicketReference repository="trunk" revision="5132"
drop-upload test for non-existent local dir separately from test for non-
directory local dir
A candidate patch for #1429 has a bug when it is using FilePath.is_dir()
to detect whether the configured local dir exists and is a directory.
FilePath.is_dir() raises exception, instead of returning False, if the
thing doesn't exist. This test is to make sure that DropUploader.__init__
raise different exceptions for those two cases.
refs #1429
}}}
--
Ticket URL: <http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1429#comment:36>
tahoe-lafs <http://tahoe-lafs.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list