Skip to content

Investigate why test_psycopg2 is failing with "UndefinedColumn" instead of "ProgrammingError" #159

@chanchiem

Description

@chanchiem

The test for some reason now is failing. This is aside from any recent changes that we've made.

...
        exception = subsegment.cause['exceptions'][0]
>       assert exception.type == 'ProgrammingError'
E       AssertionError: assert 'UndefinedColumn' == 'ProgrammingError'
E         - UndefinedColumn
E         + ProgrammingError
tests/ext/psycopg2/test_psycopg2.py:147: AssertionError
...

We re-ran the test for a build that had previously worked and now it appears to be failing. This issue is made to investigate this and will be updated when further information is found.

Please refer to this link for the build re-run of a previously passing build.

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