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

samsarahq / thunder / 1966
66%

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

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

Jobs
ID Job ID Ran Files Coverage
1 1966.1 12 Aug 2019 09:21PM UTC 0
62.49
Travis Job 1966.1
Source Files on build 1966
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1966
  • ab0b4616 on github
  • Prev Build on master (#1924)
  • Next Build on master (#1967)
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