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

apache / servicecomb-pack / 2106
82%

Build:
DEFAULT BRANCH: master
Ran 22 Oct 2019 07:01AM UTC
Jobs 1
Files 193
Run time 14s
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
2106

push

travis-ci

WillemJiang
SCB-1532 Supports akka resdis persistence configuration(#576)

#redis 单机模式
#akkaConfig:
#  akka.persistence.journal.plugin: akka-persistence-redis.journal
#  akka.persistence.snapshot-store.plugin: akka-persistence-redis.snapshot
#  akka-persistence-redis:
#    redis:
#      mode: simple
#      host: ${spring.redis.host}
#      port: ${spring.redis.port}
#      database: 0
#      #password: ${spring.redis.password}

#redis 哨兵模式
akkaConfig:
  akka.persistence.journal.plugin: akka-persistence-redis.journal
  akka.persistence.snapshot-store.plugin: akka-persistence-redis.snapshot
  akka-persistence-redis:
    redis:
      mode: sentinel
      database: 1
      password: ${spring.redis.password}
      master: ${spring.redis.sentinel.master}
      sentinel-list: ${spring.redis.sentinel.nodes}

3575 of 4431 relevant lines covered (80.68%)

1.31 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2106.1 22 Oct 2019 07:01AM UTC 0
80.68
Travis Job 2106.1
Source Files on build 2106
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2106
  • c6ff0d19 on github
  • Prev Build on master (#2105)
  • Next Build on master (#2109)
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

© 2025 Coveralls, Inc