We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I just tried pytest-xdist to run the tests in parallel.
pytest-xdist
Mostly it went ok, but these 2 failed somehow:
FAILED pysparkling/sql/tests/test_write.py::DataFrameWriterTests::test_write_nested_rows_to_json - FileNotFoundError: [WinError 3] The system cannot find the path specified: '.tmp' FAILED pysparkling/tests/test_streaming_tcp.py::TCPTextTest::test_connect - AssertionError: 6 != 20
Would be nice to use the pytest-xdist (I ran it with -n 4) and it finished in a fraction of the time pytest takes to run.
-n 4
Wouldn't that be a good first issue for someone to look at ;-)?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I just tried
pytest-xdist
to run the tests in parallel.Mostly it went ok, but these 2 failed somehow:
Would be nice to use the pytest-xdist (I ran it with
-n 4
) and it finished in a fraction of the time pytest takes to run.Wouldn't that be a good first issue for someone to look at ;-)?
The text was updated successfully, but these errors were encountered: