Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

tests.unit.test_flow.TestInstalledAppFlow: test_run_local_server_audience failed #308

Copy link
Copy link
Closed
@flaky-bot

Description

@flaky-bot
Issue body actions

This test failed!

To configure my behavior, see the Flaky Bot documentation.

If I'm commenting on this issue too often, add the flakybot: quiet label and
I will stop commenting.


commit: d8aead7
buildURL: Build Status, Sponge
status: failed

Test output
self = 
webbrowser_mock = 
instance = 
mock_fetch_token = , port = 60437
@pytest.mark.webtest
@mock.patch("google_auth_oauthlib.flow.webbrowser", autospec=True)
def test_run_local_server_audience(
    self, webbrowser_mock, instance, mock_fetch_token, port
):
    auth_redirect_url = urllib.parse.urljoin(
        f"http://localhost:{port}", self.REDIRECT_REQUEST_PATH
    )

    with concurrent.futures.ThreadPoolExecutor(max_workers=1) as pool:
        future = pool.submit(
            partial(
                instance.run_local_server, port=port, token_audience=self.AUDIENCE
            )
        )

        while not future.done():
            try:
                requests.get(auth_redirect_url)
            except requests.ConnectionError:  # pragma: NO COVER
                pass
      credentials = future.result()

tests/unit/test_flow.py:341:


/usr/local/lib/python3.10/concurrent/futures/_base.py:439: in result
return self.__get_result()
/usr/local/lib/python3.10/concurrent/futures/_base.py:391: in __get_result
raise self._exception
/usr/local/lib/python3.10/concurrent/futures/thread.py:58: in run
result = self.fn(*self.args, **self.kwargs)
google_auth_oauthlib/flow.py:432: in run_local_server
local_server = wsgiref.simple_server.make_server(
/usr/local/lib/python3.10/wsgiref/simple_server.py:154: in make_server
server = server_class((host, port), handler_class)
/usr/local/lib/python3.10/socketserver.py:452: in init
self.server_bind()
/usr/local/lib/python3.10/wsgiref/simple_server.py:50: in server_bind
HTTPServer.server_bind(self)
/usr/local/lib/python3.10/http/server.py:136: in server_bind
socketserver.TCPServer.server_bind(self)


self = <wsgiref.simple_server.WSGIServer object at 0x7fefa85263e0>

def server_bind(self):
    """Called by constructor to bind the socket.

    May be overridden.

    """
    if self.allow_reuse_address:
        self.socket.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)
  self.socket.bind(self.server_address)

E OSError: [Errno 98] Address already in use

/usr/local/lib/python3.10/socketserver.py:466: OSError

Metadata

Metadata

Assignees

No one assigned

    Labels

    flakybot: flakyTells the Flaky Bot not to close or comment on this issue.Tells the Flaky Bot not to close or comment on this issue.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.An issue filed by the Flaky Bot. Should not be added manually.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.