Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PLAT-4712] #135 NamedTemporaryFile causes issues on Windows platform
Summary: The flush of the named temporary file doesn't seem to cause the secret file to be written out properly on Windows, as the associated bug explains. Instead, we can write to a temporary dir and close the file properly instead Test Plan: Run on linux and Windows platforms Reviewers: ysharma-contractor, bgandhi Reviewed By: bgandhi Subscribers: yugaware Differential Revision: https://phabricator.dev.yugabyte.com/D18507
- Loading branch information