Skip to content
New issue

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

pytest-xdist #160

Open
svaningelgem opened this issue Feb 28, 2021 · 0 comments
Open

pytest-xdist #160

svaningelgem opened this issue Feb 28, 2021 · 0 comments

Comments

@svaningelgem
Copy link
Contributor

I just tried pytest-xdist to run the tests in parallel.

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.

Wouldn't that be a good first issue for someone to look at ;-)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant