warren830 opened a new pull request, #8773:
URL: https://github.com/apache/incubator-devlake/pull/8773

   ## Summary
   - In `AutoMigrateTables`, properly handle `db.First` errors instead of 
silently discarding them — `NotFound` is expected for empty tables but other 
errors (e.g. connection issues) should be surfaced
   - In `CancelPipeline`, log task cancellation failures instead of silently 
ignoring them with `_ = CancelTask()`
   
   ## Test plan
   - [ ] Verify AutoMigrateTables works correctly for both empty and populated 
tables
   - [ ] Verify pipeline cancellation logs errors for individual task cancel 
failures
   - [ ] Verify existing migration scripts still pass


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to