PMM e2e Tests(Playwright) #676
Annotations
9 errors, 2 warnings, and 1 notice
Error setting status:
No commit found for SHA: null
Request object:
{
"context": "@portal UI tests",
"description": "Test execution success",
"state": "pending",
"owner": "percona",
"repo": "pmm-ui-tests",
"sha": "null",
"target_url": "https://github.com/percona/pmm-ui-tests/actions/runs/5850281340"
}
|
Error setting status:
No commit found for SHA: null
Request object:
{
"context": "@portal UI tests",
"description": "Test execution failure",
"state": "failure",
"owner": "percona",
"repo": "pmm-ui-tests",
"sha": "null",
"target_url": "https://github.com/percona/pmm-ui-tests/actions/runs/5850281340"
}
|
pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L6
1) [chromium] › portal/connectPMM.spec.ts:43:7 › Spec file for connecting PMM to the portal › PMM-T398 Verify Percona Platform elements on PMM Settings Page @portal @pre-pmm-portal-upgrade
Error: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 30000ms
=========================== logs ===========================
→ POST https://portal-dev.percona.com/v1/orgs
user-agent: Playwright/1.30.0 (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:6
4 |
5 | const throwPortalRequestError = (e: string) => {
> 6 | throw new Error(`Failed to execute portal request. Error: ${e}`);
| ^
7 | };
8 |
9 | const checkAndReturnResponse = (r: APIResponse) => {
at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:6:9)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:31:23
|
pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L6
1) [chromium] › portal/connectPMM.spec.ts:43:7 › Spec file for connecting PMM to the portal › PMM-T398 Verify Percona Platform elements on PMM Settings Page @portal @pre-pmm-portal-upgrade
Retry #1 ---------------------------------------------------------------------------------------
Error: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 30000ms
=========================== logs ===========================
→ POST https://portal-dev.percona.com/v1/orgs
user-agent: Playwright/1.30.0 (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:6
4 |
5 | const throwPortalRequestError = (e: string) => {
> 6 | throw new Error(`Failed to execute portal request. Error: ${e}`);
| ^
7 | };
8 |
9 | const checkAndReturnResponse = (r: APIResponse) => {
at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:6:9)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:31:23
|
pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L6
1) [chromium] › portal/connectPMM.spec.ts:43:7 › Spec file for connecting PMM to the portal › PMM-T398 Verify Percona Platform elements on PMM Settings Page @portal @pre-pmm-portal-upgrade
Retry #2 ---------------------------------------------------------------------------------------
Error: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 30000ms
=========================== logs ===========================
→ POST https://portal-dev.percona.com/v1/orgs
user-agent: Playwright/1.30.0 (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:6
4 |
5 | const throwPortalRequestError = (e: string) => {
> 6 | throw new Error(`Failed to execute portal request. Error: ${e}`);
| ^
7 | };
8 |
9 | const checkAndReturnResponse = (r: APIResponse) => {
at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:6:9)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:31:23
|
pmm-ui-tests/playwright-tests/helpers/FileHelper.ts#L9
2) [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade
Error: Could not read the file portalCredentials
at ../helpers/FileHelper.ts:9
7 | } catch (e) {
8 | if (failOnError) {
> 9 | throw new Error(`Could not read the file ${path}`);
| ^
10 | }
11 | }
12 | return null;
at Object.readfile (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/FileHelper.ts:9:15)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:32:46
|
pmm-ui-tests/playwright-tests/helpers/FileHelper.ts#L9
2) [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade
Retry #1 ---------------------------------------------------------------------------------------
Error: Could not read the file portalCredentials
at ../helpers/FileHelper.ts:9
7 | } catch (e) {
8 | if (failOnError) {
> 9 | throw new Error(`Could not read the file ${path}`);
| ^
10 | }
11 | }
12 | return null;
at Object.readfile (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/FileHelper.ts:9:15)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:32:46
|
pmm-ui-tests/playwright-tests/helpers/FileHelper.ts#L9
2) [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade
Retry #2 ---------------------------------------------------------------------------------------
Error: Could not read the file portalCredentials
at ../helpers/FileHelper.ts:9
7 | } catch (e) {
8 | if (failOnError) {
> 9 | throw new Error(`Could not read the file ${path}`);
| ^
10 | }
11 | }
12 | return null;
at Object.readfile (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/FileHelper.ts:9:15)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:32:46
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: percona-platform/github-status-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
2 failed
[chromium] › portal/connectPMM.spec.ts:43:7 › Spec file for connecting PMM to the portal › PMM-T398 Verify Percona Platform elements on PMM Settings Page @portal @pre-pmm-portal-upgrade
[chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade
14 skipped
|
The logs for this run have expired and are no longer available.
Loading