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

Integ failure with ss #33

Open
atagar opened this issue Dec 20, 2019 · 0 comments
Open

Integ failure with ss #33

atagar opened this issue Dec 20, 2019 · 0 comments

Comments

Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
@atagar
Copy link
Contributor

@atagar atagar commented Dec 20, 2019

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.

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