[
https://issues.apache.org/jira/browse/GOBBLIN-1284?focusedWorklogId=499016&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-499016
]
ASF GitHub Bot logged work on GOBBLIN-1284:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 10/Oct/20 23:59
Start Date: 10/Oct/20 23:59
Worklog Time Spent: 10m
Work Description: codecov-io edited a comment on pull request #3123:
URL:
https://github.com/apache/incubator-gobblin/pull/3123#issuecomment-706626746
#
[Codecov](https://codecov.io/gh/apache/incubator-gobblin/pull/3123?src=pr&el=h1)
Report
> Merging
[#3123](https://codecov.io/gh/apache/incubator-gobblin/pull/3123?src=pr&el=desc)
into
[master](https://codecov.io/gh/apache/incubator-gobblin/commit/52cefe6339182e3f78e93e3913ebd946c7a57512?el=desc)
will **decrease** coverage by `0.00%`.
> The diff coverage is `66.66%`.
[](https://codecov.io/gh/apache/incubator-gobblin/pull/3123?src=pr&el=tree)
```diff
@@ Coverage Diff @@
## master #3123 +/- ##
============================================
- Coverage 46.02% 46.02% -0.01%
- Complexity 9582 9583 +1
============================================
Files 1986 1986
Lines 75796 75809 +13
Branches 8445 8446 +1
============================================
+ Hits 34884 34889 +5
- Misses 37635 37641 +6
- Partials 3277 3279 +2
```
| [Impacted
Files](https://codecov.io/gh/apache/incubator-gobblin/pull/3123?src=pr&el=tree)
| Coverage Δ | Complexity Δ | |
|---|---|---|---|
|
[...apache/gobblin/kafka/writer/Kafka09DataWriter.java](https://codecov.io/gh/apache/incubator-gobblin/pull/3123/diff?src=pr&el=tree#diff-Z29iYmxpbi1tb2R1bGVzL2dvYmJsaW4ta2Fma2EtMDkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2dvYmJsaW4va2Fma2Evd3JpdGVyL0thZmthMDlEYXRhV3JpdGVyLmphdmE=)
| `72.30% <65.21%> (-2.27%)` | `10.00 <0.00> (ø)` | |
|
[...lin/kafka/writer/KafkaWriterConfigurationKeys.java](https://codecov.io/gh/apache/incubator-gobblin/pull/3123/diff?src=pr&el=tree#diff-Z29iYmxpbi1tb2R1bGVzL2dvYmJsaW4ta2Fma2EtY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9nb2JibGluL2thZmthL3dyaXRlci9LYWZrYVdyaXRlckNvbmZpZ3VyYXRpb25LZXlzLmphdmE=)
| `75.00% <100.00%> (+8.33%)` | `1.00 <0.00> (ø)` | |
|
[...in/java/org/apache/gobblin/cluster/HelixUtils.java](https://codecov.io/gh/apache/incubator-gobblin/pull/3123/diff?src=pr&el=tree#diff-Z29iYmxpbi1jbHVzdGVyL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9nb2JibGluL2NsdXN0ZXIvSGVsaXhVdGlscy5qYXZh)
| `38.01% <0.00%> (-2.48%)` | `14.00% <0.00%> (ø%)` | |
|
[...n/java/org/apache/gobblin/util/PullFileLoader.java](https://codecov.io/gh/apache/incubator-gobblin/pull/3123/diff?src=pr&el=tree#diff-Z29iYmxpbi11dGlsaXR5L3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9nb2JibGluL3V0aWwvUHVsbEZpbGVMb2FkZXIuamF2YQ==)
| `73.88% <0.00%> (-0.34%)` | `26.00% <0.00%> (+1.00%)` | :arrow_down: |
------
[Continue to review full report at
Codecov](https://codecov.io/gh/apache/incubator-gobblin/pull/3123?src=pr&el=continue).
> **Legend** - [Click here to learn
more](https://docs.codecov.io/docs/codecov-delta)
> `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
> Powered by
[Codecov](https://codecov.io/gh/apache/incubator-gobblin/pull/3123?src=pr&el=footer).
Last update
[52cefe6...155c3a9](https://codecov.io/gh/apache/incubator-gobblin/pull/3123?src=pr&el=lastupdated).
Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 499016)
Time Spent: 0.5h (was: 20m)
> Fix flaky tests causing local build failures
> --------------------------------------------
>
> Key: GOBBLIN-1284
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1284
> Project: Apache Gobblin
> Issue Type: Improvement
> Components: gobblin-core
> Affects Versions: 0.15.0
> Reporter: Sudarshan Vasudevan
> Assignee: Abhishek Tiwari
> Priority: Major
> Fix For: 0.15.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> On local build, we see intermittent failures in the following test classes:
> # RateControlledFileSystemTest
> # HiveSourceTest
> # HighLevelConsumerTest
> The test failures happen due to a combination of reasons:
> # Failure to clean up files/directories (HiveSourceTest)
> # Inadequate number of iterations resulting in sample mean not converging
> (RateControlledFileSystemTest), and
> # Timeout exceptions (HighLevelConsumerTest)
> This task attempts to fix the flakiness in these test classes.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)