32 lines
1.1 KiB
Plaintext
32 lines
1.1 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.
|
|
- fix race condition in underlying pickling/unpickling handling
|
|
- use and require 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
|
|
|