Details of upload 8fe8ac06-1cef-4a33-939e-c95a05addca8

Created at
2024-12-06T03:07:40.909Z
Total number of tests
676
JUnit report XML
View report
GitHub repository
ably/ably-js
Commit SHA
b471e83
Pull request base ref
integration/liveobjects
Pull request head ref
DTP-1104/surface-only-valid-objects
Branch / tag name
1932/merge
Workflow asset retention period
90 days
GitHub action
__ably_test-observability-action
GitHub run ID
12192078821
GitHub run attempt
1
GitHub run number
3164
GitHub job
test-node
GitHub job URL
Not known
Loop iteration
1

Test failures

There are 5 failures in this upload.

Failure ID Test case ID Test class Test case Message
aab8afce-b7df-4830-af04-5d0593ca044d 23011b56-a353-4e96-b638-1d1b1e554706 invalid_cred_failure realtime/failure invalid_cred_failure wrong error reason code on connection.: expected 40101 to equal 40400
2ef53f45-7f93-44e7-aa10-b654b9332727 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'
a21fd93e-1aaa-4dbf-b466-769520a2454c 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')
ddb648f8-44d2-44e2-89e6-07082c327324 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')
566aab18-a7dc-4bdc-9814-eba6a15ff7a4 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 Check map has value for key "foo-2" after all map sets: expected undefined to equal 'exists'