There are 8 failures in this upload.
| Failure ID | Test case ID | Test class | Test case | Message |
|---|---|---|---|---|
| f66e25fa-d80a-466d-9742-b67af03eb28e | 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' |
| 5a676745-0dda-4af4-846c-1da9c517aba5 | 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) |
| cae613dc-d6f8-40ee-9934-c02db992b54a | 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) |
| 340f3efb-2ef3-4433-8be0-4a5e6013a26e | 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) |
| cf931cc6-0f17-4772-9983-0fa6c5d085e3 | 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) |
| 031eb01a-9530-4675-af5e-9a367caedf7e | 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) |
| cfabd49f-fdc1-469a-9492-6adb19920028 | 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) |
| de50f2ee-3a2f-49fc-b566-9b92c991d236 | 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' |