You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With postgresql 14.8, the test test_identity_views.py::test_identity_search[admin-SAGW-expected3] fails:
def _execute(self, sql, params, *ignored_wrapper_args):
self.db.validate_no_broken_transaction()
with self.db.wrap_database_errors:
if params is None:
# params default might be backend specific.
return self.cursor.execute(sql)
else:
> return self.cursor.execute(sql, params)
E django.db.utils.OperationalError: could not load library "/usr/local/lib/postgresql/llvmjit.so": Error relocating /usr/local/lib/postgresql/llvmjit.so: LLVMBuildGEP: symbol not found
/usr/local/lib/python3.8/site-packages/django/db/backends/utils.py:84: OperationalError
The text was updated successfully, but these errors were encountered:
With postgresql 14.8, the test
test_identity_views.py::test_identity_search[admin-SAGW-expected3]
fails:The text was updated successfully, but these errors were encountered: