-
Notifications
You must be signed in to change notification settings - Fork 736
[Bug][CircleCi] Negative workflow duration #8229
Copy link
Copy link
Closed
Labels
component/pluginsThis issue or PR relates to pluginsThis issue or PR relates to pluginsdevopsSomething about CI/CD (devops)Something about CI/CD (devops)severity/p1This bug affects functionality or significantly affect uxThis bug affects functionality or significantly affect uxtype/bugThis issue is a bugThis issue is a bug
Metadata
Metadata
Assignees
Labels
component/pluginsThis issue or PR relates to pluginsThis issue or PR relates to pluginsdevopsSomething about CI/CD (devops)Something about CI/CD (devops)severity/p1This bug affects functionality or significantly affect uxThis bug affects functionality or significantly affect uxtype/bugThis issue is a bugThis issue is a bug
Type
Fields
Give feedbackNo fields configured for issues without a type.
Search before asking
What happened
Will collecting and transforming data the crashes on the subtask extractJobs
this happens because for some reason a workflow stopped before it started causing it to have a negative durration
and the field is an bigint unsigned
time="2024-12-03 09:07:05" level=error msg=" [pipeline service] [pipeline #3] [task #16] subtask extractJobs ended unexpectedly\n\tWraps: (2) error adding result to batch (500)\n\tWraps: (3) Error 1264 (22003): Out of range value for column 'duration_sec' at row 262 (500)\n\tWraps: (4) Error 1264 (22003): Out of range value for column 'duration_sec' at row 262\n\tError types: (1) *hintdetail.withDetail (2) *hintdetail.withDetail (3) *hintdetail.withDetail (4) *mysql.MySQLError"
What do you expect to happen
that it would work even with a negative duration
maby by changing them to positive or changing the field type in the database
How to reproduce
import a workflow in circleci that has a negative duration
Anything else
No response
Version
v1.0.1
Are you willing to submit PR?
Code of Conduct