There are 13 failures in this upload.
Failure ID | Test case ID | Test class | Test case | Message |
---|---|---|---|---|
bd415786-cbaa-443f-926e-8362dac13ed4 | 23011b56-a353-4e96-b638-1d1b1e554706 | invalid_cred_failure | realtime/failure invalid_cred_failure | wrong error reason code on connection.: expected 40101 to equal 40400 |
0f7cf2e0-384a-40ad-9a8e-bcc5ab8bd3e6 | 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 |
79490258-f70d-41b0-b41d-00b93b50c6c3 | 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 | (0 , import_deep_equal.default) is not a function |
ebe2b9ae-7a3c-4b6f-9330-9e5bbcc66b22 | 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 | (0 , import_deep_equal.default) is not a function |
3ec9939b-cadd-41a7-93de-b9022f0123d3 | 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 "emptyCounter" key in root exists: expected undefined to exist |
ab730807-384d-46e4-8f28-62794a934144 | 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 6 COUNTER_INC ops: expected +0 to equal -1 |
bb6f0070-6bba-400c-89df-6e5f7caacd60 | 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 |
8102c216-354d-493f-9004-e7030e22de9d | 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' |
081b9ef0-daa7-4155-aced-c2cf5b5dfeab | ff4b0940-fb27-4846-9864-c4842d3f2161 | LiveCounter.decrement throws on invalid input | realtime/live_objects Realtime with LiveObjects plugin LiveCounter.decrement throws on invalid input | expected 'Cannot read properties of undefined (…' to contain 'Counter value decrement should be a n…' |
f9c73621-bdb2-49e0-9371-a778a652d332 | 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 |
87eeab12-975f-45d5-a850-c7916d6df484 | 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') |
18d962cd-ddd0-4e58-8048-a82171c76d5f | 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' |
e60bebf3-208e-4323-8fd2-a4b92fe30b64 | 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' |