You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/taildrop
Joe Tsai d603d18956
taildrop: fix TestResume (#9874)
Previously, the test simply relied on:
	defer close()
to cleanup file handles.

This works fine on Unix-based systems,
but not on Windows, which dislikes deleting files
where an open file handle continues to exist.

Fix the test by explicitly closing the file handle
after we are done with the resource.

Updates tailscale/corp#14772

Signed-off-by: Joe Tsai <joetsai@digital-static.net>
8 months ago
..
delete.go taildrop: fix theoretical race condition (#9866) 8 months ago
delete_test.go taildrop: implement asynchronous file deletion (#9844) 8 months ago
resume.go taildrop: switch hashing to be streaming based (#9861) 8 months ago
resume_test.go taildrop: fix TestResume (#9874) 8 months ago
retrieve.go taildrop: implement asynchronous file deletion (#9844) 8 months ago
send.go taildrop: implement asynchronous file deletion (#9844) 8 months ago
taildrop.go taildrop: implement asynchronous file deletion (#9844) 8 months ago
taildrop_test.go taildrop: implement asynchronous file deletion (#9844) 8 months ago