There are 10 failures in this upload.
Failure ID | Test case ID | Test class | Test case | Message |
---|---|---|---|---|
fe87dd23-c8bb-4206-a044-ae64388a2c71 | 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 | Cannot read properties of undefined (reading 'size') |
a1c19a0b-32e3-48ae-b2cb-9567932dc3a5 | 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 7 COUNTER_INC ops: expected -1 to equal -11 |
248e1001-2fc1-4445-a895-0925af354e6b | f89e8ec7-7f17-4706-80a9-72d41106225c | buffered state operation messages are applied when STATE_SYNC sequence ends | realtime/live_objects Realtime with LiveObjects plugin buffered state operation messages are applied when STATE_SYNC sequence ends | Check root has correct value for "stringKey" key after STATE_SYNC has ended and buffered operations are applied: expected undefined to equal 'stringValue' |
93c050fb-87fe-4f02-9a0c-383d7291984a | c068c39b-316d-4e41-af7e-40f6e39d1b2c | buffered state operation messages are discarded when new STATE_SYNC sequence starts | realtime/live_objects Realtime with LiveObjects plugin buffered state operation messages are discarded when new STATE_SYNC sequence starts | Check root has data from operations received during second STATE_SYNC sequence: expected undefined to equal 'bar' |
754bf6df-b479-4aa9-bc6d-d1213beb6a70 | 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 "stringKey" key after STATE_SYNC has ended and buffered operations are applied: expected undefined to equal 'stringValue' |
9765bafe-a47d-4427-88b9-25d06bc301cd | 21e66809-f245-46ad-afc4-09f1fffbe1f5 | can subscribe to the incoming MAP_REMOVE operation on a LiveMap | realtime/live_objects Realtime with LiveObjects plugin can subscribe to the incoming MAP_REMOVE operation on a LiveMap | Check map subscription callback is called with an expected update object for MAP_REMOVE operation: expected { update: { stringKey: 'removed' } } to deeply equal { update: { stringKey: 'deleted' } } |
86866c7b-45ba-4a7e-8103-81385d274e07 | 9745cda9-87cf-4a76-a224-60eb8ab24a38 | can subscribe to multiple incoming operations on a LiveMap | realtime/live_objects Realtime with LiveObjects plugin can subscribe to multiple incoming operations on a LiveMap | Check map subscription callback is called with an expected update object for 3 times: expected { update: { foo: 'removed' } } to deeply equal { update: { foo: 'deleted' } } |
2a889d62-0cbf-4a03-8278-cc754e939703 | 08b1cb16-69b0-4153-a19a-386eeaefc8a8 | Presence get simple | rest/presence Presence get simple | Verify correct number of messages found: expected +0 to equal 6 |
7508c3b2-b86e-449f-bbdb-244e2a941583 | 4dd9f608-309a-4725-9422-dc046d3dad55 | Presence history simple | rest/presence Presence history simple | Verify correct number of messages found: expected 12 to equal 6 |
9a2aa9e5-4f44-4284-b787-7996c340d81c | 866a8a10-3c58-4084-91d4-c69f84b2b2a0 | Presence message JSON serialisation | rest/presence Presence message JSON serialisation | Unexpected token u in JSON at position 0 |