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>
1 year ago
..
delete.go taildrop: fix theoretical race condition (#9866) 1 year ago
delete_test.go taildrop: implement asynchronous file deletion (#9844) 1 year ago
resume.go taildrop: switch hashing to be streaming based (#9861) 1 year ago
resume_test.go taildrop: fix TestResume (#9874) 1 year ago
retrieve.go taildrop: implement asynchronous file deletion (#9844) 1 year ago
send.go taildrop: implement asynchronous file deletion (#9844) 1 year ago
taildrop.go taildrop: implement asynchronous file deletion (#9844) 1 year ago
taildrop_test.go taildrop: implement asynchronous file deletion (#9844) 1 year ago