summaryrefslogtreecommitdiff
path: root/functional_tests/test_multiprocessing
Commit message (Expand)AuthorAgeFilesLines
* Skip the multiprocess keyboard interrupt tests on certain platforms.John Szakmeister2015-06-011-0/+4
* Disable test_concurrent_shared.John Szakmeister2014-03-271-39/+42
* Make test_multiprocessing.test_keyboardinterrupt much more reliable.John Szakmeister2013-03-184-16/+50
* A slightly better fix for #627.John Szakmeister2013-03-171-4/+7
* Fix #627: require at least 2 cpus for TestConcurrentSharedJohn Szakmeister2013-03-171-0/+5
* test_concurrent_shared.py: fixed a minor typo (seconsd -> seconds)Dmitry Shachnev2013-02-091-1/+1
* Finish the setUp() process in TestConcurrentShared.John Szakmeister2013-02-081-0/+4
* Disable a timing test under PyPy.John Szakmeister2013-01-201-0/+10
* Remove redundant codemyint2012-05-131-7/+1
* Add test case with negative "--processes" valuemyint2012-05-131-0/+10
* make test_keyboardinterrupt multiprocess plugin test more robust on slowHeng Liu2011-11-041-1/+7
* Fixes relative import for one more testkumar2011-11-041-1/+1
* Fixes relative imports and path to support dirkumar2011-11-044-8/+9
* it seems the failure in the jenkins is related to speed of the test machineHeng Liu2011-11-041-1/+1
* rearrange keyboard interrupt testsHeng Liu2011-11-044-16/+32
* fix jenkins test failureHeng Liu2011-11-031-5/+3
* make the multiprocessing server process ignore ctrl+c to keep communicationHeng Liu2011-11-031-0/+4
* properly handle ctrl+c (keyboard interrupt):Heng Liu2011-11-031-2/+2
* properly handle ctrl+c (keyboard interrupt):Heng Liu2011-11-034-0/+137
* remove teardown in multiprocessing plugin tests class: not useful any moreHeng Liu2011-11-031-3/+0
* streamline multiprocessing testsHeng Liu2011-11-026-92/+50
* properly distribute tests under shared fixtures to multiprocess workerHeng Liu2011-10-263-0/+49
* fixes Issue 462: class fixture are not properly handled in multiprocess. addedHeng Liu2011-10-264-0/+52
* Rewrote another doctest, made TestCases safe for older pythonsjpellerin2011-07-254-22/+44
* Rewrote doctest as TestCasejpellerin2011-07-253-40/+24
* merge the multiprocessing support back from functional_tests/test_multiproces...Buck Golemon2011-04-302-415/+1
* fix to use bytes_: str(w.currentaddr.value,ascii)Buck Golemon2011-04-301-1/+3
* add failing tests for multiprocessingBuck Golemon2011-04-307-0/+484