maytasm commented on pull request #10625:
URL: https://github.com/apache/druid/pull/10625#issuecomment-738578884
Travis failure is because of processing module test failing due to code
coverage. Note that all tests passed.
The code coverage is missing on a single line changed in
OnheapIncrementalIndex.java. I don't think it's worth-wide or possible to test
so we should just ignore the code coverage.
`------------------------------------------------------------------------------
org/apache/druid/segment/incremental/OnheapIncrementalIndex.java
------------------------------------------------------------------------------
463 }
464
465 @Override
466 public long getMaxJvmMemory()
467 {
468 F | L return
JvmUtils.getRuntimeInfo().getMaxHeapSizeBytes();
------------------------------------------------------------------------------
Diff coverage statistics:
------------------------------------------------------------------------------
| lines | branches | functions | path
------------------------------------------------------------------------------
| 0% (0/1) | 100% (0/0) | 100% (1/1) |
org/apache/druid/segment/incremental/OnheapIncrementalIndex.java
------------------------------------------------------------------------------
Total diff coverage:
- lines: 0% (0/1)
- branches: 100% (0/0)
- functions: 100% (1/1)
ERROR: Insufficient line coverage of 0% (0/1). Required 50%.`
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]