Details of upload 64c485aa-d757-43e8-a6bb-a3a8d580fd83

Created at
2025-01-15T09:29:42.352Z
Total number of tests
788
JUnit report XML
View report
GitHub repository
ably/ably-js
Commit SHA
0ee1946
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
12785132020
GitHub run attempt
1
GitHub run number
2208
GitHub job
test-browser
GitHub job URL
Not known
Loop iteration
1

Test failures

There are 12 failures in this upload.

Failure ID Test case ID Test class Test case Message
5f8dc87a-ec14-46b1-a6ad-ef78e06135c8 23011b56-a353-4e96-b638-1d1b1e554706 invalid_cred_failure realtime/failure invalid_cred_failure wrong error reason code on connection.: expected 40101 to equal 40400
a250ee19-1cad-4e1e-a597-688cf37fa6a0 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
2dafa292-3798-4acc-8607-e276ddf43339 8dcff862-8f82-4d31-98ad-2f60e8bf3bb2 presenceEnterAfterClose realtime/presence presenceEnterAfterClose Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
3ed56626-4cdf-476b-bc0a-b733da83fdb6 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 import_deep_equal.default is not a function
bce17464-1c8c-43fa-99b0-15f39c552f65 9b755fbe-eb42-49e2-9737-0c9036c9fe0e STATE_SYNC sequence with state object "tombstone" property triggers subscription callback for existing object realtime/live_objects Realtime with LiveObjects plugin STATE_SYNC sequence with state object "tombstone" property triggers subscription callback for existing object import_deep_equal.default is not a function
0a2d2a7a-440b-46c7-b0db-b27fcb9b1d63 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 Check counter at "counter" key in root has correct value after 2 COUNTER_INC ops: expected 1 to equal 11
d22d06d0-650d-4db5-82c8-13c37e926baa dcc335b9-de15-4370-86a7-86af29f65bc0 OBJECT_DELETE triggers subscription callback with deleted data realtime/live_objects Realtime with LiveObjects plugin OBJECT_DELETE triggers subscription callback with deleted data root.get(...) is undefined
2b043bef-5386-4e8f-98c8-e48c7c48135d 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
6a3e770f-cd1c-4fa4-a751-d01125cb5d79 55c1126f-59d5-445f-9952-62e2671a4761 LiveCounter.decrement sends COUNTER_INC operation realtime/live_objects Realtime with LiveObjects plugin LiveCounter.decrement sends COUNTER_INC operation counter is undefined
8394c1a4-dda3-4e2a-904e-27b4161387d5 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 to equal
943d2677-0d65-4bf2-ae3c-767cbd541ddc 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 'map is undefined'
63984a28-6a82-4776-88fd-a71441819233 79fc145b-e2fc-4c94-9a22-1a38d76f61cc can unsubscribe from LiveCounter updates via returned "unsubscribe" callback realtime/live_objects Realtime with LiveObjects plugin can unsubscribe from LiveCounter updates via returned "unsubscribe" callback Check counter has final expected value after all increments: expected 2 to equal 3