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