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

uber / ringpop-go
93%
dev: 95%

Build:
Build:
LAST BUILD BRANCH: dperkins/update-badge
DEFAULT BRANCH: dev
Repo Added 06 Jan 2016 12:50PM UTC
Files 42
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

LAST BUILD ON BRANCH feature/use_discover_providers
branch: feature/use_discover_providers
CHANGE BRANCH
x
Reset
  • feature/use_discover_providers
  • Sirupsen
  • aandrade.no-logger-with-error
  • aandrade.ordered-hashring-lookup-n
  • aandrade.router-getnclients
  • aandrade.v0.8.5
  • add_opt
  • ajs-travis
  • bug/membership-race2
  • bugfix/make-leave
  • dev
  • enforce_app
  • example/kubernetes
  • fail_TestFlushesAfterInterval2
  • fail_TestFlushesAfterInterval3
  • fail_TestFlushesAfterInterval4
  • faster_forward
  • feature/convergence-logs
  • feature/coveralls
  • feature/emit-ring.checksum
  • feature/event-emitter
  • feature/extensible-hashring
  • feature/forward_headers
  • feature/identity-carry-over
  • feature/labels
  • feature/labels-checksum-hardening
  • feature/labels-limits
  • feature/labels-private
  • feature/lint
  • feature/local-member
  • feature/logger2
  • feature/member-predicate
  • feature/membership-package
  • feature/notify-state-change
  • feature/protocol-compatible-tombstones
  • feature/rbtree-absraction
  • feature/reaping
  • feature/reaping-faulty-nodes
  • feature/refactor-identity-option
  • feature/remove-make-leave
  • feature/rfn
  • feature/ring-multi-checksum
  • feature/self-evict
  • feature/self-evict-gossip
  • feature/setup
  • feature/testpop-stats
  • fix-146-bootstrap-can-occur-without-listen
  • fix/consistent-hashring
  • fix/double-reincarnation
  • fix/error-on-early-stat
  • fix/examples-tests
  • fix/go-test-prettify
  • fix/integration-tests
  • fix/maxP
  • fix/membership_log_level
  • fix/racecondition-hostlist-reuse
  • fix/reincarnation-source
  • fix/replica-point-naming
  • fix/thrift-gen-generated
  • fix/thrift-gen-import
  • fix/thrift-gen-imports
  • fix/travis-races-manditory
  • fix/upstream-mockery-change
  • fix_logrus
  • fix_travis_versions
  • hotfix/forward-header-leaking
  • integration-tests-ci
  • integration-tests-master
  • jg-log-bootstrap
  • leaking-goroutines
  • master
  • menno/emit-lookup-stats
  • menno/fix-stat-name
  • menno/lint-on-commit
  • menno/test-state-transition-it-test
  • motiejus-buffered-errchan
  • motiejus-buffered-errchan-0.5
  • motiejus-close_faulty_conn
  • motiejus-fix-cache
  • motiejus-glide
  • motiejus-glide-examples
  • motiejus-obsolete-comment
  • motiejus-travis-investigate
  • narrow-tchannel-expectations
  • print
  • production
  • release-v0.4.0
  • release-v0.5.0
  • release-v0.6.0
  • release-v0.7.0
  • release-v0.7.1
  • release-v0.8.0
  • release/v0.3
  • ringpopd-go
  • tchannel-v1.0.3
  • test-race-conditions-travis
  • test/channel-not-listening
  • test/flappy-stats-test
  • test/travis-caching
  • test/travis-go-1.6
  • travis-cache
  • travis/consolidate-matrix
  • travis/go1.7
  • travis/remove-go15
  • use-fix-flaky
  • v0.3.0
  • v0.4.0
  • v0.4.1
  • v0.5.0
  • v0.6.0
  • v0.7.0
  • v0.7.1
  • v0.8.0
  • v0.8.1
  • v0.8.2
  • v0.8.3
  • v0.8.4
  • v0.8.5
  • weiqing.addCtx
  • ws-bidirectional-full-sync
  • ws-cluster-test-commit
  • ws-defensive-piggybacking
  • ws-dont-disseminate-join-list
  • ws-dummy-commit
  • ws-flappy-test-fix-on-TertAdminLeaveJoinHandlers
  • ws-go-fmt-testpop
  • ws-hash-collision-consistency
  • ws-leave-status-incno-bugfix
  • ws-locks-in-HasChanges-method
  • ws-locks-in-HasChanges-method-fix
  • ws-maxP-leaveIncNo-updateTchan
  • ws-partition-heal-disco
  • ws-ping-reqs-bug-fix
  • ws-rebase-error-in-test
  • ws-refactor-calls-discoProvider-waitForConvergence
  • ws-remove-self-on-join-bug-fix
  • ws-status-periods-args
  • ws-tchan-update

