There are 22 failures in this upload.
Failure ID | Test case ID | Test class | Test case | Message |
---|---|---|---|---|
f2698077-df7f-4dec-9349-609487f528ff | e1e1e23a-8d50-480f-af1e-a445e5971528 | succeeds with scheme | realtime/connectivity configured_connectivity_check_url succeeds with scheme | Connectivity check completed null: expected false to be truthy |
3184a2ca-bf7b-4aa1-bbf7-c303554d0e78 | 23011b56-a353-4e96-b638-1d1b1e554706 | invalid_cred_failure | realtime/failure invalid_cred_failure | wrong error reason code on connection.: expected 40101 to equal 40400 |
fff7fb4e-2a39-4714-bd3e-337cd64eaf39 | 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 | Check counter exists on root before STATE_SYNC sequence with "tombstone=true": expected undefined to exist |
05b76098-ce65-4fdb-be42-4999e393ec21 | 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 | Cannot read properties of undefined (reading 'subscribe') |
08f089ef-389d-46ef-89f2-95eaa51b7143 | fd0af668-bf34-42d9-af06-a844bc85eef4 | MAP_CREATE state operation messages are applied based on the site timeserials vector of the object | realtime/live_objects Realtime with LiveObjects plugin MAP_CREATE state operation messages are applied based on the site timeserials vector of the object | Invalid object id string |
70fe400e-c947-4156-8fad-bc533ae33165 | 7366c246-2d0b-4fc1-ae7a-2a34718383a5 | MAP_SET state operation messages are applied based on the site timeserials vector of the object | realtime/live_objects Realtime with LiveObjects plugin MAP_SET state operation messages are applied based on the site timeserials vector of the object | Invalid object id string |
4b0cd27b-d372-410d-b6b0-903af23221df | 87c2caf7-369f-4e7d-81cf-b32ec1e5461d | MAP_REMOVE state operation messages are applied based on the site timeserials vector of the object | realtime/live_objects Realtime with LiveObjects plugin MAP_REMOVE state operation messages are applied based on the site timeserials vector of the object | Invalid object id string |
79a7e72d-cbc2-467a-87ea-e14a16a89f52 | fccfda3e-e16c-4136-bf8d-8eec77369e3b | COUNTER_CREATE state operation messages are applied based on the site timeserials vector of the object | realtime/live_objects Realtime with LiveObjects plugin COUNTER_CREATE state operation messages are applied based on the site timeserials vector of the object | Invalid object id string |
7a538cf8-25e8-4961-8dbb-3a44b2079068 | 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 |
afddf103-ce8e-46bf-9873-f2ab1b21daab | 0660bf9e-725e-429b-9e59-68eef594a77f | COUNTER_INC state operation messages are applied based on the site timeserials vector of the object | realtime/live_objects Realtime with LiveObjects plugin COUNTER_INC state operation messages are applied based on the site timeserials vector of the object | Invalid object id string |
204207ab-7ada-4552-b7bc-626a836192db | 8f38b21d-1807-4a8c-bce5-17304179231b | OBJECT_DELETE for unknown object id creates zero-value tombstoned object | realtime/live_objects Realtime with LiveObjects plugin OBJECT_DELETE for unknown object id creates zero-value tombstoned object | Invalid object id string |
1b13aa91-2039-4930-ac5f-d2686f834572 | 9e02c8f1-7159-40a7-a1c3-d4ecd143866b | OBJECT_DELETE state operation messages are applied based on the site timeserials vector of the object | realtime/live_objects Realtime with LiveObjects plugin OBJECT_DELETE state operation messages are applied based on the site timeserials vector of the object | Invalid object id string |
8f16accb-9020-4344-92fd-b4ff132b3c52 | 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) ] |
a51df927-420c-4988-8cf0-5b6c26a10338 | 906e29c3-bdf0-4ab0-9df4-f7af87714789 | LiveMap.set throws on invalid input | realtime/live_objects Realtime with LiveObjects plugin LiveMap.set throws on invalid input | expected 'Cannot read properties of undefined (…' to contain 'Map key should be string' |
83e13b84-51ae-4655-8a4d-c12dcafe9b42 | 69622bde-1980-4a57-a335-652aec77b39c | LiveMap.remove sends MAP_REMOVE operation | realtime/live_objects Realtime with LiveObjects plugin LiveMap.remove sends MAP_REMOVE operation | Cannot read properties of undefined (reading 'remove') |
b6e8f3d6-fa44-4d18-bc2b-8c9377c36a21 | fd5c9058-7206-46f0-ae5a-7ed516baff7b | LiveObjects.createMap sends MAP_CREATE operation with primitive values | realtime/live_objects Realtime with LiveObjects plugin LiveObjects.createMap sends MAP_CREATE operation with primitive values | Check map #2 has correct value for "bytesKey" key: expected { …(2) } to equal Buffer[ 123, 34, 112, 114, 111, …(-57) ] |
d7b37115-817f-48d4-a8f2-3e684e7e85fd | 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') |
2ddae56f-839f-4df5-baaf-1bc37a870de1 | 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') |
d24f15fc-b570-4353-892b-ef2c016850a1 | 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') |
1027d400-3a21-4f67-9c21-f8ddcdda72ec | 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 |
ec63d8d2-478e-4d41-8a8b-6d6c993b0750 | 5c955a26-24a7-45b6-8f18-25846ce0c6c0 | can unsubscribe from LiveMap updates via LiveMap.unsubscribe() call | realtime/live_objects Realtime with LiveObjects plugin can unsubscribe from LiveMap updates via LiveMap.unsubscribe() call | Check map has value for key "foo-2" after all map sets: expected undefined to equal 'exists' |
a2db67ca-88be-4780-b68f-8f15c152b9ff | 8dcff862-8f82-4d31-98ad-2f60e8bf3bb2 | presenceEnterAfterClose | realtime/presence presenceEnterAfterClose | Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/work/ably-js/ably-js/test/realtime/presence.test.js) |