There are 26 failures in this upload.
Failure ID | Test case ID | Test class | Test case | Message |
---|---|---|---|---|
1750d0a5-56c0-4491-a74f-d6baa56983a2 | 23011b56-a353-4e96-b638-1d1b1e554706 | invalid_cred_failure | realtime/failure invalid_cred_failure | wrong error reason code on connection.: expected 40101 to equal 40400 |
f46959ed-367c-4174-abf2-226f40d71b31 | 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 |
0bb51256-f109-49a2-9b25-4b67990e2fc6 | 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 |
eae93660-d004-4b90-bc59-9204d0955aca | 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 |
1c93706f-f8e3-4dbc-93eb-66939c0e16a9 | 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 | root.get(...) is undefined |
b09760c6-f3ce-48de-a1fa-14b2a879c4ee | 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 |
7ae27e18-c6bc-4be6-8ab3-a69c6783bf60 | 8e86df2f-2679-403f-b575-7dc3cebd7553 | can apply MAP_CREATE with object ids state operation messages | realtime/live_objects Realtime with LiveObjects plugin can apply MAP_CREATE with object ids state operation messages | Check map at "withReferencesMap" key in root exists: expected undefined to exist |
ec632777-2133-4716-beae-cbc17838bb79 | 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 |
594038b0-7e1c-4e54-8dd3-f8a098257ab6 | 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 |
9b3157ff-3b1c-408b-80ce-fc2f1583ddb8 | cfb8ed66-4cc4-42ce-96f7-a717a5538870 | can apply MAP_REMOVE state operation messages | realtime/live_objects Realtime with LiveObjects plugin can apply MAP_REMOVE state operation messages | map is undefined |
21785454-5c37-41e1-aad4-ab7c781af7ac | 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 "negativeValueCounter" key in root exists: expected undefined to exist |
79ef2ed7-c9e4-4e20-803b-2a310e629dee | 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 | counter is undefined |
09ef41cc-ae48-4ca3-b221-b8eeef1f2e63 | 3576a3c7-d1b7-4fc5-b6ed-700577515f9e | can apply OBJECT_DELETE state operation messages | realtime/live_objects Realtime with LiveObjects plugin can apply OBJECT_DELETE state operation messages | Check counter exists on root before OBJECT_DELETE: expected undefined to exist |
3591e8b3-c536-4ff2-b9ef-ffca3653a23a | 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 | root.get(...) is undefined |
3d50192e-2c3b-4ab6-a81a-b2ccfcae35cf | 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 |
fd806501-eddc-4f97-ab68-54c616727ea2 | 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 |
d0b1ea89-4477-4371-8eb8-ece1fedb5f5e | 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' |
5fdb903e-6a97-4f83-8c21-9ba951a4188f | 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 | counter is undefined |
922e9905-fd12-4374-8451-d38f46be6274 | 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 | counter is undefined |
cda822e2-4b6b-4743-850b-e81a4facaae0 | 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 | counter is undefined |
372aee45-9348-4969-9cc9-910f416e635f | 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. |
9165d119-0adf-4647-9feb-18521afc42d8 | 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' |
69edf66d-1e7c-4fcb-b7ff-01c61ae2220e | 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' |
9b978e4a-a937-4953-9f20-35381e0bfac7 | 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 | Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. |
b8d3d81c-5430-48f3-8ba6-a01c6144e610 | 0314ff19-4a5e-43a3-b2a6-2f1fd12442b8 | tombstoned object is removed from the pool after the GC grace period | realtime/live_objects Realtime with LiveObjects plugin tombstoned object is removed from the pool after the GC grace period | Check object exists in the pool after creation: expected undefined to exist |
cd1bed23-ff6b-45b1-b2de-db3a67f94100 | 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" is inaccessible via public API on root after MAP_REMOVE: expected 'bar' to not exist |