Details of upload d116b3ea-86a9-4e5f-82a7-2f3ffbc36771

Created at
2025-01-16T05:16:22.675Z
Total number of tests
691
JUnit report XML
View report
GitHub repository
ably/ably-js
Commit SHA
e665ec8
Pull request base ref
integration/liveobjects
Pull request head ref
liveobjects/object-mutation-api
Branch / tag name
1948/merge
Workflow asset retention period
90 days
GitHub action
__ably_test-observability-action
GitHub run ID
12802454412
GitHub run attempt
1
GitHub run number
3209
GitHub job
test-node
GitHub job URL
Not known
Loop iteration
1

Test failures

There are 8 failures in this upload.

Failure ID Test case ID Test class Test case Message
284f52ba-7421-4ab6-b78f-282c30d59f34 23011b56-a353-4e96-b638-1d1b1e554706 invalid_cred_failure realtime/failure invalid_cred_failure wrong error reason code on connection.: expected 40101 to equal 40400
447fbb81-2b4e-420f-92f4-a28874ff78a8 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 "emptyMap" key in root exists: expected undefined to exist
aa08c113-3cb3-49f6-b188-768a539c7e60 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'
98416a99-780b-422f-924a-29a831718b5c 40035b5d-ecdb-4d5a-828f-49820a946ed9 LiveMap.set sends MAP_SET operation with primitive values realtime/live_objects Realtime with LiveObjects plugin LiveMap.set sends MAP_SET operation with 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) ]
6ce6193e-18bf-4174-9a30-79f98aae1087 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')
70addad9-42bf-4e50-97b9-16aab74e44cc 9998039c-ce31-4749-8197-fe61b63896af LiveMap.remove throws on invalid input realtime/live_objects Realtime with LiveObjects plugin LiveMap.remove throws on invalid input expected 'Cannot read properties of undefined (…' to contain 'Map key should be string'
c773315f-8ab7-46aa-a445-366b56cf4710 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')
ca934892-a44f-4981-828a-c226346385bd 9dd56cf7-7a4a-48b2-8424-5ba05a626a13 can unsubscribe from LiveCounter updates via LiveCounter.unsubscribe() call realtime/live_objects Realtime with LiveObjects plugin can unsubscribe from LiveCounter updates via LiveCounter.unsubscribe() call Check counter has final expected value after all increments: expected 2 to equal 3