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

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

Build:
DEFAULT BRANCH: master
Ran 13 Jul 2017 07:21PM UTC
Files 110
Run time 4s
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: 69.839% (+0.2%) from 69.658%
COMPILER=gcc-5

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)

3346 of 4791 relevant lines covered (69.84%)

2011.88 hits per line

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