There are 12 failures in this upload.
Failure ID | Test case ID | Test class | Test case | Message |
---|---|---|---|---|
22efc3a5-cb1d-4c27-ad84-3e10e7f47cdd | 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' |
d55b8c31-a9c8-4cca-a940-5f8098fed094 | 52208288-b692-40db-a614-2efd0cda7eac | presence_enter_before_know_clientid | realtime/presence presence_enter_before_know_clientid | Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. |
c4a50eb5-bafb-43b0-8835-1fa608400dac | 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 |
96adacc7-f4b8-4ba2-a446-bd588ce2b686 | 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 |
b600edab-9fbb-47a0-b238-bad03438ef47 | 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 |
52011a92-e070-495e-a12b-7a949ba06c48 | 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' |
95d58ab7-58ba-4934-a3a4-5397878151b4 | 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' |
ced177ef-df89-4326-aa4c-f31bdc211df0 | 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' } } |
afd11f81-4dc4-4e3b-b39b-e8cf551af0c1 | 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' } } |
2b0b217e-789a-4231-a9d9-e2b20ab34cc6 | 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 |
0fabde67-0d62-4414-a5ac-1b0f2f545853 | 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' |
0b72c39d-ec86-49a7-b3aa-136a5b3a684d | 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. |