Details of upload 6baac085-1613-4b76-9061-0150d7e9c98e

Created at
2025-10-14T09:13:52.307Z
Total number of tests
1094
JUnit report XML
View report
GitHub repository
ably/ably-js
Commit SHA
9f25292
Pull request base ref
PUB-2060/value-types-object-creation
Pull request head ref
PUB-2061/pathobject-subscription
Branch / tag name
2097/merge
Workflow asset retention period
90 days
GitHub action
__ably_test-observability-action
GitHub run ID
18491130321
GitHub run attempt
1
GitHub run number
2726
GitHub job
test-browser
GitHub job URL
Not known
Loop iteration
1

Test failures

There are 9 failures in this upload.

Failure ID Test case ID Test class Test case Message
3816ac14-b4b4-48b6-8eb6-cbc27f6df82c b32eca19-953b-4c3d-8b56-7831b862d97f presence_enter_inherited_clientid realtime/presence presence_enter_inherited_clientid Timeout of 20000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
063f4311-f009-49fe-82a8-de403b1831dc 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'
2fb26614-c49f-4bdd-af89-56cb780874b0 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
3ef5cff5-f596-44cc-b834-8bcc56346a2d 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
b15ec8db-e9c2-4e5b-9351-72ed252dd010 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
4b4e170a-74fd-418a-a428-893c5e8415e8 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
d06be4db-5b02-430b-b7f1-80e3f01d2e58 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
4373a80b-9e88-405e-a4e5-7ce2bd1ca885 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
3e209a75-1722-402d-af7e-5990bf651edd 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'