Details of upload 6a7d43ac-f61d-4ed5-b92b-7a1a67accba3

Created at
2024-11-19T09:58:42.907Z
Total number of tests
757
JUnit report XML
View report
GitHub repository
ably/ably-js
Commit SHA
73c15c8
Pull request base ref
liveobjects/package-test
Pull request head ref
DTP-963/liveobjects-customer-typings
Branch / tag name
1922/merge
Workflow asset retention period
90 days
GitHub action
__ably_test-observability-action
GitHub run ID
11910391434
GitHub run attempt
1
GitHub run number
2108
GitHub job
test-browser
GitHub job URL
Not known
Loop iteration
1

Test failures

There are 13 failures in this upload.

Failure ID Test case ID Test class Test case Message
dabe8b57-c530-49f5-96df-732bcb078a4c 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
4105f1cf-5dca-423e-aa54-a9303735cfb7 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 counter is undefined
e8b49c87-6ed9-4083-9e9f-1f501645e5bb be216b69-bd8f-4ab1-a995-4471ef0774b6 attachWithChannelParamsDeltaAndModes_with_web_socket_binary_transport realtime/channel attachWithChannelParamsDeltaAndModes_with_web_socket_binary_transport done() invoked with non-Error: checkCanPresenceSubscribe: message not received within 5s
99c5f4bd-e591-48b2-8bf2-2de534bd192a 965dc96c-5721-40fb-8ce8-f5c03d94c013 can apply MAP_CREATE with primitives state operation messages realtime/live_objects Realtime with LiveObjects plugin can apply MAP_CREATE with primitives state operation messages BufferUtils.toArrayBuffer expected an ArrayBuffer or a view onto one
4bd924eb-1ee8-4601-9454-ec86510e0d0d 998d7ae6-36c7-4597-b379-275d747fbf5b can apply MAP_SET with primitives state operation messages realtime/live_objects Realtime with LiveObjects plugin can apply MAP_SET with primitives state operation messages Check root has correct value for "emptyBytesKey" key after MAP_SET op: expected false to be true
b63d384b-39a5-440b-a9ad-5b57c5364d94 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'
e6fe64f2-9be5-422e-a1bd-881a28223b78 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'
901f147e-70a5-483a-a562-e8e4cb306ebf 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'
8f705310-d37b-4b72-be84-a6eebde4d986 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 counter is undefined
8534931d-de77-48df-8b69-64e8c5f385b1 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 counter is undefined
2c05d2b0-4747-471b-9563-f61150d38da7 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' } }
7502a077-67af-48a2-bb66-40c52d5428b1 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' } }
49b4d09b-5390-41d6-a87d-017f445a5e5f 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 Check map has value for key "foo-2" after all map sets: expected undefined to equal 'exists'