-
Notifications
You must be signed in to change notification settings - Fork 320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: reset job status ids during internal migration #2684
Conversation
Codecov ReportBase: 0.00% // Head: 45.42% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## release/1.3.x #2684 +/- ##
==================================================
+ Coverage 0 45.42% +45.42%
==================================================
Files 0 287 +287
Lines 0 47822 +47822
==================================================
+ Hits 0 21723 +21723
- Misses 0 24721 +24721
- Partials 0 1378 +1378
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
56d1584
to
bf0e617
Compare
Description
Fixes a regression introduced by #2559 where the id column of job statuses was not reset during an internal migration, causing subsequent job statuses inserted to the status table to not be considered as the latest ones, since migrated statuses were already stored with higher ids and the latest job status is retrieved based on the id column.
Security