There are 29 failures in this upload.
| Failure ID | Test case ID | Test class | Test case | Message |
|---|---|---|---|---|
| 387fccbf-4dcc-47ed-8db2-19ae573f5653 | 5b7a69d0-a7b9-426b-b0b9-42f0d49d59e7 | should handle complex object operations workflow with binary protocol | rest/objects Rest with Objects plugin should handle complex object operations workflow with binary protocol | First argument to DataView constructor must be an ArrayBuffer |
| 7cbb61fa-1cfb-4605-9659-05f12db50750 | f78fc8dd-b679-4f7c-a551-aaa6a0734863 | should handle complex object operations workflow with text protocol | rest/objects Rest with Objects plugin should handle complex object operations workflow with text protocol | "[object Object]" is not valid JSON |
| 31ceffd5-5a3a-468e-9229-8d52d5ed3483 | 4de8988b-78cb-4558-8233-2761c0c72eb0 | should return undefined for non-existent object ID or path with binary protocol | rest/objects Rest with Objects plugin RestObject.get() should return undefined for non-existent object ID or path with binary protocol | Error response received from server: 404 body was: {} |
| 16096fca-6484-4d9b-861e-4d8e018415e8 | 345cc1c8-0d1c-4e74-96ab-7b2e36865cc0 | should get root object by default with binary protocol | rest/objects Rest with Objects plugin RestObject.get() should get root object by default with binary protocol | First argument to DataView constructor must be an ArrayBuffer |
| 817eed63-f2c5-4f21-a9bc-f4b21a2dc987 | ff88c310-b8e7-4cec-bd85-ef29896cc49d | should get root object by default with text protocol | rest/objects Rest with Objects plugin RestObject.get() should get root object by default with text protocol | "[object Object]" is not valid JSON |
| 177fdd90-8684-4061-90dc-ac131b52982e | 77c631f9-4fb0-43a2-9774-c24db17a6695 | should get object with compact=true by default with binary protocol | rest/objects Rest with Objects plugin RestObject.get() should get object with compact=true by default with binary protocol | First argument to DataView constructor must be an ArrayBuffer |
| f2b1e111-e577-4c07-b2f2-11a3f85778a6 | 50ee34e8-b862-42f8-8865-a9d1334995fd | should get object with compact=true by default with text protocol | rest/objects Rest with Objects plugin RestObject.get() should get object with compact=true by default with text protocol | "[object Object]" is not valid JSON |
| 58d087d9-9a94-471b-ae47-6c34d827cb96 | 422d8d88-c238-4beb-8a75-42287f69e7b8 | should get object with compact=false returning expanded structure with binary protocol | rest/objects Rest with Objects plugin RestObject.get() should get object with compact=false returning expanded structure with binary protocol | First argument to DataView constructor must be an ArrayBuffer |
| 1c226d20-0bfa-49e0-8a4d-7b060fd038b5 | 061dd3dc-639c-44fe-a448-7b4877f7a25a | should get object with compact=false returning expanded structure with text protocol | rest/objects Rest with Objects plugin RestObject.get() should get object with compact=false returning expanded structure with text protocol | "[object Object]" is not valid JSON |
| 7bcdf1da-fcba-4c75-9f13-9f125ac8d253 | 44c89efa-ff07-4819-9502-c9fc28a223e5 | should get object by specific objectId with binary protocol | rest/objects Rest with Objects plugin RestObject.get() should get object by specific objectId with binary protocol | First argument to DataView constructor must be an ArrayBuffer |
| 5ea5f9d8-66dc-4de9-899b-1bed7daec8df | 8165e836-5f7b-4d7c-b2d9-4792e6879799 | should get object by specific objectId with text protocol | rest/objects Rest with Objects plugin RestObject.get() should get object by specific objectId with text protocol | "[object Object]" is not valid JSON |
| a53fa46b-6fe4-4df7-9864-3cc473d258c8 | caefddce-0d99-42ec-a2fb-c41a68cf8a58 | should get object with path parameter with binary protocol | rest/objects Rest with Objects plugin RestObject.get() should get object with path parameter with binary protocol | First argument to DataView constructor must be an ArrayBuffer |
| 8470597a-53ab-4d27-a096-a19f6f8bcc22 | 756879f8-f9d4-41ea-8080-f5ab60f6376a | should get object with path parameter with text protocol | rest/objects Rest with Objects plugin RestObject.get() should get object with path parameter with text protocol | "[object Object]" is not valid JSON |
| 2aefc51f-d7d4-431b-b244-c6a80d0a10e7 | 7fa9541c-70c4-4f8f-adc3-19f29d0d613a | should handle different data types for compact objects with binary protocol | rest/objects Rest with Objects plugin RestObject.get() should handle different data types for compact objects with binary protocol | First argument to DataView constructor must be an ArrayBuffer |
| bdce87cc-844b-44fa-9677-5f65cf00da2e | c7299ac9-b25a-4f45-8457-3d8b7eb5025e | should handle different data types for compact objects with text protocol | rest/objects Rest with Objects plugin RestObject.get() should handle different data types for compact objects with text protocol | "[object Object]" is not valid JSON |
| 36786d25-ab1a-425d-8a61-66b91ed4bb84 | f3eaa472-3a97-4301-9bdd-4d8808446097 | should handle different data types for expanded objects with binary protocol | rest/objects Rest with Objects plugin RestObject.get() should handle different data types for expanded objects with binary protocol | First argument to DataView constructor must be an ArrayBuffer |
| e759b64e-26ea-46c6-8fc0-24a3d40369db | eb789cb3-f4d1-4484-b9ec-d193bcddc895 | should handle different data types for expanded objects with text protocol | rest/objects Rest with Objects plugin RestObject.get() should handle different data types for expanded objects with text protocol | "[object Object]" is not valid JSON |
| 85833985-59bf-4012-8d31-32e767b17ce6 | 2e43c423-f250-4b5e-8ed9-7107ef29fbd1 | should publish single MAP_SET operation with binary protocol | rest/objects Rest with Objects plugin RestObject.publish() should publish single MAP_SET operation with binary protocol | First argument to DataView constructor must be an ArrayBuffer |
| 180f8662-0e1d-4389-b622-8c2f811fafca | 9003f30e-8b83-4dff-8696-4d72d96cd040 | should publish single MAP_SET operation with text protocol | rest/objects Rest with Objects plugin RestObject.publish() should publish single MAP_SET operation with text protocol | "[object Object]" is not valid JSON |
| b8921044-a6a0-4edf-978a-6cde50ec8097 | 83b908cb-ceac-4948-b89b-89a247797f56 | should handle different data types in MAP_SET operation with binary protocol | rest/objects Rest with Objects plugin RestObject.publish() should handle different data types in MAP_SET operation with binary protocol | First argument to DataView constructor must be an ArrayBuffer |
| 6c98d308-68df-47ab-a3ed-416887983270 | 9ee9655a-6289-4930-bc3f-54f3f7dccab1 | should handle different data types in MAP_SET operation with text protocol | rest/objects Rest with Objects plugin RestObject.publish() should handle different data types in MAP_SET operation with text protocol | "[object Object]" is not valid JSON |
| 37639b35-e278-433e-b26c-087b8dad360b | 30304719-2119-4bf6-a40f-12efbcde136c | should publish single MAP_CREATE operation with text protocol | rest/objects Rest with Objects plugin RestObject.publish() should publish single MAP_CREATE operation with text protocol | "[object Object]" is not valid JSON |
| 5a76d105-ecf2-4f19-b703-ff457f991c54 | c3be6a68-d463-42b0-996f-4ebac3c7070c | should handle different data types in MAP_CREATE operation with binary protocol | rest/objects Rest with Objects plugin RestObject.publish() should handle different data types in MAP_CREATE operation with binary protocol | First argument to DataView constructor must be an ArrayBuffer |
| db4e4dca-5518-44da-b625-e9eaf5c252b7 | ffb6248b-036e-4ed3-b44d-cd2e5ed871cc | should handle different data types in MAP_CREATE operation with text protocol | rest/objects Rest with Objects plugin RestObject.publish() should handle different data types in MAP_CREATE operation with text protocol | "[object Object]" is not valid JSON |
| de851b22-c686-4349-b61a-0aaa61726429 | 2b15e894-6d07-415a-8b3b-51faf0c9b0a5 | should publish single MAP_REMOVE operation with text protocol | rest/objects Rest with Objects plugin RestObject.publish() should publish single MAP_REMOVE operation with text protocol | "[object Object]" is not valid JSON |
| 1603282b-3651-488e-9c2b-ce1ce83237dd | 4bdab676-be76-4dba-88a0-77cf03ef3c34 | should publish single COUNTER_CREATE operation with text protocol | rest/objects Rest with Objects plugin RestObject.publish() should publish single COUNTER_CREATE operation with text protocol | "[object Object]" is not valid JSON |
| 1420c46d-ed6e-4d94-a664-1d1d1fd4ba3d | 4739deaa-8c8e-4fd7-b5b0-da907477ec6a | should publish single COUNTER_INC operation with text protocol | rest/objects Rest with Objects plugin RestObject.publish() should publish single COUNTER_INC operation with text protocol | "[object Object]" is not valid JSON |
| 41836f3f-9ba5-4ba6-858d-f03753236163 | fba2ea1f-2c18-4487-9ed5-65ba112e8a1a | should publish array of operations with binary protocol | rest/objects Rest with Objects plugin RestObject.publish() should publish array of operations with binary protocol | First argument to DataView constructor must be an ArrayBuffer |
| 025a62ce-d56a-4b85-83c8-7d64cfe33851 | ac2b1255-9662-4022-aa54-7beb9323053e | should publish array of operations with text protocol | rest/objects Rest with Objects plugin RestObject.publish() should publish array of operations with text protocol | "[object Object]" is not valid JSON |