There are 21 failures in this upload.
Failure ID | Test case ID | Test class | Test case | Message |
---|---|---|---|---|
26318621-3475-46c9-92e5-ea0a64ebf034 | 27ce3fea-4fdf-479a-94af-db950210ec21 | builds state object tree from STATE_SYNC sequence on channel attachment | realtime/live_objects Realtime with LiveObjects plugin builds state object tree from STATE_SYNC sequence on channel attachment | Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/work/ably-js/ably-js/test/realtime/live_objects.test.js) |
6d94d5b7-c0b7-4df6-ad94-59e4c46ff114 | 3ad7f38f-c842-4193-8b6f-482c9f00d98c | LiveCounter is initialized with initial value from STATE_SYNC sequence | realtime/live_objects Realtime with LiveObjects plugin LiveCounter is initialized with initial value from STATE_SYNC sequence | Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/work/ably-js/ably-js/test/realtime/live_objects.test.js) |
cd18c9e6-5217-4606-bdf4-b2e1d5934486 | d9103cdc-76dc-40e8-917b-cd8a2ef3a5f8 | LiveMap is initialized with initial value from STATE_SYNC sequence | realtime/live_objects Realtime with LiveObjects plugin LiveMap is initialized with initial value from STATE_SYNC sequence | Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/work/ably-js/ably-js/test/realtime/live_objects.test.js) |
b9269a09-1f5a-4f96-99d0-b428d19113fa | 8680faba-7b41-46db-aaab-936e59a3c8a3 | LiveMaps can reference the same object in their keys | realtime/live_objects Realtime with LiveObjects plugin LiveMaps can reference the same object in their keys | Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/work/ably-js/ably-js/test/realtime/live_objects.test.js) |
3c91283f-9e2f-4de2-af5e-a90e656056a7 | 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 |
ba7bd8c0-a127-4f7e-8faa-9406ab9d6142 | 8e86df2f-2679-403f-b575-7dc3cebd7553 | can apply MAP_CREATE with object ids state operation messages | realtime/live_objects Realtime with LiveObjects plugin can apply MAP_CREATE with object ids state operation messages | Check map at "withReferencesMap" key in root exists: expected undefined to exist |
1a628097-5156-48d8-bdaa-e5a2277cc4cc | 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 "stringKey" key after MAP_SET op: expected undefined to equal 'stringValue' |
7c9a9682-2de1-4889-9f4e-813fc4d92a62 | 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') |
c32c80a5-d971-466e-841b-c27ef4368652 | 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 |
ca716d0f-73e6-4ab6-a2bc-ef09eac7396c | 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 | Cannot read properties of undefined (reading 'value') |
da4ad45c-ab77-4c6c-86cc-431f9d738d1d | 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' |
0a7d2888-0a59-4164-a1ac-a83dbd75e286 | dd2064fa-1e4f-4807-9dac-686a159a52ca | can subscribe to the incoming COUNTER_INC operation on a LiveCounter | realtime/live_objects Realtime with LiveObjects plugin can subscribe to the incoming COUNTER_INC operation on a LiveCounter | Cannot read properties of undefined (reading 'subscribe') |
0ca6d028-3c7f-4998-bb9e-194bbb3a8150 | 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 | Cannot read properties of undefined (reading 'subscribe') |
725de763-397e-45a1-b406-7f55071a96f8 | c70e5461-e4fb-41c0-a1d4-e007463687a6 | can subscribe to the incoming MAP_SET operation on a LiveMap | realtime/live_objects Realtime with LiveObjects plugin can subscribe to the incoming MAP_SET operation on a LiveMap | Cannot read properties of undefined (reading 'subscribe') |
34b09173-3a83-4edf-8ad7-9854192c0ac4 | 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 | Cannot read properties of undefined (reading 'subscribe') |
54b300a6-2345-4b22-921c-9b26296e449a | 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 | Cannot read properties of undefined (reading 'subscribe') |
c1bcda8d-93d6-49a9-90bf-b4bfcb6318ec | 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 | Cannot read properties of undefined (reading 'subscribe') |
f08a0897-7700-4b05-b3d6-bf3edf53bab7 | 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 | Cannot read properties of undefined (reading 'subscribe') |
d553fb6c-d2fc-4a62-b0b4-892da6a77933 | 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') |
c76812d5-1339-4a7a-b144-85f5aa0951ed | 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 | Cannot read properties of undefined (reading 'subscribe') |
5e54e4ac-a3aa-42c4-ba2d-566090ab10a5 | 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 | Cannot read properties of undefined (reading 'unsubscribeAll') |