Details of upload 5bdaa26c-8698-4247-a111-9cba971485db

Created at
2024-12-06T03:07:40.268Z
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 6 failures in this upload.

Failure ID Test case ID Test class Test case Message
2ef324bc-bd67-4ca4-a598-d97b0c6cddd5 23011b56-a353-4e96-b638-1d1b1e554706 invalid_cred_failure realtime/failure invalid_cred_failure wrong error reason code on connection.: expected 40101 to equal 40400
9483c351-9397-435d-a25f-8a4be6aa0af7 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 "maxSafeIntegerCounter" key in root exists: expected undefined to exist
bccc85bb-de87-4dc6-8846-ba6230505db6 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 12 COUNTER_INC ops: expected 9007199254740991 to equal +0
372eac04-d44d-4800-880b-264d110404df 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')
3142612c-590b-4eab-b08d-301427f90f17 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')
50732a3c-9aec-4840-bc7f-59b216c36f07 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'