pending completion
954

push

travis-ci

Motiejus
Remove `Hosts` and `File` bootstrapOptions

They can be replaced by implementing a DiscoverProvider instead. We
provide two default implementations:

1. discovery.statichosts (compatible with old `Hosts` attribute).
2. discovery.jsonfile (compatible with old `File` attribute).

See CHANGES.md for more details.

3538 of 3820 relevant lines covered (92.62%)

0.93 hits per line

Relevant lines Covered
Build:
Build:
3820 RELEVANT LINES 3538 COVERED LINES
0.93 HITS PER LINE
Source Files on feature/use_discover_providers
  • List 0
  • Changed 4
  • Source Changed 3
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
954 feature/use_discover_providers Remove `Hosts` and `File` bootstrapOptions They can be replaced by implementing a DiscoverProvider instead. We provide two default implementations: 1. discovery.statichosts (compatible with old `Hosts` attribute). 2. discovery.jsonfile (compatib... push 02 Mar 2016 10:50AM UTC Motiejus travis-ci pending completion  
952 feature/use_discover_providers Update changelog push 02 Mar 2016 10:00AM UTC Motiejus travis-ci pending completion  
950 feature/use_discover_providers Update release notes push 02 Mar 2016 08:29AM UTC Motiejus travis-ci pending completion  
948 feature/use_discover_providers Test JSONFile DiscoverProvider separately push 01 Mar 2016 04:00PM UTC Motiejus travis-ci pending completion  
946 feature/use_discover_providers Update CHANGES.md push 01 Mar 2016 02:15PM UTC Motiejus travis-ci pending completion  
944 feature/use_discover_providers Address comments from nils@ push 01 Mar 2016 02:08PM UTC Motiejus travis-ci pending completion  
943 feature/use_discover_providers Always include 'self' node to bootstrap hosts. Previously, if the 'self' node wasn't in the bootstrap-node list, it used to be added only in certain cases during bootstrapping phase. Now, add the current host to the Host list regardless on how th... push 01 Mar 2016 01:41PM UTC Motiejus travis-ci pending completion  
937 feature/use_discover_providers Remove `Hosts` and `File` bootstrapOptions They can be replaced by implementing a DiscoverProvider instead. We provide two default implementations: 1. discovery.statichosts (compatible with old `Hosts` attribute). 2. discovery.staticjson (compat... push 01 Mar 2016 10:33AM UTC Motiejus travis-ci pending completion  
936 feature/use_discover_providers Remove `Hosts` and `File` bootstrapOptions They can be replaced by implementing a DiscoverProvider instead. We provide two default implementations: 1. swim.NewStaticHostList (compatible with old `Hosts` attribute). 1. swim.NewJSONFileHostList (c... push 01 Mar 2016 09:56AM UTC Motiejus travis-ci pending completion  
933 feature/use_discover_providers WIP use discover providers push 26 Feb 2016 02:37PM UTC Motiejus travis-ci pending completion  
See All Builds (1160)
  • Repo on GitHub
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