[tor-bugs] #21832 [Core Tor/Stem]: test_set_process_name failed.

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Mar 28 19:47:34 UTC 2017


#21832: test_set_process_name failed.
-------------------------------+--------------------
     Reporter:  meto           |      Owner:  atagar
         Type:  defect         |     Status:  new
     Priority:  Very Low       |  Milestone:
    Component:  Core Tor/Stem  |    Version:
     Severity:  Trivial        |   Keywords:
Actual Points:                 |  Parent ID:
       Points:                 |   Reviewer:
      Sponsor:                 |
-------------------------------+--------------------
 Hello,

 I downloaded stem and ran the ./run_tests.py --integ on OS X 10.11.6
 and found the following failing test:

 test_set_process_name [FAILURE]

 ======================================================================
 ERROR: test_set_process_name
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File "/Users/denis/Desktop/stem/test/integ/util/system.py", line 591, in
 test_set_process_name
     stem.util.system.set_process_name('stem_integ')
   File "/Users/denis/Desktop/stem/stem/util/system.py", line 1217, in
 set_process_name
     _set_proc_title(process_name)
   File "/Users/denis/Desktop/stem/stem/util/system.py", line 1274, in
 _set_proc_title
     name_buffer.value = process_name
 TypeError: bytes expected instead of str instance

 During handling of the above exception, another exception occurred:

 Traceback (most recent call last):
   File "/Users/denis/Desktop/stem/test/integ/util/system.py", line 594, in
 test_set_process_name
     stem.util.system.set_process_name(initial_name)
   File "/Users/denis/Desktop/stem/stem/util/system.py", line 1217, in
 set_process_name
     _set_proc_title(process_name)
   File "/Users/denis/Desktop/stem/stem/util/system.py", line 1274, in
 _set_proc_title
     name_buffer.value = process_name
 TypeError: bytes expected instead of str instance

 ----------------------------------------------------------------------
 Ran 29 tests in 1.040s

 FAILED (errors=1, skipped=13)

 After fixing the test, I tested to see if everything is okay with:

 Python 3.4.4
 Tor version 0.2.9.10 (git-1f6c8eda0073f464).
 mock (2.0.0)
 pbr (2.0.0)
 pip (7.1.2)
 pycodestyle (2.3.1)
 pyflakes (1.5.0)
 setuptools (18.2)
 six (1.10.0)

 Python 2.7.10
 funcsigs (1.0.2)
 mock (2.0.0)
 pbr (2.0.0)
 pip (6.1.1)
 pycodestyle (2.3.1)
 pyflakes (1.5.0)
 setuptools (15.2)
 six (1.10.0)

 Fix:
 https://github.com/Metonimie/stem/commit/e4f6da4c5dec93b95a8173e0850471f5076cad9a

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/21832>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list