buildkite / test-collector-ruby

Buildkite Test Analytics collector for Ruby test frameworks
http://buildkite.com/test-analytics
MIT License
15 stars 26 forks source link

Rename session to socket session #175

Closed niceking closed 1 year ago

niceking commented 1 year ago

This PR is just a precursor to #174, which switches test-collector-ruby to send upload data via the Upload API rather than the ActionCable websocket for RSpec test suites.

This PR renames the previous Session to SocketSession as Minitest is still using the websocket implementation. As PR #174 creates a new Session object, the rename was pulled out into a separate PR for clarity of reading PR #174