packit-service icon indicating copy to clipboard operation
packit-service copied to clipboard

It looks like the `TestingFarmResult` type in the DB is missing the `retry` member

Open nforro opened this issue 7 months ago • 1 comments

It looks like commit https://github.com/packit/packit-service/commit/88ed4e7f41e1fc57af1fddbd4b4d22b08dd1b99d added TestingFarmResult.retry but without reflecting it in Alembic migration script.

Possibly as a result of https://github.com/packit/packit-service/pull/2464 there are now errors like this in worker logs:

(psycopg2.errors.InvalidTextRepresentation) invalid input value for enum testingfarmresult: "retry"
LINE 1: UPDATE tft_test_run_targets SET status='retry' WHERE tft_tes...

nforro avatar Jul 15 '24 19:07 nforro