There are 9 failures in this upload.
| Failure ID | Test case ID | Test class | Test case | Message |
|---|---|---|---|---|
| 0192ffab-f050-492a-9c8b-628c18a5838b | aa304eca-3d01-4f9c-ac7e-a79063b78c79 | multiple_pending | realtime/presence multiple_pending | Timeout of 20000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. |
| 732d183b-9063-453b-8582-26f5513a0c26 | 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 | Second event is at nested path: expected '' to equal 'nested' |
| 43e48ead-f8ea-498e-a62a-9ecbe342cc78 | a9e9d68c-d5c8-48e7-94d3-df3f608435eb | PathObject.subscribe() with depth=1 only receives direct changes | realtime/objects Realtime with Objects plugin PathObject.subscribe() with depth=1 only receives direct changes | realtimeObject.createMap is not a function. (In 'realtimeObject.createMap({ deep: 'value' })', 'realtimeObject.createMap' is undefined) |
| c5f89cc5-2626-41f2-84f0-ff4d09c37472 | 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 | realtimeObject.createMap is not a function. (In 'realtimeObject.createMap({})', 'realtimeObject.createMap' is undefined) |
| 5efb94a2-925e-4640-b56d-227cac449a0f | 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 | realtimeObject.createMap is not a function. (In 'realtimeObject.createMap({})', 'realtimeObject.createMap' is undefined) |
| 982e9fd0-8315-42d0-a845-03f142b59a6f | 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 | realtimeObject.createMap is not a function. (In 'realtimeObject.createMap({})', 'realtimeObject.createMap' is undefined) |
| c8c4acf2-a18e-49dd-b418-c613b604650e | b473fab3-a1bb-47b9-bc0d-cf97fad6e477 | PathObject.subscribe() on LiveCounter path receives increment/decrement events | realtime/objects Realtime with Objects plugin PathObject.subscribe() on LiveCounter path receives increment/decrement events | realtimeObject.createCounter is not a function. (In 'realtimeObject.createCounter(10)', 'realtimeObject.createCounter' is undefined) |
| a0bee5d4-da30-4df6-98b9-ad097a3c8250 | 46fada5c-f8f3-4be3-8207-24640348b590 | PathObject.subscribe() works with complex nested paths and escaped dots | realtime/objects Realtime with Objects plugin PathObject.subscribe() works with complex nested paths and escaped dots | realtimeObject.createMap is not a function. (In 'realtimeObject.createMap({})', 'realtimeObject.createMap' is undefined) |
| 964952a6-e601-4ff0-b71b-fe9753718e43 | 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' |