• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

apache / incubator-distributedlog / 276
43%

Build:
DEFAULT BRANCH: master
Ran 12 Apr 2017 07:40AM UTC
Jobs 1
Files 422
Run time 21s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
276

push

jenkins

sijie
DL-195: exclude DISCLAIMER.bin.txt for Apache Rat Check Failures

"mvn apache-rat:check package findbugs:check -DskipTests" would fail with report:
```
[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.7:check (default-cli) on project distributedlog_2.10: Too many unapproved licenses: 1 -> [Help 1]
```
Check the rat report, seems we need  to exclude file DISCLAIMER.bin.txt  from rat checking.

After exclude 1 file for rat check, by adding this line at line232 of pom.xml, we could execute above command successfully,
```
<exclude>src/main/resources/DISCLAIMER.bin.txt</exclude>
```

build result
```
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache DistributedLog :: Parent .................... SUCCESS [  2.625 s]
[INFO] Apache DistributedLog :: Build Tools ............... SUCCESS [  0.809 s]
[INFO] Apache DistributedLog :: Protocol .................. SUCCESS [ 21.284 s]
[INFO] Apache DistributedLog :: Core Library .............. SUCCESS [ 24.496 s]
[INFO] Apache DistributedLog :: Proxy Client .............. SUCCESS [ 11.254 s]
[INFO] Apache DistributedLog :: Proxy Service ............. SUCCESS [ 21.825 s]
[INFO] Apache DistributedLog :: Benchmark ................. SUCCESS [ 14.015 s]
[INFO] Apache DistributedLog :: Tutorials :: Basics ....... SUCCESS [ 18.098 s]
[INFO] Apache DistributedLog :: Tutorials :: Messaging Tutorial SUCCESS [ 32.122 s]
[INFO] Apache DistributedLog :: Tutorials :: Kafka Tutorial SUCCESS [ 51.698 s]
[INFO] Apache DistributedLog :: Tutorials :: MapReduce Tutorial SUCCESS [09:17 min]
[INFO] Apache DistributedLog :: Tutorials ................. SUCCESS [  0.050 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
```

Author: jiazhai <zhaijia03@gmail.com>
Author: jiazhai <jiazhai@users.noreply.github.com>

Reviewers: Sijie Guo <sijie@apache.org>

Closes #124 from jiazhai/DL-195 and squashes the ... (continued)

13550 of 30944 relevant lines covered (43.79%)

1016.73 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
4
100.0
distributedlog-core/src/main/java/org/apache/distributedlog/lock/ZKSessionLock.java
Jobs
ID Job ID Ran Files Coverage
1 276.1 12 Apr 2017 07:40AM UTC 0
43.79
Source Files on build 276
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #276
  • 1f705bea on github
  • Prev Build on master (#275)
  • Next Build on master (#277)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc