Details of upload 7453bce4-1c45-4369-8616-6686d52d340d

Created at
2025-01-15T09:28:22.028Z
Total number of tests
788
JUnit report XML
View report
GitHub repository
ably/ably-js
Commit SHA
0ee1946
Pull request base ref
integration/liveobjects
Pull request head ref
liveobjects/object-mutation-api
Branch / tag name
1948/merge
Workflow asset retention period
90 days
GitHub action
__ably_test-observability-action
GitHub run ID
12785132020
GitHub run attempt
1
GitHub run number
2208
GitHub job
test-browser
GitHub job URL
Not known
Loop iteration
1

Test failures

There are 11 failures in this upload.

Failure ID Test case ID Test class Test case Message
9e13ee91-6c41-4fa1-b182-12f99f70c8f9 23011b56-a353-4e96-b638-1d1b1e554706 invalid_cred_failure realtime/failure invalid_cred_failure wrong error reason code on connection.: expected 40101 to equal 40400
1ea6e5ca-d72d-4f07-83c9-55aa3a739a60 f35d28a2-c8c1-486d-b211-4f2139de599c STATE_SYNC sequence with state object "tombstone" property deletes existing object realtime/live_objects Realtime with LiveObjects plugin STATE_SYNC sequence with state object "tombstone" property deletes existing object (0 , import_deep_equal.default) is not a function
516365ab-641f-4cda-9119-aada93e2b58c 9b755fbe-eb42-49e2-9737-0c9036c9fe0e STATE_SYNC sequence with state object "tombstone" property triggers subscription callback for existing object realtime/live_objects Realtime with LiveObjects plugin STATE_SYNC sequence with state object "tombstone" property triggers subscription callback for existing object (0 , import_deep_equal.default) is not a function
6ef27f4d-f2ad-44a9-9a5c-f7b7ba3b4764 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
619ebed6-5e00-4c9b-8e5f-c3c99cc4f8b1 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'
31ccbc4c-b1b4-4aba-9cfe-8fbd629666b9 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 "zeroCounter" key in root exists: expected undefined to exist
12562464-b455-479f-b35d-9e54b6c32600 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 1 COUNTER_INC ops: expected +0 to equal 1
1a87dc06-8ed3-47db-b180-30cdb1df4d67 1407da12-4d23-4bdb-a238-19ce2b79e859 MAP_SET with reference to a tombstoned object results in undefined value on key realtime/live_objects Realtime with LiveObjects plugin MAP_SET with reference to a tombstoned object results in undefined value on key Check counter exists on root before OBJECT_DELETE: expected undefined to exist
8ae8daed-ff48-4993-89a3-4201581af2df 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 "foo" key from operation received outside of STATE_SYNC after other buffered operations were applied: expected undefined to equal 'bar'
d8de340b-a385-408b-9c17-e6fddf377cb2 ff4b0940-fb27-4846-9864-c4842d3f2161 LiveCounter.decrement throws on invalid input realtime/live_objects Realtime with LiveObjects plugin LiveCounter.decrement throws on invalid input expected [Function] to throw error including 'Counter value decrement should be a n…' but got 'Cannot read properties of undefined (…'
c88cdf4f-6b75-498f-a3ef-6b0784d8b024 af8d3441-01ed-4fef-b183-cae9d73efc03 LiveMap.set sends MAP_SET operation for primitive values realtime/live_objects Realtime with LiveObjects plugin LiveMap.set sends MAP_SET operation for primitive values Check root has correct value for "bytesKey" key after LiveMap.set call: expected to equal