Details of upload 085c445f-7f5f-45bc-8367-1b92885e41cb

Created at
2024-11-08T12:59:44.526Z
Total number of tests
757
JUnit report XML
View report
GitHub repository
ably/ably-js
Commit SHA
95beadb
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
11742386886
GitHub run attempt
1
GitHub run number
2101
GitHub job
test-browser
GitHub job URL
Not known
Loop iteration
1

Test failures

There are 17 failures in this upload.

Failure ID Test case ID Test class Test case Message
5297227c-2f31-46fe-858a-f4f10056b1e3 e1919dc9-6b77-4963-9e04-4c06a64f7af3 presenceEnterDetachEnter realtime/presence presenceEnterDetachEnter Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
5b9c376d-b4ef-4705-8978-b87b5f6da970 1008ce31-2eb7-4df3-ba0c-702fbdfc98e1 page_refresh_persist_with_denied_recovery browser/connection page_refresh_persist_with_denied_recovery Check new realtime created a new connection: expected false to be truthy
39d699c3-0c60-48e3-a957-ddc5243667d2 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 Check map at "valuesMap" key in root exists: expected undefined to exist
373dfd80-4c33-473b-8020-c674fdcbcef6 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 "bytesKey" key after MAP_SET op: expected false to be true
baaec077-54c5-4ede-89e2-09b99820bccf 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
8691c58f-289b-4d5a-a692-4aba6cba789a 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')
7e1f5370-bff1-4136-87d7-ce5bb35cc2dc 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'
b6ab192e-bf57-4b5a-9e8f-950cae263071 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'
85d8683a-7396-4e85-8ff4-10eedf405ab9 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'
63ab281c-a035-464b-86dd-c48ffc11867c 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')
6e2d3a65-f605-4643-935a-5d4724bf4bf9 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' } }
f6530dc0-f2fe-46be-9250-85a5086c3a63 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' } }
79903bae-cf6f-4d5e-a9bd-ad37bd49461d 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 Check counter has final expected value after all increments: expected 2 to equal 3
b8bffa32-0242-49a7-83e3-6e868505a68b 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 Cannot read properties of undefined (reading 'subscribe')
7f8457fd-4dea-47ec-8288-33af7f67c352 cce51c8b-9525-4642-961a-02585599c87e can unsubscribe from LiveMap updates via returned "unsubscribe" callback realtime/live_objects Realtime with LiveObjects plugin can unsubscribe from LiveMap updates via returned "unsubscribe" callback Check map has value for key "foo-2" after all map sets: expected undefined to equal 'exists'
4bace753-b788-4fd4-878d-991211f10fad 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'
d31ce7bd-8cbc-4d15-b255-100efdc7f5fb 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.