Skip to content

Wrong xml report when used with pytest-xdist #1071

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

Merged
merged 3 commits into from
Sep 26, 2015

Conversation

nicoddemus
Copy link
Member

Fixes #1064

pytest_runtest_logreport must be careful to not depend on setup/call/teardown
being called sequentially in that order, as xdist will call them as they are reported
from the slaves

Fix pytest-dev#1064
RonnyPfannschmidt added a commit that referenced this pull request Sep 26, 2015
Wrong xml report when used with pytest-xdist
@RonnyPfannschmidt RonnyPfannschmidt merged commit c2c2451 into pytest-dev:master Sep 26, 2015
@RonnyPfannschmidt
Copy link
Member

to enhance it we could also have the extra properties by nodeid
we might also want to experiment with serializing per test node xml after we are done with the node
in order to discard the more memory intensive xml in memory repressentation

@nicoddemus
Copy link
Member Author

Created an issue for it. 😄

@nicoddemus nicoddemus deleted the xml-xdist branch September 26, 2015 14:25
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

Successfully merging this pull request may close these issues.

2 participants