Skip to content

uow: add "on_exception" lifecycle hook #250

uow: add "on_exception" lifecycle hook

uow: add "on_exception" lifecycle hook #250

Triggered via pull request October 30, 2024 14:26
Status Failure
Total duration 1m 43s
Artifacts

tests.yml

on: pull_request
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Tests (3.9, mysql8): tests/test_uow.py#L90
test_uow_transactions sqlalchemy.exc.OperationalError: (pymysql.err.OperationalError) (1170, "BLOB/TEXT column 'value' used in key specification without a key length") [SQL: CREATE TABLE data ( value TEXT NOT NULL, CONSTRAINT pk_data PRIMARY KEY (value) ) ] (Background on this error at: https://sqlalche.me/e/14/e3q8)
Tests (3.9, mysql8)
Process completed with exit code 1.
Tests (3.12, mysql8): tests/test_uow.py#L90
test_uow_transactions sqlalchemy.exc.OperationalError: (pymysql.err.OperationalError) (1170, "BLOB/TEXT column 'value' used in key specification without a key length") [SQL: CREATE TABLE data ( value TEXT NOT NULL, CONSTRAINT pk_data PRIMARY KEY (value) ) ] (Background on this error at: https://sqlalche.me/e/14/e3q8)
Tests (3.12, mysql8)
Process completed with exit code 1.