There are 29 failures in this upload.
Failure ID | Test case ID | Test class | Test case | Message |
---|---|---|---|---|
7679d012-561d-4f04-806c-eb6d5f45b07b | 7d341734-4c86-4ebe-b812-f5a5762892f8 | multiple_concurrent_authorize | realtime/auth multiple_concurrent_authorize | done() called multiple times in test <realtime/auth multiple_concurrent_authorize>; in addition, done() received error: AssertionError: Check third authorize one cb was called: expected false to be truthy |
bc206d63-1d41-4871-a2bd-bfdec66abde4 | 23011b56-a353-4e96-b638-1d1b1e554706 | invalid_cred_failure | realtime/failure invalid_cred_failure | wrong error reason code on connection.: expected 40101 to equal 40400 |
7d770a05-bf48-40ef-a4cb-caa9ca537fd2 | 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 |
ee69c1b3-18f8-4b91-92ae-9a1299d29f98 | 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 |
77e328d3-4946-464f-b07f-ed6c18c22041 | cdc232e7-fdc7-4260-8912-950caaf93c31 | page_refresh_with_manual_recovery | browser/connection page_refresh_with_manual_recovery | Check new realtime recovered the old: expected false to be truthy |
93216325-ad26-45dd-ae5b-641d058d9baf | 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 |
a4ce7366-fe3c-4053-a867-2e6717880410 | 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') |
bd6d2419-89c4-4164-ba42-40021b246740 | 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 |
61ce52e2-8924-40b1-9c89-65cdecbbac8f | 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 |
2412ca2a-648b-44f5-bd53-2caaac10d902 | 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 |
2a92a895-1637-4b50-a59c-0f33b720cf62 | 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 |
748b4282-0260-4069-9074-6cf4fe77dde5 | 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 "valueCounter" key in root exists: expected undefined to exist |
b01a4e96-1b4b-459f-88a7-a6a546b5c6f4 | 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 |
b58ae34b-8fd5-49e3-8eb6-6251b518d041 | 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 |
29d58c30-65cb-45ff-ad2e-ec3520dff28d | 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 |
cfe357d4-cf12-4bc6-a740-042f2d80dec9 | 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 |
691966fd-d772-487f-8e83-c3a10e51e4a4 | 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 to equal |
a7e59a6e-229a-4ffd-a09e-1de2a61c7123 | 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') |
1f2f7161-cd37-4550-80f3-9fceb4421ecc | ad2560c4-e31a-491d-8f5a-4843a941bc32 | LiveObjects.createCounter sends COUNTER_CREATE operation | realtime/live_objects Realtime with LiveObjects plugin LiveObjects.createCounter sends COUNTER_CREATE operation | unable to read from transport: msg=invalid websocket message (decode failure),Code=40000,StatusCode=400,Href=https://help.ably.io/error/40000 |
8a643c90-9cf2-4a82-b98c-4576d62b84b8 | 413a2d6c-b2ea-44b3-9ce4-d55ecb9508f5 | LiveCounter created with LiveObjects.createCounter can be assigned to the state tree | realtime/live_objects Realtime with LiveObjects plugin LiveCounter created with LiveObjects.createCounter can be assigned to the state tree | unable to read from transport: msg=invalid websocket message (decode failure),Code=40000,StatusCode=400,Href=https://help.ably.io/error/40000 |
53d32d51-1463-4e8d-b417-4a40a7160131 | 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 | unable to read from transport: msg=invalid websocket message (decode failure),Code=40000,StatusCode=400,Href=https://help.ably.io/error/40000 |
9ebd753f-8c9a-4016-b000-45976751915a | cab1a8b0-df77-4592-9e44-8b64df646184 | LiveObjects.createMap sends MAP_CREATE operation with reference to another LiveObject | realtime/live_objects Realtime with LiveObjects plugin LiveObjects.createMap sends MAP_CREATE operation with reference to another LiveObject | Map value data type is unsupported |
a3a71aa8-1512-40d9-b2b0-b89f6322f470 | d9801604-c8e8-45ef-8c23-0215028c56ae | LiveMap created with LiveObjects.createMap can be assigned to the state tree | realtime/live_objects Realtime with LiveObjects plugin LiveMap created with LiveObjects.createMap can be assigned to the state tree | unable to read from transport: msg=invalid websocket message (decode failure),Code=40000,StatusCode=400,Href=https://help.ably.io/error/40000 |
305e9008-f064-4df5-82ce-f4dfafbad9ac | 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') |
58277ed5-cea1-4195-ad32-a4c695521b83 | 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') |
b7506466-3c48-462c-b67a-7749325da85c | 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') |
d68fbd26-c26f-429a-a4c4-69d3125a63b1 | 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') |
51d705f5-1e8f-491e-ba46-a9785516c89c | 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' |
83b84942-9070-4192-b856-a71e8d1f2127 | 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' |