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

nats-io / nats-streaming-server / 2001
92%
main: 92%

Build:
Build:
LAST BUILD BRANCH: add-eol-note
DEFAULT BRANCH: main
Ran 22 Jul 2019 09:48PM UTC
Jobs 1
Files 25
Run time 7s
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

22 Jul 2019 09:18PM UTC coverage: 91.933% (+0.03%) from 91.903%
2001

Pull #886

travis-ci

web-flow
Fixed implementation of FileStore auto-sync feature

The original implementation was having a central timer routine
that would go through the list of channels (interface) and cast
them to FileMsgStore and FileSubStore to invoke the stores' autoSync()
functions.
However, with stores that wrap a FileStore instance (such as RAFT or
Crypto store), that would cause a panic since the casting would fail.

Alternative fix would have been for FileStore to maintain a separate
map of actual File[Msg/Sub]Store, but I chose instead to move the
call to autoSync() into the Msg/Sub stores themselves.

Relates to #882

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
Pull Request #886: Fixed implementation of FileStore auto-sync feature

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

11840 of 12879 relevant lines covered (91.93%)

46243.88 hits per line

Jobs
ID Job ID Ran Files Coverage
2 2001.2 (GO111MODULE=off) 22 Jul 2019 09:48PM UTC 0
91.93
Travis Job 2001.2
Source Files on build 2001
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2001
  • Pull Request #886
  • PR Base - master (#1995)
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