Details of upload cf9b6948-489a-4f7b-b97e-4eb570ff680e

Created at
2024-11-05T07:03:08.326Z
Total number of tests
657
JUnit report XML
View report
GitHub repository
ably/ably-js
Commit SHA
61a6eca
Pull request base ref
liveobjects/timeserials-comparison-change
Pull request head ref
liveobjects/subscriptions
Branch / tag name
1917/merge
Workflow asset retention period
90 days
GitHub action
__ably_test-observability-action
GitHub run ID
11679038988
GitHub run attempt
1
GitHub run number
3084
GitHub job
test-node
GitHub job URL
Not known
Loop iteration
1

Test failures

There are 14 failures in this upload.

Failure ID Test case ID Test class Test case Message
43f81782-fb44-42cf-bd25-d4ad5d72eb1f 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 "valuesMap" has correct number of keys: expected +0 to equal 10
db8d2c7f-df64-4af9-bc38-4e30dc0c4d7d 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 "withReferencesMap" has correct number of keys: expected +0 to equal 2
9f3c2169-d088-438f-81b9-420722531873 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 has correct number of keys: expected +0 to equal 1
6dff2c2c-282a-4990-8f52-5e74f9399db6 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 Check map at "map" key in root has correct number of keys before MAP_REMOVE: expected +0 to equal 2
ddc7dd39-cd78-4884-a9e8-bdc2f0194997 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')
dd00fb5b-200e-4806-b66c-f1d397c002f8 f89e8ec7-7f17-4706-80a9-72d41106225c buffered state operation messages are applied when STATE_SYNC sequence ends realtime/live_objects Realtime with LiveObjects plugin buffered state operation messages are applied when STATE_SYNC sequence ends Check root has correct value for "stringKey" key after STATE_SYNC has ended and buffered operations are applied: expected undefined to equal 'stringValue'
50a5e0e9-65ff-4555-8599-1db47f716da8 c068c39b-316d-4e41-af7e-40f6e39d1b2c buffered state operation messages are discarded when new STATE_SYNC sequence starts realtime/live_objects Realtime with LiveObjects plugin buffered state operation messages are discarded when new STATE_SYNC sequence starts Check root has data from operations received during second STATE_SYNC sequence: expected undefined to equal 'bar'
49e62fc8-91cc-4394-bcc4-2f90c499f173 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 "stringKey" key after STATE_SYNC has ended and buffered operations are applied: expected undefined to equal 'stringValue'
047141c0-58a7-4bab-bd72-f5e7d66afa8a 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
1a72df42-8256-4d04-8af7-0035ae029680 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')
befbb536-dc2f-4293-8374-eb9ed127ec87 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')
727daa0b-3e89-4380-8f05-50c0d51b742c 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'
a3d64a11-35fc-4ad2-9862-5997b2877b89 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 Check map has value for key "foo-2" after all map sets: expected undefined to equal 'exists'
fe0b6f2c-e633-4c7a-b578-2929d146ce74 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