Open mvashishtha opened 2 years ago
I was able to get 2 failures out of 10000 runs by running:
MODIN_ENGINE=dask pytest --count=10_000 modin/pandas/test/test_io.py::TestStata::test_to_stata
though pytest didn't want to show me the failures for some reason. I then retried that command but output the result to a file, and got 1 failure of 10_000, and this time I got the failure text:
on:
modin/pandas/test/test_io.py::TestStata::test_to_stata had a run here for test-compat-win (engine dask, python 3.6) that failed on the assertion that the output files were exactly equal. A rerun with the same code passed here.
As with #3706, I think we should check that the written dataframes are equal instead of checking that the file bytes are exactly the same.