suneet-s commented on pull request #10085:
URL: https://github.com/apache/druid/pull/10085#issuecomment-650490137
CI fails the 4 `other module tests` because of code-coverage. These
functions are covered by integration tests in the security integration tests
and the web console e2e tests to allow the OPTIONS and HEAD HTTP methods
respectively.
```
Diff coverage statistics:
------------------------------------------------------------------------------
| lines | branches | functions | path
------------------------------------------------------------------------------
| 0% (0/1) | 100% (0/0) | 100% (0/0) |
org/apache/druid/cli/CliOverlord.java
| 0% (0/1) | 100% (0/0) | 100% (1/1) |
org/apache/druid/cli/MiddleManagerJettyServerInitializer.java
| 0% (0/1) | 100% (0/0) | 100% (1/1) |
org/apache/druid/cli/CoordinatorJettyServerInitializer.java
| 0% (0/1) | 100% (0/0) | 0% (0/1) |
org/apache/druid/cli/RouterJettyServerInitializer.java
| 0% (0/1) | 100% (0/0) | 100% (1/1) |
org/apache/druid/cli/QueryJettyServerInitializer.java
------------------------------------------------------------------------------
Total diff coverage:
- lines: 0% (0/5)
- branches: 100% (0/0)
- functions: 75% (3/4)
ERROR: Insufficient line coverage of 0% (0/5). 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]