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

rsocket / rsocket-cpp / 1809
38%

Build:
DEFAULT BRANCH: master
Ran 13 Jul 2017 07:21PM UTC
Jobs 3
Files 110
Run time 56s
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
1809

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)

3454 of 4916 relevant lines covered (70.26%)

4140.65 hits per line

Jobs
ID Job ID Ran Files Coverage
2 1809.2 (COMPILER=gcc-4.9) 13 Jul 2017 07:22PM UTC 0
70.54
Travis Job 1809.2
3 1809.3 (COMPILER=gcc-5) 13 Jul 2017 07:21PM UTC 0
69.84
Travis Job 1809.3
4 1809.4 (COMPILER=gcc-6) 13 Jul 2017 07:22PM UTC 0
69.91
Travis Job 1809.4
Source Files on build 1809
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1809
  • 05dd6405 on github
  • Prev Build on master (#1807)
  • Next Build on master (#1814)
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