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

mp911de / lettuce / 1103
92%

Build:
DEFAULT BRANCH: master
Ran 26 Aug 2016 03:55PM UTC
Jobs 2
Files 244
Run time 840min
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
1103

push

travis-ci

mp911de
Consider number of redirections instead of executions for cluster commands #344

Previously, the ClusterCommand incremented the number of executions instead of the number of command redirections. The execution limit was also hit by one execution too early which lead to a premature failure. A limit of 5 redirections canceled the command after 5 executions but it should be 6 executions (assuming all executions failed with a redirect).

ClusterCommand now increments the redirect count only when a redirection occurs and it limits only by redirections with honoring that 5 redirections can mean 6 executions.

12 of 12 new or added lines in 1 file covered. (100.0%)

10025 of 10797 relevant lines covered (92.85%)

1.85 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
100.0
src/main/java/com/lambdaworks/redis/cluster/ClusterCommand.java

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
src/main/java/com/lambdaworks/redis/AbstractRedisReactiveCommands.java
3
100.0
src/main/java/com/lambdaworks/redis/protocol/CommandHandler.java
5
100.0
src/main/java/com/lambdaworks/redis/protocol/ReconnectionHandler.java
Jobs
ID Job ID Ran Files Coverage
1 1103.1 (PROFILE=netty-40) 26 Aug 2016 03:55PM UTC 0
92.59
Travis Job 1103.1
2 1103.2 (PROFILE=netty-41) 27 Aug 2016 05:55AM UTC 0
92.73
Travis Job 1103.2
Source Files on build 1103
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1103
  • c8c59ba0 on github
  • Prev Build on master (#1101)
  • Next Build on master (#1107)
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