File: CHANGELOG

package info (click to toggle)
pytest-xdist 1.1-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 324 kB
  • ctags: 319
  • sloc: python: 2,444; makefile: 2; sh: 1
file content (19 lines) | stat: -rw-r--r-- 682 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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