torproject / stem

Python controller library for Tor
https://stem.torproject.org/
GNU Lesser General Public License v3.0
260 stars 75 forks source link

Integ failure with ss #33

Open atagar opened 4 years ago

atagar commented 4 years ago

Migrated from ticket 27479.

Integration test failure spotted by Nick...

======================================================================
ERROR: test_connections_by_ss
----------------------------------------------------------------------
Traceback (most recent call last):
  File "stem/test/integ/util/connection.py", line 49, in test_connections_by_ss
    self.check_resolver(Resolver.SS)
  File "stem/test/require.py", line 58, in wrapped
    return func(self, *args, **kwargs)
  File "stem/test/integ/util/connection.py", line 28, in check_resolver
    connections = get_connections(resolver, process_pid = runner.get_pid())
  File "stem/stem/util/connection.py", line 300, in get_connections
    raise IOError('No results found using: %s' % resolver_command)
OSError: No results found using: ss -nptu

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

This test is disabled until it's fixed.