Rosie Hamilton

Results 12 issues of Rosie Hamilton

Link to test run where this test failed for `integration-test (1.17, json)` https://github.com/ably/ably-go/runs/6690535221?check_suite_focus=true Link to test observability server for this run https://test-observability.herokuapp.com/repos/ably/ably-go/uploads/edabc612-128e-44f8-aed6-73a351d622a7 CI log ``` === RUN TestAuth_ClientID/Auth_ClientID auth_integration_test.go:529: Error...

failing-test

The test `TestRealtimeChannel_RTL6c2_PublishEnqueue` contains a number of sub-tests which test for different connection and channel states. Sometimes this test fails with the message `panic: Ack called but queue is empty.`...

failing-test

This test failed randomly in this pipeline run https://github.com/ably/ably-go/runs/6387789060?check_suite_focus=true ``` realtime_presence_integration_test.go:138: Error Trace: realtime_presence_integration_test.go:138 Error: Not equal: expected: []ably.ChannelState{ably.ChannelState{name:"INITIALIZED"}, ably.ChannelState{name:"ATTACHING"}, ably.ChannelState{name:"ATTACHED"}} actual : []ably.ChannelState{ably.ChannelState{name:"INITIALIZED"}, ably.ChannelState{name:"ATTACHING"}} Diff: --- Expected +++ Actual...

failing-test

The driving reason to start work on a v2.0.0 release is that it would be possible to make breaking changes to the existing project code. A v2.0.0 release would allow...

Our release process currently has a dependency on a developer having a working Ruby tool chain in order to generate release notes. There’s been a few times where SDK developers...

code-quality

A new way of testing called fuzzing was added in Go 1.18 (see tutorial https://go.dev/doc/tutorial/fuzz) Both myself and lmars think adding fuzz tests to the project is a good idea....

testing

Please note this issue appears in `ably-go` `1.2.6` however it doesn't reproduce in `1.2.5` When a Realtime client enters their presence to a brand new channel and there is a...

bug

# What is the problem this proposal will solve? **As a developer** which is integrating Ably into my own project code **I want** to be able to mock responses for...

enhancement
breaking

It is possible for a REST client to publish a message on behalf of a realtime client by providing the connection key of the realtime client. ``` channel := client.Channels.Get("test")...

testing

For ably-go, we had a test which passed in CI but failed when running locally (https://github.com/ably/ably-go/issues/445). The fix for this was to increase the tolerance of a timed assertion by...

testing