Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SCD Table test flakiness (#4069)
Summary: Pull Request resolved: #4069 Test often fails due to bad file descriptor: https://www.internalfb.com/intern/testinfra/diagnostics/12384899035372280.281475109760157.1733399744/ This is due to the filename in the test being the same across all runs - when there are multiple concurrent runs, there will be problems accessing the file. The solution is to add a randomized component to the temp file, similar to other tests like ```test_io_with_options```, which prevents concurrent accesses of a file. Reviewed By: pankajsingh88 Differential Revision: D66846937 fbshipit-source-id: d1d3c9ce817c4ce06283db265f13fe1413c2a14b
- Loading branch information