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

Errors out when running with nose multiprocess #78

Closed
danielwuz opened this issue Dec 7, 2015 · 2 comments
Closed

Errors out when running with nose multiprocess #78

danielwuz opened this issue Dec 7, 2015 · 2 comments

Comments

@danielwuz
Copy link
Contributor

When running with --processes flag in nose tests, I receive below error message:

20:51:00     is_multiprocess = getattr(options, 'multiprocess_workers', 0) > 0
20:51:00 TypeError: unorderable types: str() > int()

I believe this is caused here and I've created a PR to fix this issue.

FYI, below is the command I used to run my tests:

nosetests --processes=6 --process-timeout=3600 --process-restartworker --with-flaky --force-flaky --max-runs=3 -v tests/functional 2>&1
@danielwuz
Copy link
Contributor Author

I have hard time figuring out build failure as pylint reports errors unrelated to my change, but this is the fix.

@danielwuz
Copy link
Contributor Author

Closed by #77

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