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

samsarahq / thunder / 1966 / 1
66%
master: 66%

Build:
DEFAULT BRANCH: master
Ran 12 Aug 2019 09:21PM UTC
Files 48
Run time 2594min
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

12 Aug 2019 06:32PM UTC coverage: 62.485% (-0.03%) from 62.511%
1966.1

push

travis-ci

willhug
go reactive: Cancel context after each reactive Run

Summary: Some pieces of code will hold onto the context waiting for it
to be done (usually in a goroutine).  This means that all the objects
that are stored on the context are held until the original context is
marked as "done".  This would not happen until the websocket/http
request finishes.  So for continous requests we have a leak where each
intermediary context is holding onto the entire cache stack (and
anything else on the context) until we reset the websocket connection.

This commit adds a cancel to context for each reactive.Run.  This should
allow all code that depends on the context.Done() to be able to clear
between runs.

4234 of 6776 relevant lines covered (62.49%)

15312.35 hits per line

Source Files on job 1966.1
  • Tree
  • List 0
  • Changed 9
  • Source Changed 1
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 786
  • Travis Job 1966.1
  • ab0b4616 on github
  • Prev Job for on master (#1924.1)
  • Next Job for on master (#1967.1)
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