8000 `wait_container_is_ready` throwing TimeoutException on first try · Issue #193 · testcontainers/testcontainers-python · GitHub
[go: up one dir, main page]

Skip to content

wait_container_is_ready throwing TimeoutException on first try #193

@ghost

Description

After updating to v3.5.0 our tests using PostgresContainers are failing.

My guess is that this has to do with the changes regarding transient exceptions. We use psycopg2 and the error thrown on unsuccessful connection is not inheriting sqlalchemy.exc.OperationalError but rather is a plain AttributeError with message:

'NoneType' object has no attribute '_stan_scope'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0