Details of upload 235a36a1-2b8c-4865-b1dc-90a61246de4f

Created at
2024-11-27T07:44:35.046Z
Total number of tests
662
JUnit report XML
View report
GitHub repository
ably/ably-js
Commit SHA
25b0656
Pull request base ref
DTP-963/liveobjects-customer-typings
Pull request head ref
DTP-1078/lexico-timeserials
Branch / tag name
1926/merge
Workflow asset retention period
90 days
GitHub action
__ably_test-observability-action
GitHub run ID
12045730318
GitHub run attempt
1
GitHub run number
3128
GitHub job
test-node
GitHub job URL
Not known
Loop iteration
1

Test failures

There are 21 failures in this upload.

Failure ID Test case ID Test class Test case Message
cb16715d-cb8d-4a41-a4ce-fea687d74e62 e1e1e23a-8d50-480f-af1e-a445e5971528 succeeds with scheme realtime/connectivity configured_connectivity_check_url succeeds with scheme Connectivity check completed null: expected false to be truthy
81dd72dc-5848-49d4-b188-4753752291cd 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
ab590cfb-3f6d-484e-b83c-3b4452749df7 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
6e4a550c-3558-4470-9448-e81c144970f6 998d7ae6-36c7-4597-b379-275d747fbf5b can apply MAP_SET with primitives state operation messages realtime/live_objects Realtime with LiveObjects plugin can apply MAP_SET with primitives state operation messages Check root has correct value for "stringKey" key after MAP_SET op: expected undefined to equal 'stringValue'
34806a29-9d99-4250-a3c2-1e131110bb0d 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 counter at "keyToCounter" key in root exists: expected undefined to exist
ef99dfae-aca1-42bd-8bc8-79a2209185eb cfb8ed66-4cc4-42ce-96f7-a717a5538870 can apply MAP_REMOVE state operation messages realtime/live_objects Realtime with LiveObjects plugin can apply MAP_REMOVE state operation messages Cannot read properties of undefined (reading 'size')
530899c1-6243-47b0-b5f6-eb34983a0808 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 "emptyCounter" key in root exists: expected undefined to exist
c79e07b7-bc02-42f9-a462-63a1c777ba67 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')
0b353103-59b8-4466-b90e-6cbeb790f1b4 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'
4363384e-47c3-4e7d-8c26-653f237fd06e 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')
218957df-cf45-4855-859f-f8ebc06cf66c 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')
f263574d-d273-4960-bd63-61580df6e937 c70e5461-e4fb-41c0-a1d4-e007463687a6 can subscribe to the incoming MAP_SET operation on a LiveMap realtime/live_objects Realtime with LiveObjects plugin can subscribe to the incoming MAP_SET operation on a LiveMap Cannot read properties of undefined (reading 'subscribe')
d4ab5f27-e317-46c4-b4cd-403fd5db8fa2 21e66809-f245-46ad-afc4-09f1fffbe1f5 can subscribe to the incoming MAP_REMOVE operation on a LiveMap realtime/live_objects Realtime with LiveObjects plugin can subscribe to the incoming MAP_REMOVE operation on a LiveMap Cannot read properties of undefined (reading 'subscribe')
445142c1-3401-4d79-9380-94e4fd197a65 9745cda9-87cf-4a76-a224-60eb8ab24a38 can subscribe to multiple incoming operations on a LiveMap realtime/live_objects Realtime with LiveObjects plugin can subscribe to multiple incoming operations on a LiveMap Cannot read properties of undefined (reading 'subscribe')
fe5404d8-8b16-4fa4-be31-656877b85809 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 Cannot read properties of undefined (reading 'subscribe')
52a8b60e-b6ec-4cb3-bbd0-2ff79c646a30 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 Cannot read properties of undefined (reading 'subscribe')
30fc28e1-867c-4932-af5e-06e49daac9fe 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')
21be91fe-3161-4540-90a8-c8c270ec58fb 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 Cannot read properties of undefined (reading 'subscribe')
e786f835-416b-4033-825e-96c95f5ae632 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 Cannot read properties of undefined (reading 'subscribe')
359ad811-cb04-4631-9c94-dd012883805c 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 Cannot read properties of undefined (reading 'unsubscribeAll')
a53d1de7-6fa8-476c-8036-44f25e6c3499 632dd2b8-e7ca-4a0a-88e0-96eacff08e16 push_channel_subscription_client_id rest/push push activation push_channel_subscription_client_id 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/rest/push.test.js)