There are 15 failures in this upload.
Failure ID | Test case ID | Test class | Test case | Message |
---|---|---|---|---|
573e1ced-aaf0-47c5-bddc-e2743b5bff10 | 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 |
a43a6de9-7482-4c87-8c2e-d940890b9ffe | 08b1cb16-69b0-4153-a19a-386eeaefc8a8 | Presence get simple | rest/presence Presence get simple | Verify correct number of messages found: expected +0 to equal 6 |
a95c5337-bad3-4b49-99a2-67a04cd1844a | 4dd9f608-309a-4725-9422-dc046d3dad55 | Presence history simple | rest/presence Presence history simple | Verify correct number of messages found: expected 12 to equal 6 |
7097bcf7-9c8d-4d5e-a512-9d42f2c43752 | 866a8a10-3c58-4084-91d4-c69f84b2b2a0 | Presence message JSON serialisation | rest/presence Presence message JSON serialisation | JSON Parse error: Unexpected identifier "undefined" |
90c659a2-eb57-4f6a-afa4-7171b176d0d0 | 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 |
fdd75e86-8278-4d25-a607-0c0c72047f72 | 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 | BufferUtils.toArrayBuffer expected an ArrayBuffer or a view onto one |
8ff03ee9-1f52-42f1-84f7-71ffa62599ed | 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 |
f34de43c-2756-451f-bc29-e60d55ae8799 | 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 |
bbc6ac6d-4e32-4216-b9d4-8f80e46d7f4c | 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 |
d18e1b3f-7943-4ddf-beae-5a5a1d81f40d | 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' |
53c279df-dfc8-4326-a2d4-7b3ef9f191fe | 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' |
cfe5eea0-8820-4202-bda5-d2ad0e7f5f9d | 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' |
85ca4bf6-209a-44b5-b647-1dd3ee722294 | 4c0f3e0d-408a-4da2-8236-d303e8aebf6a | can subscribe to multiple incoming operations on a LiveCounter | realtime/live_objects Realtime with LiveObjects plugin can subscribe to multiple incoming operations on a LiveCounter | undefined is not an object (evaluating 'counter.subscribe') |
a29736f9-8b13-4d90-86f4-dcf54ee846ad | 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' } } |
a5b5489c-aea8-4728-82eb-4acc9210d136 | 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' } } |