Details of upload b696e278-fb2e-4d45-8c53-c4c688628945

Created at
2024-10-25T07:53:37.229Z
Total number of tests
741
JUnit report XML
View report
GitHub repository
ably/ably-js
Commit SHA
234780d
Pull request base ref
liveobjects/fixes
Pull request head ref
liveobjects/apply-incoming-operations
Branch / tag name
1897/merge
Workflow asset retention period
90 days
GitHub action
__ably_test-observability-action
GitHub run ID
11513957938
GitHub run attempt
1
GitHub run number
2060
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
72382ae1-06c6-4add-9258-0eddd280b5a6 cdc232e7-fdc7-4260-8912-950caaf93c31 page_refresh_with_manual_recovery browser/connection page_refresh_with_manual_recovery Check new realtime recovered the old: expected false to be truthy
ec03bf85-d754-456f-9405-1f644e04c823 b57ecdc4-c658-47cc-bd6e-298e55e76d26 getRoot() returns LiveMap instance realtime/live_objects Realtime with LiveObjects plugin getRoot() returns LiveMap instance expected '_LiveMap' to equal 'LiveMap'
de48474c-c6b3-46b1-8ae9-38b880846ed4 27ce3fea-4fdf-479a-94af-db950210ec21 builds state object tree from STATE_SYNC sequence on channel attachment realtime/live_objects Realtime with LiveObjects plugin builds state object tree from STATE_SYNC sequence on channel attachment Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
23f31ff4-42ed-4571-9332-cb92023a07e0 3ad7f38f-c842-4193-8b6f-482c9f00d98c LiveCounter is initialized with initial value from STATE_SYNC sequence realtime/live_objects Realtime with LiveObjects plugin LiveCounter is initialized with initial value from STATE_SYNC sequence Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
c66f88f9-040b-419c-8c40-530c504c57f2 d9103cdc-76dc-40e8-917b-cd8a2ef3a5f8 LiveMap is initialized with initial value from STATE_SYNC sequence realtime/live_objects Realtime with LiveObjects plugin LiveMap is initialized with initial value from STATE_SYNC sequence Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
8bb6c7b0-dff8-4458-914c-4d47b0e996d9 8680faba-7b41-46db-aaab-936e59a3c8a3 LiveMaps can reference the same object in their keys realtime/live_objects Realtime with LiveObjects plugin LiveMaps can reference the same object in their keys Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
f6257cae-7f9e-42e7-a093-19e6824ab6db 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 "emptyMap" key in root is of type LiveMap: expected '_LiveMap' to equal 'LiveMap'
09c22c1d-ee0e-4ecb-a10e-cacad5fa7d9d 8e86df2f-2679-403f-b575-7dc3cebd7553 can apply MAP_CREATE with object ids state operation messages realtime/live_objects Realtime with LiveObjects plugin can apply MAP_CREATE with object ids state operation messages Check map at "withReferencesMap" key in root exists: expected undefined to exist
c021e4fa-4454-4385-b8c7-c6e37f25a209 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 "stringKey" key after MAP_SET op: expected undefined to equal 'stringValue'
85368a84-0f49-4043-a748-f1cf88b1756a 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 counter at "keyToCounter" key in root is of type LiveCounter: expected '_LiveCounter' to equal 'LiveCounter'
2161f92c-40bb-4f82-8db5-c7bed63d14bc 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 Cannot read properties of undefined (reading 'size')
7bb8eba0-a260-41c6-9dd6-698e87fcdd6d e7ff86ed-c05e-4289-b00d-93a3503a2a6d can apply COUNTER_CREATE state operation messages realtime/live_objects Realtime with LiveObjects plugin can apply COUNTER_CREATE state operation messages Check counter at "emptyCounter" key in root is of type LiveCounter: expected '_LiveCounter' to equal 'LiveCounter'
e690d73a-1440-4094-af21-ac015ad1915b 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 2 COUNTER_INC ops: expected 1 to equal 11