]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_magic_folder.py
Add some magicfolder database tests
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_magic_folder.py
2016-02-08 meejahAdd some magicfolder database tests
2016-02-08 meejahFlesh out "tahoe magic-folder status" command
2016-02-05 David StaintonDaira's fix during session with David and Meejah.
2016-02-05 David StaintonFurther work in progress refinements to unit tests
2016-02-05 David StaintonFix cleanup after test_periodic_full_scan.
2016-02-05 David StaintonWork in progress on fixing test_periodic_full_scan.
2016-02-05 David StaintonClean up queue loging and add a clock advance in unit...
2016-02-05 David StaintonWIP
2016-02-05 David StaintonAttempt to test periodic uploader full scan
2016-02-05 David StaintonAdd magic-folder test_scan_once_on_startup
2016-02-05 David StaintonFix tests usage of umask
2016-02-05 David StaintonAdd download.umask config option with default of 077
2016-02-05 David StaintonAdd umask to Downloader
2016-02-05 David StaintonRemove magic-folder exclude stat
2016-02-05 Daira HopwoodRefactor is_new_file.
2016-02-05 meejahremove print
2016-02-05 meejahAdd a unit-test and correct the code for "already deleted"
2016-02-05 David StaintonFix test: previously we accounted for the propagation...
2016-02-05 David StaintonFix test helper _check_version_in_local_db
2016-02-05 David StaintonWIP
2016-02-05 David StaintonCreate test for last upload uri conflict
2016-02-05 Daira HopwoodFix an unused import.
2016-02-05 Daira HopwoodFix test_errors.
2016-02-05 Daira HopwoodFix test_move_tree.
2016-02-05 Daira HopwoodDebugging WIP.
2016-02-05 Daira HopwoodFix a type error.
2016-02-05 Daira HopwoodFlush handling WIP.
2016-02-05 Daira HopwoodUse fileutil.write for magic folder tests.
2016-02-05 Daira HopwoodFix some path Unixisms.
2016-02-05 Daira HopwoodFix test_alice_bob.
2016-02-05 Daira HopwoodRefactor _check_up/downloader_count.
2016-02-05 David StaintonAdd file conflict unit test
2016-02-05 David StaintonAdd basic bob upload test and fix conflict detect
2016-02-05 David StaintonFix bob's uploading test...
2016-02-05 David StaintonAttempt to teach bob to upload a file
2016-02-05 Daira HopwoodAvoid .format, since it is inconsistent between Python...
2016-02-05 Daira HopwoodFix test_alice_bob.
2016-02-05 Daira HopwoodAdvance Bob's clock after notifying.
2016-02-05 Daira Hopwoodtest_alice_bob: use magic= argument to notify, rather...
2016-02-05 meejahadd excluded check
2016-02-05 meejahadd the 'spurious' notifies
2016-02-05 Daira HopwoodFix a pyflakes warning and check existence of file...
2016-02-05 meejahimplement 'delete' functionality, with tests
2016-02-05 Daira HopwoodAdd test that we don't write files outside the magic...
2016-02-05 Daira HopwoodEnsure that errors from Alice-and-Bob tests are reporte...
2016-02-05 Daira HopwoodCosmetics.
2016-02-05 Daira HopwoodTest creation of a subdirectory.
2016-02-05 Daira HopwoodPatch Downloader.REMOTE_SCAN_INTERVAL rather than setti...
2016-02-05 Daira HopwoodRefactoring to allow logging from _write_downloaded_fil...
2016-02-05 Daira HopwoodRefactor and fix race conditions in test_alice_bob.
2016-02-05 Daira HopwoodMake sure that test_move_tree waits until files have...
2016-02-05 David StaintonTeach uploader+downloader to use to db schema
2016-02-05 Daira HopwoodAdd magicfolderdb.py.
2016-02-05 David StaintonWIP
2016-02-05 Daira HopwoodSimplify the cleanup_Alice_and_Bob callback.
2016-02-05 meejahMake downloader delay a class-variable
2016-02-05 meejahTeach unit-tests to time-warp
2016-02-05 Daira HopwoodWIP.
2016-02-05 Daira HopwoodMagic Folder file moves.