Details of upload 5f34e594-553a-4a19-bf7f-d71408d9252c

Created at
2024-06-27T19:34:43.825Z
Total number of tests
694
JUnit report XML
View report
GitHub repository
ably/ably-js
Commit SHA
e7f6086
Pull request base ref
ECO-4786-document-private-API-usage
Pull request head ref
ECO-4821-gather-further-private-API-usage-info
Branch / tag name
1784/merge
Workflow asset retention period
90 days
GitHub action
__ably_test-observability-action
GitHub run ID
9702434430
GitHub run attempt
1
GitHub run number
1770
GitHub job
test-browser
GitHub job URL
Not known
Loop iteration
1

Test failures

There is 1 failure in this upload.

Failure ID Test case ID Test class Test case Message
4d4d1404-6ab8-4712-b34e-bbc509567296 72da82f9-7b72-4f96-9923-66fe933d31f6 deviceRegistrations get and list rest/push deviceRegistrations get and list [ { "id": "device4", "deviceSecret": "secret-device4", "platform": "android", "formFactor": "phone", "clientId": "testClient2", "push": { "recipient": { "transportType": "gcm", "registrationToken": "xxxxxxxxxxx" }, "state": "ACTIVE" } }, { "id": "device3", "deviceSecret": "secret-device3", "platform": "android", "formFactor": "phone", "clientId": "testClient1", "push": { "recipient": { "transportType": "gcm", "registrationToken": "xxxxxxxxxxx" }, "state": "ACTIVE" } }, { "id": "device2", "deviceSecret": "secret-device2", "platform": "android", "formFactor": "phone", "clientId": "testClient2", "push": { "recipient": { "transportType": "gcm", "registrationToken": "xxxxxxxxxxx" }, "state": "ACTIVE" } }, { "id": "device1", "deviceSecret": "secret-device1", "platform": "android", "formFactor": "phone", "clientId": "testClient1", "push": { "recipient": { "transportType": "gcm", "registrationToken": "xxxxxxxxxxx" }, "state": "ACTIVE" } } ] includesUnordered [ { "id": "device1", "clientId": "testClient1", "platform": "android", "formFactor": "phone", "push": { "recipient": { "transportType": "gcm", "registrationToken": "xxxxxxxxxxx" } } }, { "id": "device2", "clientId": "testClient2", "platform": "android", "formFactor": "phone", "push": { "recipient": { "transportType": "gcm", "registrationToken": "xxxxxxxxxxx" } } }, { "id": "device3", "clientId": "testClient1", "platform": "android", "formFactor": "phone", "push": { "recipient": { "transportType": "gcm", "registrationToken": "xxxxxxxxxxx" } } }, { "id": "device4", "clientId": "testClient2", "platform": "android", "formFactor": "phone", "push": { "recipient": { "transportType": "gcm", "registrationToken": "xxxxxxxxxxx" } } }, { "id": "device5", "clientId": "testClient1", "platform": "android", "formFactor": "phone", "push": { "recipient": { "transportType": "gcm", "registrationToken": "xxxxxxxxxxx" } } } ] (different length arrays): expected 'different length arrays' to equal true