There are 14 failures in this upload.
| Failure ID | Test case ID | Test class | Test case | Message |
|---|---|---|---|---|
| 60be70a2-080a-446a-a1d7-7fb9b0bc5cc0 | 69481297-65a7-4f95-9170-5a95240ab1d1 | LiveCounter.create() throws on invalid input | realtime/objects Realtime with Objects plugin LiveCounter.create() throws on invalid input | Expected async function to throw an error: expected undefined to exist |
| 4930945b-72a2-42c4-b6da-0f3b5d9e5cce | a5b38e12-d03e-45ac-b1e9-1399c61397a2 | Value type created with LiveMap.create() can be assigned to the object tree with web_socket binary protocol | realtime/objects Realtime with Objects plugin Value type created with LiveMap.create() can be assigned to the object tree with web_socket binary protocol | Check map assigned to the object tree has the expected number of keys: expected 1 to equal 2 |
| 5d271be7-e423-4c02-819b-d952fcbe9316 | 73deecfb-650f-46e1-9a3b-7c23163752eb | Value type created with LiveMap.create() can be assigned to the object tree with web_socket text protocol | realtime/objects Realtime with Objects plugin Value type created with LiveMap.create() can be assigned to the object tree with web_socket text protocol | Check map assigned to the object tree has the expected number of keys: expected 1 to equal 2 |
| 973f7ef2-973a-46ee-993b-6aa93f588dc7 | a35941df-9ee0-4705-8396-88dfcd8cfe76 | Value type created with LiveMap.create() can be assigned to the object tree with comet binary protocol | realtime/objects Realtime with Objects plugin Value type created with LiveMap.create() can be assigned to the object tree with comet binary protocol | Check map assigned to the object tree has the expected number of keys: expected 1 to equal 2 |
| 3070ea92-6414-4b7d-8264-242226d7edd0 | 45e9fa40-c97b-4321-9e21-535da2eb93f6 | Value type created with LiveMap.create() can be assigned to the object tree with comet text protocol | realtime/objects Realtime with Objects plugin Value type created with LiveMap.create() can be assigned to the object tree with comet text protocol | Check map assigned to the object tree has the expected number of keys: expected 1 to equal 2 |
| 81ab7088-1412-4291-9ce2-80eb06603c7a | f62260da-06a1-44f5-badc-9b034918c11e | Value type created with LiveMap.create() can be assigned to the object tree with binary protocol | realtime/objects Realtime with Objects plugin Value type created with LiveMap.create() can be assigned to the object tree with binary protocol | Check map assigned to the object tree has the expected number of keys: expected 1 to equal 2 |
| 2e764671-ba5d-4a8b-b2e8-9da4f3de339e | 2bf880a0-94c5-4739-adcd-2915fb47c6a9 | Value type created with LiveMap.create() can be assigned to the object tree with text protocol | realtime/objects Realtime with Objects plugin Value type created with LiveMap.create() can be assigned to the object tree with text protocol | Check map assigned to the object tree has the expected number of keys: expected 1 to equal 2 |
| d023e0ea-2abc-49c8-90fd-6dc195a92703 | ba296bf9-ec46-4a72-b227-c7b7f677d342 | LiveMap.create() throws on invalid input | realtime/objects Realtime with Objects plugin LiveMap.create() throws on invalid input | Expected async function to throw an error: expected undefined to exist |
| 6a019d89-cfe7-4627-a7bd-12ca59a76c6d | 7bc60942-257b-4748-aa03-999d943cc901 | PathObject.subscribe() receives events for nested changes with unlimited depth by default | realtime/objects Realtime with Objects plugin PathObject.subscribe() receives events for nested changes with unlimited depth by default | Check nested event path: expected '' to equal 'nested' |
| 239135d4-509e-438b-8062-726c8fd9939d | b96acc1a-ace9-449b-9a57-a0a65e7ebbb0 | PathObject.subscribe() with depth=2 receives changes up to 2 levels deep | realtime/objects Realtime with Objects plugin PathObject.subscribe() with depth=2 receives changes up to 2 levels deep | expected false to be true |
| 422e45c1-ee3c-4373-ab60-e6c5951f8185 | b96acc1a-ace9-449b-9a57-a0a65e7ebbb0 | PathObject.subscribe() with depth=2 receives changes up to 2 levels deep | realtime/objects Realtime with Objects plugin PathObject.subscribe() with depth=2 receives changes up to 2 levels deep | done() called multiple times in test <realtime/objects Realtime with Objects plugin PathObject.subscribe() with depth=2 receives changes up to 2 levels deep> of file /home/runner/work/ably-js/ably-js/test/realtime/objects.test.js; in addition, done() received error: [_ErrorInfo: Connection closed; statusCode=400; code=80017; see https://help.ably.io/error/80017 ] |
| 5417cf00-f80e-46d7-a60a-415c2f4ac413 | 8a3ca5c6-c76c-4aad-bef4-701b059a9c57 | PathObject.subscribe() on nested path receives events for that specific path | realtime/objects Realtime with Objects plugin PathObject.subscribe() on nested path receives events for that specific path | 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/objects.test.js) |
| afba70cd-a485-4c22-8a6e-bcdd21c182d5 | 8ed38cfc-af6d-4740-8f02-15cdfc92eafb | PathObject.subscribe() on LiveMap path receives set/remove events | realtime/objects Realtime with Objects plugin PathObject.subscribe() on LiveMap path receives set/remove events | 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/objects.test.js) |
| d807e680-4873-43d0-8998-2aab0929a438 | 6e4cfd99-2a5f-4cd5-b4c5-0b3c885a2bb5 | PathObject.subscribe() event object provides correct PathObject instance | realtime/objects Realtime with Objects plugin PathObject.subscribe() event object provides correct PathObject instance | Check event object has correct path: expected '' to equal 'testKey' |