Details of upload 2b1ab7e7-a4f3-467e-9f53-960d53f40371

Created at
2025-01-09T09:17:56.987Z
Total number of tests
682
JUnit report XML
View report
GitHub repository
ably/ably-js
Commit SHA
7ea1b73
Pull request base ref
DTP-986/handle-tombstone-and-object-delete
Pull request head ref
DTP-1024/gc-tombstoned-entries-and-objects
Branch / tag name
1937/merge
Workflow asset retention period
90 days
GitHub action
__ably_test-observability-action
GitHub run ID
12686736261
GitHub run attempt
1
GitHub run number
3191
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
7e4c9a7b-7784-46dd-bf17-ac2b1c8e916a 23011b56-a353-4e96-b638-1d1b1e554706 invalid_cred_failure realtime/failure invalid_cred_failure wrong error reason code on connection.: expected 40101 to equal 40400
6bf5a9b0-941c-404e-92eb-19e3d444b74a 8e86df2f-2679-403f-b575-7dc3cebd7553 can apply MAP_CREATE with object ids state operation messages realtime/live_objects Realtime with LiveObjects plugin can apply MAP_CREATE with object ids state operation messages Check map at "withReferencesMap" key in root exists: expected undefined to exist
28286a3f-1935-484b-a36c-75d40f9aea6b e7ff86ed-c05e-4289-b00d-93a3503a2a6d can apply COUNTER_CREATE state operation messages realtime/live_objects Realtime with LiveObjects plugin can apply COUNTER_CREATE state operation messages Check counter at "negativeMaxSafeIntegerCounter" key in root exists: expected undefined to exist
8f40d26a-0643-4b2e-8c7d-a7e7e24e14d8 3576a3c7-d1b7-4fc5-b6ed-700577515f9e can apply OBJECT_DELETE state operation messages realtime/live_objects Realtime with LiveObjects plugin can apply OBJECT_DELETE state operation messages Check counter exists on root before OBJECT_DELETE: expected undefined to exist
c6e696a5-9d55-49d9-b623-c5bd5be2688a dd2064fa-1e4f-4807-9dac-686a159a52ca can subscribe to the incoming COUNTER_INC operation on a LiveCounter realtime/live_objects Realtime with LiveObjects plugin can subscribe to the incoming COUNTER_INC operation on a LiveCounter Cannot read properties of undefined (reading 'subscribe')
65af72ab-37c3-478b-b98d-5c7ade359f55 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
0215d1b5-6099-45ca-a1bf-21df97c9045e 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)
9450c6eb-0e3e-48db-8df3-c40274af2a44 b5aede22-028a-4837-ae29-f2103119c199 tombstoned map entry is removed from the LiveMap after the GC grace period realtime/live_objects Realtime with LiveObjects plugin tombstoned map entry is removed from the LiveMap after the GC grace period Check key "foo" exists on root after MAP_SET: expected undefined to equal 'bar'