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

tylerb / graceful
67%

Build:
DEFAULT BRANCH: master
Repo Added 07 Apr 2015 12:22AM UTC
Files 5
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 master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 1.2.7
  • dronedebug
  • fix-http2-tests-go-1-7
  • v1.2.10
  • v1.2.11
  • v1.2.12
  • v1.2.13
  • v1.2.14
  • v1.2.15
  • v1.2.6
  • v1.2.7
  • v1.2.8
  • v1.2.9

pending completion
92

Pull #108

travis-ci

web-flow
Fix: graceful never close use <-s.StopChan()

we use gracefull in my project and use <-s.StopChan() to wait service gracefully closed.
but it never return. i got a afternoon to figure out way. yeah, i think it is a bug.

reason: 
// Fix: stopChan may not init, so if shutdown finish, anyone else use StopChan to wait. it will nevery closed.
Pull Request #108: Fix: graceful never close use <-s.StopChan()

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

238 of 357 relevant lines covered (66.67%)

60.27 hits per line

Relevant lines Covered
Build:
Build:
357 RELEVANT LINES 238 COVERED LINES
60.27 HITS PER LINE
Source Files on master
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
92 master Fix: graceful never close use <-s.StopChan() we use gracefull in my project and use <-s.StopChan() to wait service gracefully closed. but it never return. i got a afternoon to figure out way. yeah, i think it is a bug. reason: // Fix: stopC... Pull #108 20 Mar 2018 10:56AM UTC web-flow travis-ci pending completion  
91 master Fix regression for go 1.3.3 Pull #107 20 Feb 2018 03:01PM UTC web-flow travis-ci pending completion  
90 master Interrupted locking mechanism The following commit introduces a lock around the Interrupted state. Introduction of the lock helps prevent race conditions where accessing internal state at the same time as the Server.handleInterrupt. Ideally I wo... Pull #107 20 Feb 2018 02:58PM UTC web-flow travis-ci pending completion  
89 master Merge pull request #103 from F21/go-1.8 Add note about Go 1.8 to readme push 21 Feb 2017 05:11PM UTC web-flow travis-ci pending completion  
87 master Add note about Go 1.8 to readme Pull #103 21 Feb 2017 03:30AM UTC web-flow travis-ci pending completion  
85 master Merge pull request #102 from jacobbaskin/new_idle Mark newly-added connections as idle push 01 Feb 2017 07:59PM UTC web-flow travis-ci pending completion  
84 master Mark newly-added connections as idle Pull #102 01 Feb 2017 07:53PM UTC web-flow travis-ci pending completion  
82 master Merge pull request #100 from dcelasun/support-get-certificate Allow empty certFile and keyFile for ListenTLS() (Fix #99) push 16 Jan 2017 09:07AM UTC web-flow travis-ci pending completion  
81 master Allow empty certFile and keyFile for ListenTLS() In order to use multiple TLS certificates that can be added/removed dynamically at runtime, without restarting the server, `config.Certificates` must be empty and `tls.Config.GetCertificate` must b... Pull #100 13 Jan 2017 03:59PM UTC web-flow travis-ci pending completion  
80 master Merge pull request #97 from awishformore/fix-timeout-race-condition Fix race condition on timeout between shutdown() and Stop() push 03 Jan 2017 04:22PM UTC web-flow travis-ci pending completion  
See All Builds (198)
  • 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

© 2026 Coveralls, Inc