Details of upload be0eac40-134e-4871-8bba-354a66c9102b

Created at
2024-11-05T02:33:19.720Z
Total number of tests
646
JUnit report XML
View report
GitHub repository
ably/ably-js
Commit SHA
dc47783
Pull request base ref
DTP-955/buffer-ops-during-sync
Pull request head ref
liveobjects/timeserials-comparison-change
Branch / tag name
1912/merge
Workflow asset retention period
90 days
GitHub action
__ably_test-observability-action
GitHub run ID
11676333999
GitHub run attempt
1
GitHub run number
3081
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
9a3520dd-44bc-4418-af68-5f705d1b3318 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
2e57f253-282e-4fe8-aa35-16fb3baf4e78 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
4ff30387-5c6f-46ba-acc0-5598c6d651dc 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
5601614b-60f3-4e1c-9ce4-8acfad8caafb 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
01d37128-51f3-4134-8e01-6b648a64f17d 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 "zeroCounter" key in root exists: expected undefined to exist
9b4627b7-936d-46cf-a27d-0e77fa7e9a96 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 10 COUNTER_INC ops: expected -1000111 to equal +0
ab433db5-d766-41ac-a2cf-20bccfb8126a 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'
97c1fc48-641a-468f-993e-5d41aa4fb86c 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'
39dc4ad5-f01c-4a7e-a8be-4296c50fe11d 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'