Files
pytest-xdist/CHANGELOG
2010-04-27 21:26:35 +02:00

35 lines
1.0 KiB
Plaintext

1.2
-------------------------
- fix issue79: sessionfinish/teardown hooks more systematically
on the slave side
- introduce a new data input/output mechanism to allow the master side
to send and receive data from a slave.
- use new register hooks facility of py.test>=1.2.2
- fix some python3 related pickling related race conditions
- fix PyPI description
1.1
-------------------------
- fix an indefinite hang which would wait for events although no events
are pending - this happened if items arrive very quickly while
the "reschedule-event" tried unconditionally avoiding a busy-loop
and not schedule new work.
1.0
-------------------------
- moved code out of py-1.1.1 into its own plugin
- use a new, faster and more sensible model to do load-balancing
of tests - now no magic "MAXITEMSPERHOST" is needed and load-testing
works effectively even with very few tests.
- cleaned up termination handling
- make -x cause hard killing of test nodes to decrease wait time
until the traceback shows up on first failure