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

ably / ably-ruby
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: error-inline-updates-ably-ruby-1756019885815
DEFAULT BRANCH: master
Repo Added 12 Apr 2015 05:35PM UTC
Files 102
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

LAST BUILD ON BRANCH connection-state-freshness-check-on-resume-RTN15g
branch: connection-state-freshness-check-on-resume-RTN15g
CHANGE BRANCH
x
Reset
  • connection-state-freshness-check-on-resume-RTN15g
  • 0-8-master
  • 0-9-master
  • 0-9-rest
  • 0-9-spec-codes-for-tests
  • 0.8-final-spec
  • 1-0-master
  • 2025-06-10-fix-ci
  • EDU-1951-Improve-Pub/Sub-ruby-README
  • RSC15f-remember-fallback
  • ably-java-531-encryption-investigations
  • account-for-frozen-strings
  • add-details-to-contributing
  • add-jwt-test
  • add-new-release
  • add-new-ruby-versions-to-travis-tests
  • add-request-id-fix-for-bulk-publishes
  • add-request-id-to-path
  • add-requestid-attribute-documentation
  • add-supported-platforms-to-readme
  • adding-maintainer
  • attach-reattach-0.9
  • auth-callback-consistency
  • auth-params-fix
  • bugfix/fix-specs
  • bugfix/remove-until_attach-option
  • ci-fixes-2015-08
  • ci-logger
  • client-id-and-other-spec-updates
  • clientId-on-init
  • code-style-coverage-and-editor-conventions
  • coveralls.io
  • develop
  • dns-resolution-blocked
  • docs-update
  • editorconfig
  • em-issue-756-workaround-wip
  • ensure-connections-are-always-closed-in-tests
  • eventmachine-upgrade
  • fallback-fixes
  • fallback-host-improvements
  • fallback-on-timeout-spec
  • faraday-1.0-support-test
  • faraday-timeout-tests
  • feature/default-customer-environment-fallbacks
  • feature/http2-support
  • feature/rename-master-to-main
  • feature/update-license
  • fix-channel-history-tests
  • fix-failing-auth-test
  • fix-history-pagination-test
  • fix-presence-history-test
  • fix-tests-with-custom-loggers
  • generate-error-codes
  • globsort
  • history-since-attach
  • idempotent-publishing
  • improvement/add-support-for-delete-patch-put-in-request
  • improvement/implement-transport_params
  • improvement/update_ruby_versions
  • improvement/upgrade-statesman
  • intermittent-test-failure-resolution
  • issues/msg-serial-reset-bug-issue-179
  • json-value-types
  • known-limitations
  • laura/endpoint-option
  • main
  • master
  • message-interoperability-tests
  • minor-test-fixes
  • native-heartbeats-enabled
  • new-paginated-resource
  • parallel-tests
  • patch-1
  • presence_error
  • proxy-support
  • publish-params
  • push-notifications
  • realtime-publish-multiple
  • reauthorise
  • redirect-support
  • reject-invalid-payload-type
  • release/1.2.8
  • resolve-travis-erratic-issues
  • rest-presence-encoding-fixture-tests
  • safe-message-emitter-callbacks
  • separate-token-params-for-auth
  • spec-update-sep-2015
  • test-local
  • test-which-todos-skipped-tests-work
  • testing-against-staging-echo-server
  • token-details-request-from-json
  • token-naming-refactor
  • transient-publishing-issue-164
  • trivialfixes
  • update-faraday-typhoeus-to-1.1.0
  • v0.7.6
  • v0.8.0
  • v0.8.10
  • v0.8.11
  • v0.8.12
  • v0.8.13
  • v0.8.14
  • v0.8.15
  • v0.8.2
  • v0.8.3
  • v0.8.4
  • v0.8.5
  • v0.8.6
  • v0.8.7
  • v0.8.9
  • v0.9-rest
  • v1-1-release
  • v1.0.0
  • v1.0.1
  • v1.0.2
  • v1.0.3
  • v1.0.4
  • v1.0.5
  • v1.0.6
  • v1.0.7
  • v1.1.0
  • v1.1.0-beta.push.1
  • v1.1.1
  • v1.1.2
  • v1.1.3
  • v1.1.4.rc
  • view-state-sequence-when-reattaching
  • websocket-hartbeat-fallback-fixes

pending completion
798

push

travis-ci

mattheworiordan
Remove legacy broken resume logic

This previously checked that a connection should only be resumed if it was connected within the last two minutes.  This is not correct, and we should rely on our connection freshness checks which we do.

See https://github.com/ably/ably-ruby/pull/146#discussion_r184624962

1 of 1 new or added line in 1 file covered. (100.0%)

16463 of 16725 relevant lines covered (98.43%)

22873.35 hits per line

Relevant lines Covered
Build:
Build:
16725 RELEVANT LINES 16463 COVERED LINES
22873.35 HITS PER LINE
Source Files on connection-state-freshness-check-on-resume-RTN15g
  • List 0
  • Changed 79
  • Source Changed 1
  • Coverage Changed 79
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
798 connection-state-freshness-check-on-resume-RTN15g Remove legacy broken resume logic This previously checked that a connection should only be resumed if it was connected within the last two minutes. This is not correct, and we should rely on our connection freshness checks which we do. See http... push 27 Apr 2018 05:50PM UTC mattheworiordan travis-ci pending completion  
795 connection-state-freshness-check-on-resume-RTN15g fixup! Bug fix: Liveness state should be updated before protocol messages are processed push 27 Apr 2018 03:49PM UTC mattheworiordan travis-ci pending completion  
793 connection-state-freshness-check-on-resume-RTN15g Remove legacy broken resume logic This previously checked that a connection should only be resumed if it was connected within the last two minutes. This is not correct, and we should rely on our connection freshness checks which we do. See http... push 27 Apr 2018 02:22PM UTC mattheworiordan travis-ci pending completion  
789 connection-state-freshness-check-on-resume-RTN15g Improve test reliability: connection keys should be treated as opaque push 27 Apr 2018 11:58AM UTC mattheworiordan travis-ci pending completion  
784 connection-state-freshness-check-on-resume-RTN15g Only resume if connection is fresh (RTN15g*) Previously we would resume a connection even if the last time we had contacted Ably was greater than the max connection state TTL. As a result, we would try and resume a connection that is guaranteed n... push 27 Apr 2018 12:14AM UTC mattheworiordan travis-ci pending completion  
See All Builds (1059)
  • Repo on GitHub
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

© 2025 Coveralls, Inc