An interesting improvement to help stabilizing the sync and testing would be to manually call os.fsync(fd) when saving a file to the hard drive. As stated in the doc, we should also call fd.flush() first.
It will ensure the file is actually written to the disk, which is quite something for Drive.
- depends on
-
NXPY-94 Force write of file to disk
- Resolved