Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiprocess and nose twistedtools.deferred don't seem to co-operate #384

Open
jpellerin opened this issue Dec 14, 2011 · 0 comments
Open
Assignees

Comments

@jpellerin
Copy link
Member

What steps will reproduce the problem?

  1. Use the example test:

from nose.twistedtools import reactor, deferred

@deferred()

def test_deferred():

return reactor.resolve("www.python.org")
  1. Run this with nosetests --process=1
  2. Watch as it times out. adding --process-timeout does nothing, either, but that might be a separate bug?

What is the expected output? What do you see instead?
I expect the output to be the same as if you had not used the multiprocessing plugin: .

What version of the product are you using? On what operating system?
nose 0.11.4 on Centos 5.4

Please provide any additional information below.

Google Code Info:
Issue #: 357
Author: xitr...@gmail.com
Created On: 2010-07-29T11:30:43.000Z
Closed On:

@ghost ghost assigned jpellerin Dec 14, 2011
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

No branches or pull requests

1 participant