PMM-7 added portal setup #25
Annotations
3 errors, 1 warning, and 1 notice
pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L41
1) [Portal Setup] › portal/testUsers.setup.ts:11:6 › Setup Portal tests › Generate new users and save to file
Error: apiRequestContext.post: Request timed out after 30000ms
=========================== logs ===========================
→ POST https://portal-dev.percona.com/v1/orgs/66493263-abd2-4a7b-bc27-8aec0ebb8e6f/members
user-agent: Playwright/1.35.1 (x64; ubuntu 22.04) node/18.17 CI/1
accept: */*
accept-encoding: gzip,deflate,br
Authorization: ***
content-type: application/json
content-length: 94
============================================================
at ../api/helpers/portalApiHelper.ts:41
39 | console.log(`POST: ${Constants.portal.url}${params.path}\nPayload: ${JSON.stringify(params.data)}`);
40 | return (await getRequestContext(params))
> 41 | .post(params.path, { data: params.data }).then(checkAndReturnResponse);
| ^
42 | },
43 |
44 | async put(params: RequestParams) {
at Object.post (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:41:8)
at Object.createNewUsers (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/portalHelper.ts:61:5)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/testUsers.setup.ts:24:64
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/testUsers.setup.ts:23:3
|
pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L41
1) [Portal Setup] › portal/testUsers.setup.ts:11:6 › Setup Portal tests › Generate new users and save to file
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: apiRequestContext.post: Request timed out after 60000ms
=========================== logs ===========================
→ POST https://portal-dev.percona.com/v1/orgs
user-agent: Playwright/1.35.1 (x64; ubuntu 22.04) node/18.17 CI/1
accept: */*
accept-encoding: gzip,deflate,br
Authorization: ***
content-type: application/json
content-length: 28
============================================================
at ../api/helpers/portalApiHelper.ts:41
39 | console.log(`POST: ${Constants.portal.url}${params.path}\nPayload: ${JSON.stringify(params.data)}`);
40 | return (await getRequestContext(params))
> 41 | .post(params.path, { data: params.data }).then(checkAndReturnResponse);
| ^
42 | },
43 |
44 | async put(params: RequestParams) {
at Object.post (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:41:8)
at Object.createOrg (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/portalApi.ts:17:12)
at Object.createNewUsers (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/portalHelper.ts:57:21)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/testUsers.setup.ts:24:64
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/testUsers.setup.ts:23:3
|
|
pmm-ui-tests/playwright-tests/[Portal Setup] › portal/testUsers.setup.ts#L1
pmm-ui-tests/playwright-tests/[Portal Setup] › portal/testUsers.setup.ts took 1.9m
|
|
The logs for this run have expired and are no longer available.
Loading