[
https://issues.apache.org/jira/browse/GOBBLIN-1870?focusedWorklogId=875047&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-875047
]
ASF GitHub Bot logged work on GOBBLIN-1870:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 08/Aug/23 01:35
Start Date: 08/Aug/23 01:35
Worklog Time Spent: 10m
Work Description: codecov-commenter commented on PR #3733:
URL: https://github.com/apache/gobblin/pull/3733#issuecomment-1668781936
##
[Codecov](https://app.codecov.io/gh/apache/gobblin/pull/3733?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
Report
> Merging
[#3733](https://app.codecov.io/gh/apache/gobblin/pull/3733?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
(e4620ab) into
[master](https://app.codecov.io/gh/apache/gobblin/commit/01036ccd45ae4ddf21a6e60acc84da70ccd097c9?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
(01036cc) will **increase** coverage by `0.11%`.
> The diff coverage is `n/a`.
```diff
@@ Coverage Diff @@
## master #3733 +/- ##
============================================
+ Coverage 45.34% 45.45% +0.11%
- Complexity 2138 2140 +2
============================================
Files 413 413
Lines 17956 17956
Branches 2184 2184
============================================
+ Hits 8142 8162 +20
+ Misses 8947 8926 -21
- Partials 867 868 +1
```
[see 3 files with indirect coverage
changes](https://app.codecov.io/gh/apache/gobblin/pull/3733/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
:mega: We’re building smart automated test selection to slash your CI/CD
build times. [Learn
more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
Issue Time Tracking
-------------------
Worklog Id: (was: 875047)
Time Spent: 20m (was: 10m)
> Fix missing flow execution id bug causing SQL Error
> ---------------------------------------------------
>
> Key: GOBBLIN-1870
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1870
> Project: Apache Gobblin
> Issue Type: Bug
> Reporter: Urmi Mustafi
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Seeing the following issue when trying to acquire lease for a flow action:
> {{ava.sql.SQLIntegrityConstraintViolationException: Column
> 'flow_execution_id' cannot be null" }}
> Flow action is created in orchestrate function, during refactoring missed
> executing the line to add flow execution id to metadata to be extracted for
> multi-active case. Adding a log line as well to check the flow action object
> created and verify it has all the flow information.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)