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

test_nice failure #203

Closed
giampaolo opened this issue May 23, 2014 · 4 comments
Closed

test_nice failure #203

giampaolo opened this issue May 23, 2014 · 4 comments

Comments

@giampaolo
Copy link
Owner

From djc.ochtman on September 04, 2011 14:45:54

======================================================================
ERROR: test_nice (__main__.TestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_psutil.py", line 814, in test_nice
    p.nice = first_nice
  File 
"/var/tmp/portage/dev-python/psutil-0.3.0/work/psutil-0.3.0/build-2.7/lib.linux-x86_64-2.7/psutil/__init__.py",
 line 210, in nice
    return self._platform_impl.set_process_nice(value)
  File 
"/var/tmp/portage/dev-python/psutil-0.3.0/work/psutil-0.3.0/build-2.7/lib.linux-x86_64-2.7/psutil/_pslinux.py",
 line 253, in wrapper
    raise AccessDenied(self.pid, self._process_name)
AccessDenied: (pid=23146)

----------------------------------------------------------------------

As you can see, 64-bit (Gentoo) Linux, Python 2.7.

Original issue: http://code.google.com/p/psutil/issues/detail?id=203

@giampaolo
Copy link
Owner Author

From g.rodola on September 05, 2011 05:26:12

Fixed in r1116 . We now just "pass" in case of AccessDenied (there's nothing 
else we can do about it).

Status: FixedInSVN

@giampaolo
Copy link
Owner Author

From djc.ochtman on September 05, 2011 06:34:45

Thanks!

@giampaolo
Copy link
Owner Author

From g.rodola on September 07, 2011 00:43:20

Status: Fixed

@giampaolo
Copy link
Owner Author

From g.rodola on March 02, 2013 04:03:13

Updated csets after the SVN -> Mercurial migration: r1116 == revision 
ae9b92313f5e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant