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

rsocket / rsocket-cpp / 1925
38%

Build:
DEFAULT BRANCH: master
Ran 02 Aug 2017 06:05PM UTC
Jobs 3
Files 122
Run time 2min
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

pending completion
1925

push

travis-ci

lehecka
Support destroying a SetupResumeAcceptor after its EventBase is destroyed (#617)

We hit this issue when manually passing DuplexConnection objects to
RSocketServer::acceptConnection().  We generally end up with the worker threads
getting killed first, which starts destroying their EventBases and then their
folly::ThreadLocal<SetupResumeAcceptor> objects.  When we're destroying the
SetupResumeAcceptor the EventBase is gone, and accessing it will cause us to
crash.

3807 of 5089 relevant lines covered (74.81%)

3320.1 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
3
100.0
/home/travis/build/rsocket/rsocket-cpp/yarpl/src/yarpl/utils/credits.cpp
4
100.0
/home/travis/build/rsocket/rsocket-cpp/rsocket/RSocketServer.cpp
8
100.0
/home/travis/build/rsocket/rsocket-cpp/rsocket/internal/SetupResumeAcceptor.cpp
Jobs
ID Job ID Ran Files Coverage
2 1925.2 (COMPILER=gcc-4.9) 02 Aug 2017 06:05PM UTC 0
74.91
Travis Job 1925.2
3 1925.3 (COMPILER=gcc-5) 02 Aug 2017 06:07PM UTC 0
74.42
Travis Job 1925.3
4 1925.4 (COMPILER=gcc-6) 02 Aug 2017 06:07PM UTC 0
74.45
Travis Job 1925.4
Source Files on build 1925
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1925
  • e722c564 on github
  • Prev Build on master (#1924)
  • Next Build on master (#1928)
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