Details of upload 8327c42b-aae6-4802-a193-8f4f0461a850

Created at
2024-11-19T10:08:38.438Z
Total number of tests
657
JUnit report XML
View report
GitHub repository
ably/ably-js
Commit SHA
3ed2ee0
Pull request base ref
integration/liveobjects
Pull request head ref
liveobjects/package-test
Branch / tag name
1921/merge
Workflow asset retention period
90 days
GitHub action
__ably_test-observability-action
GitHub run ID
11910484830
GitHub run attempt
1
GitHub run number
3108
GitHub job
test-node
GitHub job URL
Not known
Loop iteration
1

Test failures

There are 9 failures in this upload.

Failure ID Test case ID Test class Test case Message
e9caaf04-3ba0-4447-865b-795a87b753b3 f89e8ec7-7f17-4706-80a9-72d41106225c buffered state operation messages are applied when STATE_SYNC sequence ends realtime/live_objects Realtime with LiveObjects plugin buffered state operation messages are applied when STATE_SYNC sequence ends Check root has correct value for "stringKey" key after STATE_SYNC has ended and buffered operations are applied: expected undefined to equal 'stringValue'
47970ccc-a50e-45e6-b389-30fc12e0de21 c068c39b-316d-4e41-af7e-40f6e39d1b2c buffered state operation messages are discarded when new STATE_SYNC sequence starts realtime/live_objects Realtime with LiveObjects plugin buffered state operation messages are discarded when new STATE_SYNC sequence starts Check root has data from operations received during second STATE_SYNC sequence: expected undefined to equal 'bar'
dce9fcb1-c8d7-4577-82bb-0a703395d02c 869626c3-a51b-4dcf-b89e-9ee474200966 subsequent state operation messages are applied immediately after STATE_SYNC ended and buffers are applied realtime/live_objects Realtime with LiveObjects plugin subsequent state operation messages are applied immediately after STATE_SYNC ended and buffers are applied Check root has correct value for "stringKey" key after STATE_SYNC has ended and buffered operations are applied: expected undefined to equal 'stringValue'
85b9584b-1ab7-4ff5-9ca1-784a9f10a272 dd2064fa-1e4f-4807-9dac-686a159a52ca can subscribe to the incoming COUNTER_INC operation on a LiveCounter realtime/live_objects Realtime with LiveObjects plugin can subscribe to the incoming COUNTER_INC operation on a LiveCounter Cannot read properties of undefined (reading 'subscribe')
f530af3e-9a31-40eb-82ea-3c84dc2f9d33 21e66809-f245-46ad-afc4-09f1fffbe1f5 can subscribe to the incoming MAP_REMOVE operation on a LiveMap realtime/live_objects Realtime with LiveObjects plugin can subscribe to the incoming MAP_REMOVE operation on a LiveMap Check map subscription callback is called with an expected update object for MAP_REMOVE operation: expected { update: { stringKey: 'removed' } } to deeply equal { update: { stringKey: 'deleted' } }
5771bd7e-43b2-40ae-a6e7-86d0a4c94c28 9745cda9-87cf-4a76-a224-60eb8ab24a38 can subscribe to multiple incoming operations on a LiveMap realtime/live_objects Realtime with LiveObjects plugin can subscribe to multiple incoming operations on a LiveMap Check map subscription callback is called with an expected update object for 3 times: expected { update: { foo: 'removed' } } to deeply equal { update: { foo: 'deleted' } }
6bbc3a75-c34c-406f-bb3f-f89902396811 5c955a26-24a7-45b6-8f18-25846ce0c6c0 can unsubscribe from LiveMap updates via LiveMap.unsubscribe() call realtime/live_objects Realtime with LiveObjects plugin can unsubscribe from LiveMap updates via LiveMap.unsubscribe() call Check map has value for key "foo-2" after all map sets: expected undefined to equal 'exists'
c313d1e7-1603-4eaf-81fb-6844374c1ea3 3f57e915-fdc7-4bdf-b993-e638b35349b9 can remove all LiveMap update listeners via LiveMap.unsubscribeAll() call realtime/live_objects Realtime with LiveObjects plugin can remove all LiveMap update listeners via LiveMap.unsubscribeAll() call Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/work/ably-js/ably-js/test/realtime/live_objects.test.js)
958ce79a-5435-48b4-bd6b-53a42baf9d85 aa304eca-3d01-4f9c-ac7e-a79063b78c79 multiple_pending realtime/presence multiple_pending Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/work/ably-js/ably-js/test/realtime/presence.test.js)