Details of upload dfc3c0be-0d0f-4d65-8c29-f34b1eff2599

Created at
2024-12-05T07:38:48.522Z
Total number of tests
772
JUnit report XML
View report
GitHub repository
ably/ably-js
Commit SHA
78a9b39
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
12175057023
GitHub run attempt
1
GitHub run number
2158
GitHub job
test-browser
GitHub job URL
Not known
Loop iteration
1

Test failures

There are 10 failures in this upload.

Failure ID Test case ID Test class Test case Message
7c87b647-a2b8-44a1-9047-afdce55d1188 7d341734-4c86-4ebe-b812-f5a5762892f8 multiple_concurrent_authorize realtime/auth multiple_concurrent_authorize done() called multiple times in test <realtime/auth multiple_concurrent_authorize>; in addition, done() received error: AssertionError: Check third authorize one cb was called: expected false to be truthy
b88b3f05-c551-4740-9b15-d0a5f4a05eb2 23011b56-a353-4e96-b638-1d1b1e554706 invalid_cred_failure realtime/failure invalid_cred_failure wrong error reason code on connection.: expected 40101 to equal 40400
6d9ccbd3-f874-4d60-8b14-7ceda02b04f1 e1919dc9-6b77-4963-9e04-4c06a64f7af3 presenceEnterDetachEnter realtime/presence presenceEnterDetachEnter Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
0ba75ac2-8b36-4b09-bc38-da53ef59e593 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 "emptyBytesKey" has correct value for "emptyBytesKey" key: expected false to be true
ede82b12-3f06-4633-96f4-94cdb68968fd 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 "emptyBytesKey" key after MAP_SET op: expected false to be true
6fbe115b-b1cd-4041-b024-c16e88202949 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 after MAP_REMOVE: expected 2 to equal 1
45a7f04e-7e41-4581-83e3-d2151685bd2b 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 3 COUNTER_INC ops: expected 11 to equal 111
7c5ee72c-8167-4e97-9c30-792ae5928e4e 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 counter is undefined
16b9cc78-b361-4375-8c92-2d2264ec6b69 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 counter is undefined
5e8ee027-2296-4580-83c6-fe4e9735cf16 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'