[tor-bugs] #30696 [Core Tor/Stem]: stem's test_close_stream fails with an extra stream in --target ONLINE mode

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu May 30 10:14:46 UTC 2019


#30696: stem's test_close_stream fails with an extra stream in --target ONLINE mode
-------------------------------+------------------------
     Reporter:  teor           |      Owner:  atagar
         Type:  defect         |     Status:  new
     Priority:  Medium         |  Milestone:
    Component:  Core Tor/Stem  |    Version:
     Severity:  Normal         |   Keywords:  ci, travis
Actual Points:                 |  Parent ID:  #28170
       Points:                 |   Reviewer:
      Sponsor:                 |
-------------------------------+------------------------
 {{{
 ======================================================================
 FAIL: test_close_stream
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File "/Users/travis/build/torproject/stem/test/require.py", line 57, in
 wrapped
     return func(self, *args, **kwargs)
   File "/Users/travis/build/torproject/stem/test/require.py", line 57, in
 wrapped
     return func(self, *args, **kwargs)
   File
 "/Users/travis/build/torproject/stem/test/integ/control/controller.py",
 line 1072, in test_close_stream
     self.assertEqual([built_stream.id], [stream.id for stream in
 controller.get_streams()])
 AssertionError: Lists differ: ['109'] != ['109', '441']
 Second list contains 1 additional elements.
 First extra element 1:
 '441'
 - ['109']
 + ['109', '441']
 ----------------------------------------------------------------------
 Ran 48 tests in 42.095s
 FAILED (failures=1, skipped=6)
 }}}
 https://travis-ci.org/torproject/stem/jobs/539138288#L536

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


More information about the tor-bugs mailing list