﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	launchpad_bug
2737	Magic Folder on Windows: test_alice_bob fails because the uploader is processing files we've downloaded	daira	meejah	"When the downloader writes a file using `_write_downloaded_file`, the uploader is supposed to ignore any associated filesystem notifications. On both Linux and Windows, notifications for the `.tmp` file are correctly ignored. On Linux, the IN_CREATE notification for the downloaded file itself is also ignored, because it's a creation of a non-directory. (`_write_downloaded_file` works by initially creating a hardlink at the new path, which does not cause an IN_CLOSE_WRITE event.)

On Windows, the `ReplaceFileW` call causes a ""modify, attrib"" event which does (incorrectly) cause the downloaded file to be processed."	defect	closed	normal	1.12.0	code-frontend-magic-folder	n/a	fixed	tests windows magic-folder		
