There are 23 failures in this upload.
Failure ID | Test case ID | Test class | Test case | Message |
---|---|---|---|---|
e4d8efec-0557-4f99-b5b5-39053c5aa95e | 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 second authorize cb was called: expected false to be truthy at /home/runner/work/ably-js/ably-js/test/realtime/auth.test.js:1557:71 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' } |
85c1fa56-226a-4e8c-b9ef-0a9b5e39250b | 23011b56-a353-4e96-b638-1d1b1e554706 | invalid_cred_failure | realtime/failure invalid_cred_failure | wrong error reason code on connection.: expected 40101 to equal 40400 |
fb4ece5e-d93c-4da1-840f-ab6ecc31c2f0 | 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 |
9f9f087d-4682-44a5-840d-2b88dbe37174 | fd0af668-bf34-42d9-af06-a844bc85eef4 | MAP_CREATE state operation messages are applied based on the site timeserials vector of the object | realtime/live_objects Realtime with LiveObjects plugin MAP_CREATE state operation messages are applied based on the site timeserials vector of the object | Invalid object id string |
acb2690a-4526-4444-b458-bfc15b0a72f7 | 215289e3-612a-4cfb-be3e-2c3824c9f1d0 | can apply MAP_SET with object ids state operation messages | realtime/live_objects Realtime with LiveObjects plugin can apply MAP_SET with object ids state operation messages | Check map at "keyToMap" key in root exists: expected undefined to exist |
eafeb4f9-15af-44c3-a75d-52ad1d8f7532 | 7366c246-2d0b-4fc1-ae7a-2a34718383a5 | MAP_SET state operation messages are applied based on the site timeserials vector of the object | realtime/live_objects Realtime with LiveObjects plugin MAP_SET state operation messages are applied based on the site timeserials vector of the object | Invalid object id string |
98b823fb-4342-4307-9420-7235f1b363cb | 87c2caf7-369f-4e7d-81cf-b32ec1e5461d | MAP_REMOVE state operation messages are applied based on the site timeserials vector of the object | realtime/live_objects Realtime with LiveObjects plugin MAP_REMOVE state operation messages are applied based on the site timeserials vector of the object | Invalid object id string |
2e129071-1bed-44ae-a862-c0d5d24ce8b9 | 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 |
faeee133-f96f-4eb6-8a6b-63c0544bdc25 | fccfda3e-e16c-4136-bf8d-8eec77369e3b | COUNTER_CREATE state operation messages are applied based on the site timeserials vector of the object | realtime/live_objects Realtime with LiveObjects plugin COUNTER_CREATE state operation messages are applied based on the site timeserials vector of the object | Invalid object id string |
38daa151-e133-496e-8f16-04a529e4bb47 | 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 1 COUNTER_INC ops: expected +0 to equal 1 |
7d9fb5f9-e6b8-424a-b9e0-38f5e334621a | 0660bf9e-725e-429b-9e59-68eef594a77f | COUNTER_INC state operation messages are applied based on the site timeserials vector of the object | realtime/live_objects Realtime with LiveObjects plugin COUNTER_INC state operation messages are applied based on the site timeserials vector of the object | Invalid object id string |
c18d9837-6a20-4a8d-8d05-8c1cb8a7b6be | 8f38b21d-1807-4a8c-bce5-17304179231b | OBJECT_DELETE for unknown object id creates zero-value tombstoned object | realtime/live_objects Realtime with LiveObjects plugin OBJECT_DELETE for unknown object id creates zero-value tombstoned object | Invalid object id string |
b73816e8-96bf-475a-bb68-57ef22c182d0 | 9e02c8f1-7159-40a7-a1c3-d4ecd143866b | OBJECT_DELETE state operation messages are applied based on the site timeserials vector of the object | realtime/live_objects Realtime with LiveObjects plugin OBJECT_DELETE state operation messages are applied based on the site timeserials vector of the object | Invalid object id string |
144a598d-5aee-4c14-8c09-a70f3f471f59 | ceededdd-0ea2-44f1-8d76-0aca9a8e0e99 | LiveCounter.increment sends COUNTER_INC operation | realtime/live_objects Realtime with LiveObjects plugin LiveCounter.increment sends COUNTER_INC operation | Cannot read properties of undefined (reading 'increment') |
00cd2e81-d534-4668-9f58-c99d2390454f | 0a455580-0f7f-4b4d-8415-64bf81d5832f | LiveCounter.increment throws on invalid input | realtime/live_objects Realtime with LiveObjects plugin LiveCounter.increment throws on invalid input | expected 'Cannot read properties of undefined (…' to contain 'Counter value increment should be a n…' |
ca14e8ee-782c-4102-8b7a-62c0eb404f08 | 55c1126f-59d5-445f-9952-62e2671a4761 | LiveCounter.decrement sends COUNTER_INC operation | realtime/live_objects Realtime with LiveObjects plugin LiveCounter.decrement sends COUNTER_INC operation | Cannot read properties of undefined (reading 'decrement') |
ca744c9d-8788-464d-9ad5-00dfe9110717 | 40035b5d-ecdb-4d5a-828f-49820a946ed9 | LiveMap.set sends MAP_SET operation with primitive values | realtime/live_objects Realtime with LiveObjects plugin LiveMap.set sends MAP_SET operation with primitive values | Check root has correct value for "bytesKey" key after LiveMap.set call: expected Buffer[ 123, 34, 112, 114, 111, …(-57) ] to equal Buffer[ 123, 34, 112, 114, 111, …(-57) ] |
0349efc5-5db7-474f-94e7-da93adc96105 | a0bdcb74-9f89-4f80-af8f-dca66e6d98de | LiveMap.set sends MAP_SET operation with reference to another LiveObject | realtime/live_objects Realtime with LiveObjects plugin LiveMap.set sends MAP_SET operation with reference to another LiveObject | Map value data type is unsupported |
611a9ae0-11b8-4e25-a3a6-266634bbbaf1 | 9998039c-ce31-4749-8197-fe61b63896af | LiveMap.remove throws on invalid input | realtime/live_objects Realtime with LiveObjects plugin LiveMap.remove throws on invalid input | expected 'Cannot read properties of undefined (…' to contain 'Map key should be string' |
c79205a1-46cc-46e5-944a-2a8b8aa2f835 | fd5c9058-7206-46f0-ae5a-7ed516baff7b | LiveObjects.createMap sends MAP_CREATE operation with primitive values | realtime/live_objects Realtime with LiveObjects plugin LiveObjects.createMap sends MAP_CREATE operation with primitive values | Check map #2 has correct value for "bytesKey" key: expected { …(2) } to equal Buffer[ 123, 34, 112, 114, 111, …(-57) ] |
e7459a12-b260-4862-bc89-4f1bd44e8484 | 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') |
23da3b93-0163-4e30-8658-b8488a140c16 | 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') |
d51a19b0-f522-4029-8392-fb9525c8b79c | 9c7cb812-c5d8-4296-98ba-f85518e8acf5 | revokes tokens matching the given specifiers | rest/revokeTokens revokes tokens matching the given specifiers | 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/rest/batch.test.js) |