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

rsocket / rsocket-cpp / 1809 / 2
38%
master: 38%

Build:
DEFAULT BRANCH: master
Ran 13 Jul 2017 07:22PM UTC
Files 110
Run time 5s
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

13 Jul 2017 07:17PM UTC coverage: 70.541% (+0.3%) from 70.281%
COMPILER=gcc-4.9

push

travis-ci

web-flow
General FrameTransport cleanup (#579)

* General FrameTransport cleanup

* Remove virtual methods and make it final, there are no subclasses.

* Rename drainOutputFramesQueue() to drainWrites(), add a matching drainReads().
  Both of them take a lock_guard<> as a parameter, as all of their uses were
  already within the scope of one.

* Delete FrameTransport::duplexConnection().  It's not safe to be called in the
  general case as we can't control when the connection will be closed, and it's
  not necessary in tests if mocks are being used.

* Remove out-of-date TODOs about re-enabling VLOGs that may or may not be
  useful.

* Comments and a few tests.

* Fix FrameTransport::onError() calling folly::exception_wrapper(std::exception_ptr)

3338 of 4732 relevant lines covered (70.54%)

1286.34 hits per line

Source Files on job 1809.2 (COMPILER=gcc-4.9)
  • Tree
  • List 0
  • Changed 20
  • Source Changed 4
  • Coverage Changed 20
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1809
  • Travis Job 1809.2
  • 05dd6405 on github
  • Prev Job for COMPILER=gcc-4.9 on master (#1807.2)
  • Next Job for COMPILER=gcc-4.9 on master (#1814.2)
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