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.