Details of upload 498fc8fb-15b7-42b2-99b1-54aadad93249

Created at
2024-11-28T04:54:43.914Z
Total number of tests
662
JUnit report XML
View report
GitHub repository
ably/ably-js
Commit SHA
77acfd9
Pull request base ref
integration/liveobjects
Pull request head ref
liveobjects/read-api-docs
Branch / tag name
1928/merge
Workflow asset retention period
90 days
GitHub action
__ably_test-observability-action
GitHub run ID
12062611153
GitHub run attempt
1
GitHub run number
3137
GitHub job
test-node
GitHub job URL
Not known
Loop iteration
1

Test failures

There are 9 failures in this upload.

Failure ID Test case ID Test class Test case Message
55e56eab-450a-49bf-b0a8-1c76f3110759 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
07afd960-3202-4e76-a863-cfbe16039dbb 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
3e731f30-a19b-431a-9955-ad01816e514c 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')
df9bcf4d-917c-48ea-a062-cae0c468f7be 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')
cc98b12b-818e-4c39-becc-2427366c0805 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')
5c9bb3b2-1340-4e51-bf68-1fd22e391216 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
ae779c17-9e36-4f6b-9772-3c1c52e62d74 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'
58bf75e3-bbe2-49c9-b8c9-a6321329615a 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)
31a777db-7deb-4f50-be96-59cb3c1caa82 29b3e5d7-825c-4e7a-beaa-a538508a1eb5 resume_inactive_with_comet_text_transport realtime/resume resume_inactive_with_comet_text_transport Timeout of 120000ms 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/resume.test.js)