There are 7 failures in this upload.
Failure ID | Test case ID | Test class | Test case | Message |
---|---|---|---|---|
b24b4202-a31e-49f0-a90c-f583a5bd0e1c | 7d341734-4c86-4ebe-b812-f5a5762892f8 | multiple_concurrent_authorize | realtime/auth multiple_concurrent_authorize | done() called multiple times in test <realtime/auth multiple_concurrent_authorize> of file /home/runner/work/ably-js/ably-js/test/realtime/auth.test.js; in addition, done() received error: AssertionError: Check third authorize one cb was called: expected false to be truthy at /home/runner/work/ably-js/ably-js/test/realtime/auth.test.js:1566:76 at /home/runner/work/ably-js/ably-js/test/common/modules/shared_helper.js:244:11 at processTicksAndRejections (node:internal/process/task_queues:95:5) { showDiff: false, actual: false, expected: undefined, operator: 'strictEqual' } |
e48183e0-5f24-4368-9030-aa6bf5e80a9d | 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 |
0f18c8fa-bea0-42e3-9f71-f60807476d9a | 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 |
4d2ba4ce-cced-42fb-bcee-917a70ee5235 | 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 2 COUNTER_INC ops: expected 1 to equal 11 |
53e75ae6-dfb0-4a85-82ac-7da565197114 | 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' |
153bad9a-7527-4bf9-9bc5-42b95eedcbd8 | 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' |
7ff62aa4-6114-4de5-8ac8-98d303a23027 | 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' |