Details of upload 664044cd-620f-444d-986f-aa7f1aee4337

Created at
2024-11-05T16:48:50.609Z
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 13 failures in this upload.

Failure ID Test case ID Test class Test case Message
ce8e1e23-3192-4c52-a390-ca146ef21219 a060814b-7701-49e6-9a4d-62ae34bd3ef6 subscribes to filtered channel realtime/message subscribes to filtered channel Expect only two filtered message to be received: expected +0 to equal 2
fa0330f2-078b-47f3-93da-d4c22a8b61f9 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
0a650cd1-a123-4dba-a54e-3dc530047074 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 "valuesMap" has correct number of keys: expected +0 to equal 10
e5dc2bc6-eef4-4df1-8cea-becfd48bb770 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
15ed3a30-9a26-4e8f-bc97-232b8c6dd1e2 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
d16f7958-eb05-4ec8-ac16-93b8ef5e61bd 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
c36d166d-7e7f-448e-9cf0-9d8c687bf8bb 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
5ab77ad5-e7e0-4be9-a303-bed085026de8 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 13 COUNTER_INC ops: expected +0 to equal -9007199254740991
2f8e1199-9e0d-4f38-9082-f84784c97908 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'
8cb202b0-640c-4e2e-999f-eba37626f284 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'
af5eae7e-f22a-4312-957e-d1d2be59168a 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'
5bccb0a2-4e31-437a-963e-3433dfaafef4 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 Check counter has final expected value after all increments: expected 2 to equal 3
fc0f08c1-31ab-4a6f-acb1-b8465f335bb6 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'