There are 18 failures in this upload.
Failure ID | Test case ID | Test class | Test case | Message |
---|---|---|---|---|
34153e35-f9a0-45f2-9fd4-2986ef4c3c37 | 23011b56-a353-4e96-b638-1d1b1e554706 | invalid_cred_failure | realtime/failure invalid_cred_failure | wrong error reason code on connection.: expected 40101 to equal 40400 |
c9085ca0-cc12-432e-964e-347dab916256 | f35d28a2-c8c1-486d-b211-4f2139de599c | STATE_SYNC sequence with state object "tombstone" property deletes existing object | realtime/live_objects Realtime with LiveObjects plugin STATE_SYNC sequence with state object "tombstone" property deletes existing object | Check counter exists on root before STATE_SYNC sequence with "tombstone=true": expected undefined to exist |
423a7741-67d4-495c-b6ea-294e618f7027 | 965dc96c-5721-40fb-8ce8-f5c03d94c013 | can apply MAP_CREATE with primitives state operation messages | realtime/live_objects Realtime with LiveObjects plugin can apply MAP_CREATE with primitives state operation messages | Check map at "valuesMap" key in root exists: expected undefined to exist |
d2a5ac00-3d98-4bea-aeb5-6a0fb55c28ed | 215289e3-612a-4cfb-be3e-2c3824c9f1d0 | can apply MAP_SET with object ids state operation messages | realtime/live_objects Realtime with LiveObjects plugin can apply MAP_SET with object ids state operation messages | Check map at "keyToMap" key in root exists: expected undefined to exist |
8588d037-7fb4-4cb6-b010-afa6c12a1fc8 | 59bddbf9-1802-4354-8167-e138ee3935e1 | can apply COUNTER_INC state operation messages | realtime/live_objects Realtime with LiveObjects plugin can apply COUNTER_INC state operation messages | Cannot read properties of undefined (reading 'value') |
9fa70019-1a2a-4ca2-88b9-f286992c716b | 1407da12-4d23-4bdb-a238-19ce2b79e859 | MAP_SET with reference to a tombstoned object results in undefined value on key | realtime/live_objects Realtime with LiveObjects plugin MAP_SET with reference to a tombstoned object results in undefined value on key | Check counter exists on root before OBJECT_DELETE: expected undefined to exist |
e0ad7aa5-a9d1-4b9b-9ac3-61c88b36bfda | 869626c3-a51b-4dcf-b89e-9ee474200966 | subsequent state operation messages are applied immediately after STATE_SYNC ended and buffers are applied | realtime/live_objects Realtime with LiveObjects plugin subsequent state operation messages are applied immediately after STATE_SYNC ended and buffers are applied | Check root has correct value for "foo" key from operation received outside of STATE_SYNC after other buffered operations were applied: expected undefined to equal 'bar' |
59d1f320-420c-486a-9b86-e8c15ee501ea | 55c1126f-59d5-445f-9952-62e2671a4761 | LiveCounter.decrement sends COUNTER_INC operation | realtime/live_objects Realtime with LiveObjects plugin LiveCounter.decrement sends COUNTER_INC operation | Cannot read properties of undefined (reading 'decrement') |
cf27cfbb-91df-4491-8ad5-a0614e9e9592 | af8d3441-01ed-4fef-b183-cae9d73efc03 | LiveMap.set sends MAP_SET operation for primitive values | realtime/live_objects Realtime with LiveObjects plugin LiveMap.set sends MAP_SET operation for primitive values | Check root has correct value for "bytesKey" key after LiveMap.set call: expected Buffer[ 123, 34, 112, 114, 111, …(-57) ] to equal Buffer[ 123, 34, 112, 114, 111, …(-57) ] |
a4fb4d75-6075-4cfc-a772-7cca1f9572d4 | a0bdcb74-9f89-4f80-af8f-dca66e6d98de | LiveMap.set sends MAP_SET operation with reference to another LiveObject | realtime/live_objects Realtime with LiveObjects plugin LiveMap.set sends MAP_SET operation with reference to another LiveObject | Map value data type is unsupported |
815c19b5-9d64-4d08-a049-6e54075b19d0 | 906e29c3-bdf0-4ab0-9df4-f7af87714789 | LiveMap.set throws on invalid input | realtime/live_objects Realtime with LiveObjects plugin LiveMap.set throws on invalid input | expected [Function] to throw error including 'Map key should be string' but got 'Cannot read properties of undefined (…' |
5a48a7aa-21c4-4157-94ac-e6428cbc6254 | 69622bde-1980-4a57-a335-652aec77b39c | LiveMap.remove sends MAP_REMOVE operation | realtime/live_objects Realtime with LiveObjects plugin LiveMap.remove sends MAP_REMOVE operation | Cannot read properties of undefined (reading 'remove') |
be493d24-a8b0-4d86-a574-115ca5b8a51f | 4c0f3e0d-408a-4da2-8236-d303e8aebf6a | can subscribe to multiple incoming operations on a LiveCounter | realtime/live_objects Realtime with LiveObjects plugin can subscribe to multiple incoming operations on a LiveCounter | Cannot read properties of undefined (reading 'subscribe') |
c86be915-8999-4363-b319-8d7c33fcb131 | b51b1f89-b7dd-49a8-8fb6-42dc3fd19c77 | can remove all LiveCounter update listeners via LiveCounter.unsubscribeAll() call | realtime/live_objects Realtime with LiveObjects plugin can remove all LiveCounter update listeners via LiveCounter.unsubscribeAll() call | Cannot read properties of undefined (reading 'unsubscribeAll') |
10d02e04-db51-43b9-aa0d-abab9979b1c1 | cce51c8b-9525-4642-961a-02585599c87e | can unsubscribe from LiveMap updates via returned "unsubscribe" callback | realtime/live_objects Realtime with LiveObjects plugin can unsubscribe from LiveMap updates via returned "unsubscribe" callback | Check map has value for key "foo-2" after all map sets: expected undefined to equal 'exists' |
d3d120fe-bb39-4a2e-b23e-da5c8bcc8fe1 | 5c955a26-24a7-45b6-8f18-25846ce0c6c0 | can unsubscribe from LiveMap updates via LiveMap.unsubscribe() call | realtime/live_objects Realtime with LiveObjects plugin can unsubscribe from LiveMap updates via LiveMap.unsubscribe() call | Check map has value for key "foo-2" after all map sets: expected undefined to equal 'exists' |
9a2af7e3-069d-4457-9254-b0699b0451d0 | 3f57e915-fdc7-4bdf-b993-e638b35349b9 | can remove all LiveMap update listeners via LiveMap.unsubscribeAll() call | realtime/live_objects Realtime with LiveObjects plugin can remove all LiveMap update listeners via LiveMap.unsubscribeAll() call | Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/work/ably-js/ably-js/test/realtime/live_objects.test.js) |
f8d3b8fc-6cac-4245-af96-231162a13b2e | a060814b-7701-49e6-9a4d-62ae34bd3ef6 | subscribes to filtered channel | realtime/message subscribes to filtered channel | Expect only two filtered message to be received: expected +0 to equal 2 |