There are 18 failures in this upload.
Failure ID | Test case ID | Test class | Test case | Message |
---|---|---|---|---|
6f0f5186-7e85-414d-80f5-795243918f4d | 23011b56-a353-4e96-b638-1d1b1e554706 | invalid_cred_failure | realtime/failure invalid_cred_failure | wrong error reason code on connection.: expected 40101 to equal 40400 |
613d8325-f42f-4a9b-b2f2-b4ea6f89d570 | 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 |
c338c826-925c-46d6-a908-63e94ed40c01 | 1008ce31-2eb7-4df3-ba0c-702fbdfc98e1 | page_refresh_persist_with_denied_recovery | browser/connection page_refresh_persist_with_denied_recovery | Check new realtime created a new connection: expected false to be truthy |
4660d1d8-c513-4033-a809-301f7a312f25 | 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 |
45e3ffde-8373-4919-a17c-ac5b48c39bf1 | 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 |
a1881862-18cb-4ebe-b9fe-a217ee5b0f8c | 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 | undefined is not an object (evaluating 'root.get('counter').subscribe') |
445a6d30-5159-4316-bd83-d31c83262404 | 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 |
956e4b0d-404e-430b-98b5-c8bde11711f3 | 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 |
f1308962-4602-467e-917a-cd3ae72bd540 | 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 | Check map at "map" key in root has correct number of keys after MAP_REMOVE: expected 2 to equal 1 |
40763162-20de-4749-b7dc-7746e8a67591 | 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 3 COUNTER_INC ops: expected 11 to equal 111 |
d8d5ea94-c190-4c91-a559-5c5f57e4054e | 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 |
bdb558f8-21b8-47cc-8507-e0c6558850a4 | 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 |
b3f8e62f-a70e-48c0-8363-fb4175dd1dec | 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 |
6b251f12-ef84-4e0d-a9bf-91900e0b34fa | 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 | Check counter has final expected value after all increments: expected 2 to equal 3 |
e0429524-bf59-41ea-9499-94920bde14e1 | 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 |
06f4184a-bc8f-495a-bb7f-bcddcad02926 | 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' |
c15910d2-17d1-4fc4-8148-642f19facc09 | 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 |
abc90551-7c73-430f-a39d-f127aac44674 | 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' |