Details of upload 5b1985c9-1c82-4415-a1c7-ec50d4bd611c

Created at
2024-11-19T10:08:09.960Z
Total number of tests
757
JUnit report XML
View report
GitHub repository
ably/ably-js
Commit SHA
4b38693
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
11910545199
GitHub run attempt
1
GitHub run number
2110
GitHub job
test-browser
GitHub job URL
Not known
Loop iteration
1

Test failures

There are 15 failures in this upload.

Failure ID Test case ID Test class Test case Message
c74066ed-e56c-4c66-8f33-e3edc73ddad7 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
95cac7b3-8405-47af-a3fa-3d76d04a0132 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
5da3cf07-8a0e-4851-867b-95133f8029a0 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
618f9bca-36c8-4fda-9186-d3e50921c1dc cfb8ed66-4cc4-42ce-96f7-a717a5538870 can apply MAP_REMOVE state operation messages realtime/live_objects Realtime with LiveObjects plugin can apply MAP_REMOVE state operation messages Check map at "map" key in root has correct number of keys after MAP_REMOVE: expected 2 to equal 1
d4e2ac0a-6523-47e9-8e13-96824812870e 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 Cannot read properties of undefined (reading 'value')
0dd0ae0d-59c4-40ea-a45a-22f0512d62f0 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'
7909fb88-abcf-44dc-9eee-ffe624b5519c 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'
cd4a4697-4e8d-46b4-9cb1-b27e3e4d0b0c 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'
6ae34b8c-b772-4c45-8bab-8d7fcd1dd720 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')
00ed2200-02bf-4b5a-b57b-42621ff27b53 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' } }
5d3e45db-2b42-4c83-abc7-bacb3862af7f 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' } }
5452e24a-25c3-4dac-a9aa-bc6ea43d9b5e 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')
3e8b8cd1-e8f4-4ea3-8130-91752149480d 9dd56cf7-7a4a-48b2-8424-5ba05a626a13 can unsubscribe from LiveCounter updates via LiveCounter.unsubscribe() call realtime/live_objects Realtime with LiveObjects plugin can unsubscribe from LiveCounter updates via LiveCounter.unsubscribe() call Check counter has final expected value after all increments: expected 2 to equal 3
22c52ebe-520e-47d0-8cbf-e71b890109e5 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'
8b4b734a-2e0b-424e-a1ce-052e2b9d861c 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.