Details of upload 7c84a6f4-2198-4355-b31b-9fbc50000d95

Created at
2025-01-16T05:19:30.268Z
Total number of tests
691
JUnit report XML
View report
GitHub repository
ably/ably-js
Commit SHA
e665ec8
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
12802454412
GitHub run attempt
1
GitHub run number
3209
GitHub job
test-node
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
cb2f8b6d-c70e-45bf-9a65-58038fc6f10e 23011b56-a353-4e96-b638-1d1b1e554706 invalid_cred_failure realtime/failure invalid_cred_failure wrong error reason code on connection.: expected 40101 to equal 40400
19ad7050-59ae-4966-8f0b-c4ce1a31afa2 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 "valuesMap" key in root exists: expected undefined to exist
ce6c20ce-7c7d-4d66-aad2-8e0a09cbdd6f dcc335b9-de15-4370-86a7-86af29f65bc0 OBJECT_DELETE triggers subscription callback with deleted data realtime/live_objects Realtime with LiveObjects plugin OBJECT_DELETE triggers subscription callback with deleted data Cannot read properties of undefined (reading 'subscribe')
df3f6b5c-76cf-40e5-985c-87eed8056c3a 687a8394-6e29-48f3-bb84-3dde77f4cff5 state operation message on a tombstoned object does not revive it realtime/live_objects Realtime with LiveObjects plugin state operation message on a tombstoned object does not revive it Check counter1 exists on root before OBJECT_DELETE: expected undefined to exist
7dc3d368-2eb8-4c71-b8da-a1cde4083a72 ceededdd-0ea2-44f1-8d76-0aca9a8e0e99 LiveCounter.increment sends COUNTER_INC operation realtime/live_objects Realtime with LiveObjects plugin LiveCounter.increment sends COUNTER_INC operation Cannot read properties of undefined (reading 'increment')
a2791e6c-5bdc-489d-8680-639308769be5 40035b5d-ecdb-4d5a-828f-49820a946ed9 LiveMap.set sends MAP_SET operation with primitive values realtime/live_objects Realtime with LiveObjects plugin LiveMap.set sends MAP_SET operation with primitive values Check root has correct value for "bytesKey" key after LiveMap.set call: expected Buffer[ 123, 34, 112, 114, 111, …(-57) ] to equal Buffer[ 123, 34, 112, 114, 111, …(-57) ]
30aaa760-9fb2-49e8-adbb-4bc1d20eb866 a0bdcb74-9f89-4f80-af8f-dca66e6d98de LiveMap.set sends MAP_SET operation with reference to another LiveObject realtime/live_objects Realtime with LiveObjects plugin LiveMap.set sends MAP_SET operation with reference to another LiveObject Map value data type is unsupported
40c30cb2-7f8a-4778-a17e-b1c29cec7543 9998039c-ce31-4749-8197-fe61b63896af LiveMap.remove throws on invalid input realtime/live_objects Realtime with LiveObjects plugin LiveMap.remove throws on invalid input expected 'Cannot read properties of undefined (…' to contain 'Map key should be string'
d720ddf9-8541-4dc1-a1e5-558eb0c4bdd5 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')
fb184d7d-f041-45bc-8c55-7ad675bd753b 4c0f3e0d-408a-4da2-8236-d303e8aebf6a can subscribe to multiple incoming operations on a LiveCounter realtime/live_objects Realtime with LiveObjects plugin can subscribe to multiple incoming operations on a LiveCounter Cannot read properties of undefined (reading 'subscribe')
2e81844d-37f9-45b1-8fc4-3ee30d677440 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 Check counter has final expected value after all increments: expected 2 to equal 3
50eb6ed6-436d-4374-ac54-0465c0fb70bd 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 Cannot read properties of undefined (reading 'subscribe')
7273df10-841f-40ec-8027-612a3e5b6dc4 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 Cannot read properties of undefined (reading 'unsubscribeAll')
76d2fd0a-38be-4f93-8af6-3e76c70de43c b5aede22-028a-4837-ae29-f2103119c199 tombstoned map entry is removed from the LiveMap after the GC grace period realtime/live_objects Realtime with LiveObjects plugin tombstoned map entry is removed from the LiveMap after the GC grace period Check key "foo" exists on root after MAP_SET: expected undefined to equal 'bar'