Skip to content

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