Details of upload 762bd05a-820b-4ecf-940a-ae1561fcdaaf

Created at
2024-11-08T11:08:02.521Z
Total number of tests
657
JUnit report XML
View report
GitHub repository
ably/ably-js
Commit SHA
2fc1ace
Pull request base ref
liveobjects/timeserials-comparison-change
Pull request head ref
liveobjects/subscriptions
Branch / tag name
1917/merge
Workflow asset retention period
90 days
GitHub action
__ably_test-observability-action
GitHub run ID
11740835485
GitHub run attempt
1
GitHub run number
3098
GitHub job
test-node
GitHub job URL
Not known
Loop iteration
1

Test failures

There are 10 failures in this upload.

Failure ID Test case ID Test class Test case Message
e1409fc6-71d0-44b8-a89b-86c9a5c3d93e c2bf7583-2a11-45a3-92e4-8c5acdbbbffd attachWithChannelModes_with_web_socket_binary_transport realtime/channel attachWithChannelModes_with_web_socket_binary_transport done() invoked with non-Error: checkCanPresenceSubscribe: message not received within 5s
3260e20b-fa8d-48e6-adf5-df457b6cfeb1 215289e3-612a-4cfb-be3e-2c3824c9f1d0 can apply MAP_SET with object ids state operation messages realtime/live_objects Realtime with LiveObjects plugin can apply MAP_SET with object ids state operation messages Check map at "keyToMap" key in root exists: expected undefined to exist
a116b2e3-3d0f-4138-ac65-2251718cf748 59bddbf9-1802-4354-8167-e138ee3935e1 can apply COUNTER_INC state operation messages realtime/live_objects Realtime with LiveObjects plugin can apply COUNTER_INC state operation messages Check counter at "counter" key in root has correct value after 7 COUNTER_INC ops: expected -1 to equal -11
942fab58-a8a1-41b0-9b83-57398c6f805d 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'
30b30de9-c203-4fd3-9a61-94bda40d7342 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'
9cd261ad-698d-4989-9b91-883ab89259fe 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'
001c239e-8bfc-494d-bf12-8b1366d90aa5 4c0f3e0d-408a-4da2-8236-d303e8aebf6a can subscribe to multiple incoming operations on a LiveCounter realtime/live_objects Realtime with LiveObjects plugin can subscribe to multiple incoming operations on a LiveCounter Cannot read properties of undefined (reading 'subscribe')
17cc8497-611b-4c82-ac52-e3dbb70744f5 79fc145b-e2fc-4c94-9a22-1a38d76f61cc can unsubscribe from LiveCounter updates via returned "unsubscribe" callback realtime/live_objects Realtime with LiveObjects plugin can unsubscribe from LiveCounter updates via returned "unsubscribe" callback Cannot read properties of undefined (reading 'subscribe')
f9c7477b-3b26-4284-b1c3-5f352e34e159 b51b1f89-b7dd-49a8-8fb6-42dc3fd19c77 can remove all LiveCounter update listeners via LiveCounter.unsubscribeAll() call realtime/live_objects Realtime with LiveObjects plugin can remove all LiveCounter update listeners via LiveCounter.unsubscribeAll() call Cannot read properties of undefined (reading 'unsubscribeAll')
f5ed3100-13e1-41fa-9d52-d069ca0e3917 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'