Hello Jordan Birdsell,

I'd like you to do a code review.  Please visit

    http://gerrit.cloudera.org:8080/5410

to review the following change.

Change subject: python: add back multiprocessing as a test dependency
......................................................................

python: add back multiprocessing as a test dependency

23cbc63387c066eff513a5a7c3a66a01ff491e79 had removed the dependency on
multiprocessing. However, it is required to work around a python 2.6 bug[1]
which caused the following output at the end of any test run:

  Error in atexit._run_exitfuncs:
  Traceback (most recent call last):
    File "/usr/lib64/python2.6/atexit.py", line 24, in _run_exitfuncs
      func(*targs, **kargs)
    File "/usr/lib64/python2.6/multiprocessing/util.py", line 258, in 
_exit_function
      info('process shutting down')
  TypeError: 'NoneType' object is not callable
  Error in sys.exitfunc:
  Traceback (most recent call last):
    File "/usr/lib64/python2.6/atexit.py", line 24, in _run_exitfuncs
      func(*targs, **kargs)
    File "/usr/lib64/python2.6/multiprocessing/util.py", line 258, in 
_exit_function
      info('process shutting down')
  TypeError: 'NoneType' object is not callable

[1] http://bugs.python.org/issue15881

Change-Id: I72dd0b8cb91ef6e4099b57792d95cfddec31eae1
---
M python/setup.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/10/5410/1
-- 
To view, visit http://gerrit.cloudera.org:8080/5410
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I72dd0b8cb91ef6e4099b57792d95cfddec31eae1
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Jordan Birdsell <[email protected]>

Reply via email to