There are 21 failures in this upload.
| Failure ID | Test case ID | Test class | Test case | Message |
|---|---|---|---|---|
| adbca00d-4cbd-411c-b6c3-37aa881c2ce0 | 010f0dc6-860d-4e9b-894a-086b98e0592b | batch API get method is synchronous | realtime/objects Realtime with Objects plugin batch API get method is synchronous | undefined is not a function (near '...realtimeObject.batch...') |
| f2ef1f84-0efc-4b71-ac38-31c273594751 | 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 | undefined is not a function (near '...realtimeObject.batch...') |
| 0f86b51a-ed8d-4d35-a072-4b0545fd85e4 | 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 | undefined is not a function (near '...realtimeObject.batch...') |
| 1e30768b-be0c-476b-ba46-4ee848571ff6 | 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 | undefined is not a function (near '...realtimeObject.batch...') |
| 21c833fc-5061-48bc-a3ff-43765781a8db | 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 | undefined is not a function (near '...realtimeObject.batch...') |
| 13ee055b-f980-4d7d-a01b-6a502119b6ea | 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 | undefined is not a function (near '...realtimeObject.batch...') |
| e03735fc-b103-4e0a-9730-35c208063264 | 96b9348e-18aa-4534-ba42-75db8c1f563a | batch API scheduled operations are applied when batch callback is finished with xhr_polling binary protocol | realtime/objects Realtime with Objects plugin batch API scheduled operations are applied when batch callback is finished with xhr_polling binary protocol | undefined is not a function (near '...realtimeObject.batch...') |
| cb15930e-08c4-45c7-a4f8-7c6eddfa9a25 | aef2d301-b5f9-4f63-b1bd-97ae7fa8aca7 | batch API scheduled operations are applied when batch callback is finished with xhr_polling text protocol | realtime/objects Realtime with Objects plugin batch API scheduled operations are applied when batch callback is finished with xhr_polling text protocol | undefined is not a function (near '...realtimeObject.batch...') |
| 6f5f6634-a007-4500-bb10-13f6c9765305 | 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 | undefined is not a function (near '...realtimeObject.batch...') |
| 467a2109-5473-4391-900f-2e6aa852922f | 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 | undefined is not a function (near '...realtimeObject.batch...') |
| eb851b2c-30e8-4f32-b18e-5b98d0fcf6cb | 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. (In 'realtimeObject.batch((ctx) => {})', 'realtimeObject.batch' is undefined): expected TypeError: realtimeObject.batch is not a … { sourceURL: '…' } to not exist |
| 0ed8ddd9-e499-46a9-8ffe-354d1fb0b927 | 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: undefined is not a function (n… { sourceURL: '…' } to equal Error: cancel batch { sourceURL: 'ht…' } |
| 1f9ada8a-2525-4f67-b794-bc379f47ee6d | 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 | undefined is not a function (near '...realtimeObject.batch...') |
| b509a840-76d3-48b7-9fe8-a7d631c47934 | 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 'undefined is not an object (evaluatin…' |
| 81f51f7d-cd8a-4dd0-b5f5-4fcf2625bd1a | 3c746c5f-2ff8-4018-91d2-50079160c0f4 | BatchContextLiveMap enumeration | realtime/objects Realtime with Objects plugin BatchContextLiveMap enumeration | undefined is not a function (near '...realtimeObject.batch...') |
| dceee577-9eea-4431-925c-33cd89bcec8a | 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 | undefined is not a function (near '...realtimeObject.batch...') |
| c360c837-9604-4722-94b1-12604a27e7e5 | 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 | undefined is not a function (near '...realtimeObject.batch...') |
| 5da61fee-ff1a-42b5-bf09-7bad306a1a9e | 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 | undefined is not a function (near '...realtimeObject.batch...') |
| 0c694a04-a0cf-48a7-8c8d-7f583e2cf4cc | 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 | undefined is not a function (near '...realtimeObject.batch...') |
| 247719e3-9b9c-470c-be21-d0cce9f90555 | 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 | undefined is not a function (near '...realtimeObject.batch...') |
| 01e217a2-43da-4016-b37a-8c68134ac08a | 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 | undefined is not a function (near '...realtimeObject.batch...') |