Details of upload a8d46c10-431e-46a1-af26-f8f111e158b8

Created at
2024-12-11T08:09:11.824Z
Total number of tests
779
JUnit report XML
View report
GitHub repository
ably/ably-js
Commit SHA
7f1dbcf
Pull request base ref
DTP-986/handle-tombstone-and-object-delete
Pull request head ref
DTP-1024/gc-tombstoned-entries-and-objects
Branch / tag name
1937/merge
Workflow asset retention period
90 days
GitHub action
__ably_test-observability-action
GitHub run ID
12271988959
GitHub run attempt
1
GitHub run number
2179
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
f6b4cd53-9d03-44e8-84d0-81afbc9d9af0 23011b56-a353-4e96-b638-1d1b1e554706 invalid_cred_failure realtime/failure invalid_cred_failure wrong error reason code on connection.: expected 40101 to equal 40400
5a2d1aee-37e7-4b95-90db-e144b670fba0 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
9348a876-898b-469c-a212-5feb120eb386 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
6b6a7335-f096-4157-8973-4d1501e350fa 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 "emptyBytesKey" has correct value for "emptyBytesKey" key: expected false to be true
e3c291f1-6fc6-437b-aace-83aa750fb9a7 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
bd78881d-9514-4016-92e9-4be98341ebe7 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 exists: expected undefined to exist
d98be571-4ec0-4422-a7ea-4324ce8c669f 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
d7e8db97-8eea-46be-a123-fd30b3268c77 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')
7b1de4ff-0246-477b-b2a9-3b54d5363334 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 Cannot read properties of undefined (reading 'subscribe')
b0ce50ba-238a-4078-be30-34ed59d6bb6a 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 Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
18c189df-a00d-4952-a802-351171b18417 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 Check map has value for key "foo-2" after all map sets: expected undefined to equal 'exists'