stem's test_close_stream fails with an extra stream in --target ONLINE mode
======================================================================
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)