Details of upload e72d20df-c25b-49f5-a195-2226ab4439fc

Created at
2025-11-07T08:49:42.371Z
Total number of tests
996
JUnit report XML
View report
GitHub repository
ably/ably-js
Commit SHA
a577a8f
Pull request base ref
integration/objects-breaking-api
Pull request head ref
PUB-2065/path-based-batch-api
Branch / tag name
2107/merge
Workflow asset retention period
90 days
GitHub action
__ably_test-observability-action
GitHub run ID
19162760770
GitHub run attempt
1
GitHub run number
3748
GitHub job
test-node
GitHub job URL
Not known
Loop iteration
1

Test failures

There are 21 failures in this upload.

Failure ID Test case ID Test class Test case Message
359e6915-7598-4493-b85a-65f111d89a30 010f0dc6-860d-4e9b-894a-086b98e0592b batch API get method is synchronous realtime/objects Realtime with Objects plugin batch API get method is synchronous realtimeObject.batch is not a function
fca14297-a683-4f44-b502-dece4ea4d92a ca5cee2d-6987-479d-886a-2a806545442c batch API .get method on a map returns BatchContext* wrappers for objects realtime/objects Realtime with Objects plugin batch API .get method on a map returns BatchContext* wrappers for objects realtimeObject.batch is not a function
9e580b7c-9e82-412c-a31a-62c126af0c94 bc2dba2c-52c6-4747-9f5b-a82533c39f57 batch API access API methods on objects work and are synchronous realtime/objects Realtime with Objects plugin batch API access API methods on objects work and are synchronous realtimeObject.batch is not a function
541f6fb9-f439-4d4a-90c7-de6ce1170de2 ea6ae645-e3b2-4290-a734-547194363021 batch API write API methods on objects do not mutate objects inside the batch callback realtime/objects Realtime with Objects plugin batch API write API methods on objects do not mutate objects inside the batch callback realtimeObject.batch is not a function
99610eaa-0c60-41ac-98a5-39cbcb5be224 02690b3d-acbd-4930-8c4e-a04c6387f453 batch API scheduled operations are applied when batch callback is finished with web_socket binary protocol realtime/objects Realtime with Objects plugin batch API scheduled operations are applied when batch callback is finished with web_socket binary protocol realtimeObject.batch is not a function
10c83b1c-4947-4917-96c4-a680903934a9 2483e5ff-445e-48e6-93dc-feee6660771b batch API scheduled operations are applied when batch callback is finished with web_socket text protocol realtime/objects Realtime with Objects plugin batch API scheduled operations are applied when batch callback is finished with web_socket text protocol realtimeObject.batch is not a function
65652931-3374-4e84-b0d1-4edd516cab34 731e0fe4-881b-4936-a072-762a9aea4ccc batch API scheduled operations are applied when batch callback is finished with comet binary protocol realtime/objects Realtime with Objects plugin batch API scheduled operations are applied when batch callback is finished with comet binary protocol realtimeObject.batch is not a function
2545f1e6-54f2-44e9-b8cf-bbd296cf28b2 fa9404ed-e417-4f21-acf3-b14434f08d02 batch API scheduled operations are applied when batch callback is finished with comet text protocol realtime/objects Realtime with Objects plugin batch API scheduled operations are applied when batch callback is finished with comet text protocol realtimeObject.batch is not a function
15b25458-7c65-469f-a549-8b9d10877fcf 264c5d0c-d619-4c03-b2b1-62340eeb66c0 batch API scheduled operations are applied when batch callback is finished with binary protocol realtime/objects Realtime with Objects plugin batch API scheduled operations are applied when batch callback is finished with binary protocol realtimeObject.batch is not a function
0cd0fe0d-e672-43d0-a704-753b75bd959e 083d0382-4709-4ec8-be84-a5255e339349 batch API scheduled operations are applied when batch callback is finished with text protocol realtime/objects Realtime with Objects plugin batch API scheduled operations are applied when batch callback is finished with text protocol realtimeObject.batch is not a function
97c1a318-8af6-4de7-a77b-fda06dfea375 a452dfeb-a221-4754-a6b0-f666ab83f8f4 batch API can be called without scheduling any operations realtime/objects Realtime with Objects plugin batch API can be called without scheduling any operations Check batch API can be called without scheduling any operations, but got error: TypeError: realtimeObject.batch is not a function: expected TypeError: realtimeObject.batch is not a … to not exist
2905db28-88bf-4b1f-bc8d-18a5d000a8fd 847bd68c-ac5d-48bd-b084-cd1682ed70ae batch API scheduled operations can be canceled by throwing an error in the batch callback realtime/objects Realtime with Objects plugin batch API scheduled operations can be canceled by throwing an error in the batch callback Check error from a batch callback was rethrown by a batch method: expected TypeError: realtimeObject.batch is not a … to equal Error: cancel batch
39425981-c3d6-4984-af68-1afe5b15372e 8efffba8-5f95-4ada-a4ae-9c1ba8b361cf batch API batch context and derived objects can't be interacted with after the batch call realtime/objects Realtime with Objects plugin batch API batch context and derived objects can't be interacted with after the batch call realtimeObject.batch is not a function
f0c080fb-3b7a-4962-9020-86bcd0236ed6 2a7286d9-7ad8-4542-a276-4541f12a6060 batch API batch context and derived objects can't be interacted with after error was thrown from batch callback realtime/objects Realtime with Objects plugin batch API batch context and derived objects can't be interacted with after error was thrown from batch callback expected [Function] to throw error including 'Batch is closed' but got 'Cannot read properties of undefined (…'
73941c58-716f-4039-bc5e-8d09ef70ac84 3c746c5f-2ff8-4018-91d2-50079160c0f4 BatchContextLiveMap enumeration realtime/objects Realtime with Objects plugin BatchContextLiveMap enumeration realtimeObject.batch is not a function
5ff534b8-49fc-4110-9def-d29066fcb823 d6cf4b21-6c6c-4d4f-8d57-faa5d92b1869 public API throws missing object modes error when attached without correct modes realtime/objects Realtime with Objects plugin public API throws missing object modes error when attached without correct modes realtimeObject.batch is not a function
094171f1-1d1a-4810-b9ed-e265534ea7f6 d24cc5c5-317b-4a28-917e-dcd573a30d6b public API throws missing object modes error when not yet attached but client options are missing correct modes realtime/objects Realtime with Objects plugin public API throws missing object modes error when not yet attached but client options are missing correct modes realtimeObject.batch is not a function
b332b2b3-30c7-4fd2-abdc-9b74071005cc 87b811dc-ac3c-43aa-a931-4d08bf539ea4 public API throws invalid channel state error when channel DETACHED realtime/objects Realtime with Objects plugin public API throws invalid channel state error when channel DETACHED realtimeObject.batch is not a function
2d7cadf4-3470-4627-ac2a-9efa37b40786 9bf86442-5707-49db-9947-ecc7098e87c8 public API throws invalid channel state error when channel FAILED realtime/objects Realtime with Objects plugin public API throws invalid channel state error when channel FAILED realtimeObject.batch is not a function
04b23a96-9b50-457b-ab62-8e9378d48a26 35510775-b7a3-4346-9301-ae6ce9c77743 public write API throws invalid channel state error when channel SUSPENDED realtime/objects Realtime with Objects plugin public write API throws invalid channel state error when channel SUSPENDED realtimeObject.batch is not a function
de9c235e-aaac-4c78-b93d-d3bae17ec198 9d2a5051-5a8e-49cc-9ef5-493b7f04bb73 public write API throws invalid channel option when "echoMessages" is disabled realtime/objects Realtime with Objects plugin public write API throws invalid channel option when "echoMessages" is disabled realtimeObject.batch is not a function