Details of upload 8fc2b1ab-17d3-4415-b663-8ed25e7ef5a8

Created at
2024-11-05T16:45:07.104Z
Total number of tests
757
JUnit report XML
View report
GitHub repository
ably/ably-js
Commit SHA
aeb00fc
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
11688514284
GitHub run attempt
1
GitHub run number
2088
GitHub job
test-browser
GitHub job URL
Not known
Loop iteration
1

Test failures

There are 14 failures in this upload.

Failure ID Test case ID Test class Test case Message
dec14bb5-d2c2-462d-b14c-526d55ab9449 35368c05-6d9f-4676-8882-a38be97542f4 page_refresh_with_recovery browser/connection page_refresh_with_recovery Check new realtime recovered the connection from the cookie: expected false to be truthy
ae64c071-c8a2-446b-a645-1afb7d47c040 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
ccefd940-8663-4798-b848-4edf4acc15e0 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 exists: expected undefined to exist
ce8886a8-fc11-4982-82e9-6b33cc493a09 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 "withReferencesMap" has correct number of keys: expected +0 to equal 2
89c7b45a-9196-4985-bfb2-7a67dc871f5e 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
9e01f54b-963a-4364-9772-351c56b3938c 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 has correct number of keys: expected +0 to equal 1
048ff02e-95e6-4036-8c71-bd3406551cae 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 before MAP_REMOVE: expected +0 to equal 2
4dce67e0-603e-470d-a4ba-41a6a25e044c 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 exists: expected undefined to exist
acf69d32-b873-4dbf-8c43-2083a2f346d7 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 4 COUNTER_INC ops: expected 111 to equal 1000111
083abb40-3dd3-4024-bae3-7305a919ba28 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'
5c40dadf-05ee-4d42-a063-0d3fc9f0aa2d 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'
b25b5b7c-f8a2-476b-a984-734fc3b80a78 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'
4155e3b0-24c7-4ced-92e2-d7174f7b58ea 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 counter is undefined
1b67932e-918b-447e-a595-7a5c5f9a5d1b 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 counter is undefined