Skip to content

Test test_statement_with_error_trace started failing on CrateDB nightly #234

@amotl

Description

@amotl

Problem

On Oct 22, 4:32 AM GMT+2, this test started failing on nightly CI workflow runs.

    def test_statement_with_error_trace(cratedb_service):
        """
        Verify that the `error_trace` option works correctly.
        """
        engine = sa.create_engine(cratedb_service.database.dburi, connect_args={"error_trace": True})
        with engine.connect() as connection:
>           with pytest.raises(sa.exc.ProgrammingError) as ex:
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E           Failed: DID NOT RAISE <class 'sqlalchemy.exc.ProgrammingError'>

tests/test_error_handling.py:13: Failed

-- https://github.com/crate/sqlalchemy-cratedb/actions/workflows/nightly.yml
-- https://github.com/crate/sqlalchemy-cratedb/actions/runs/18703547017/job/53336902958#step:6:495

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions