PMM-7 fixed jobs vars #15
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
portal-tests-matrix.yml
on: push
Get versions
/
Get versions
3s
Matrix: Portal / Integration
Annotations
33 errors, 5 warnings, and 10 notices
[chromium] › portal/connectPMM.spec.ts:33:7 › Spec file for connecting PMM to the portal › PMM-T809 PMM-T398 Verify Percona Platform elements on PMM Settings Page @portal @pre-pmm-portal-upgrade:
pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L5
1) [chromium] › portal/connectPMM.spec.ts:33:7 › Spec file for connecting PMM to the portal › PMM-T809 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 15000ms
=========================== logs ===========================
→ POST https://portal-dev.percona.com/v1/orgs
user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.24 Safari/537.36
accept: */*
accept-encoding: gzip,deflate,br
Authorization: ***
content-type: application/json
content-length: 28
============================================================
at ../api/helpers/portalApiHelper.ts:5
3 |
4 | const throwPortalRequestError = (e: string) => {
> 5 | throw new Error(`Failed to execute portal request. Error: ${e}`);
| ^
6 | };
7 |
8 | const checkAndReturnResponse = (r: APIResponse) => {
at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:5:9)
at Object.createOrg (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/portalApi.ts:18:12)
at Object.createNewUsers (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/portalHelper.ts:52:21)
at Object.loadTestUsers (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/portalHelper.ts:36:50)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:25:48
|
[chromium] › portal/postPmmConnect.spec.ts:38: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:
pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L5
2) [chromium] › portal/postPmmConnect.spec.ts:38: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: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 15000ms
=========================== logs ===========================
→ POST https://portal-dev.percona.com/v1/orgs
user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.24 Safari/537.36
accept: */*
accept-encoding: gzip,deflate,br
Authorization: ***
content-type: application/json
content-length: 28
============================================================
at ../api/helpers/portalApiHelper.ts:5
3 |
4 | const throwPortalRequestError = (e: string) => {
> 5 | throw new Error(`Failed to execute portal request. Error: ${e}`);
| ^
6 | };
7 |
8 | const checkAndReturnResponse = (r: APIResponse) => {
at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:5:9)
at Object.createOrg (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/portalApi.ts:18:12)
at Object.createNewUsers (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/portalHelper.ts:52:21)
at Object.loadTestUsers (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/portalHelper.ts:36:50)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:29:48
|
Portal / Integration (2.32.0) / percona/pmm-server:2.32.0
Process completed with exit code 1.
|
[chromium] › portal/connectPMM.spec.ts:33:7 › Spec file for connecting PMM to the portal › PMM-T809 PMM-T398 Verify Percona Platform elements on PMM Settings Page @portal @pre-pmm-portal-upgrade:
pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L5
1) [chromium] › portal/connectPMM.spec.ts:33:7 › Spec file for connecting PMM to the portal › PMM-T809 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 15000ms
=========================== logs ===========================
→ POST https://portal-dev.percona.com/v1/orgs/45f63589-468a-4f0d-a123-96dc29bdecea/members
user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.24 Safari/537.36
accept: */*
accept-encoding: gzip,deflate,br
Authorization: ***
content-type: application/json
content-length: 78
============================================================
at ../api/helpers/portalApiHelper.ts:5
3 |
4 | const throwPortalRequestError = (e: string) => {
> 5 | throw new Error(`Failed to execute portal request. Error: ${e}`);
| ^
6 | };
7 |
8 | const checkAndReturnResponse = (r: APIResponse) => {
at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:5:9)
at Object.createNewUsers (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/portalHelper.ts:54:5)
at Object.loadTestUsers (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/portalHelper.ts:36:50)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:25:48
|
[chromium] › portal/postPmmConnect.spec.ts:38: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:
pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L5
2) [chromium] › portal/postPmmConnect.spec.ts:38: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: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 15000ms
=========================== logs ===========================
→ POST https://portal-dev.percona.com/v1/orgs
user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.24 Safari/537.36
accept: */*
accept-encoding: gzip,deflate,br
Authorization: ***
content-type: application/json
content-length: 28
============================================================
at ../api/helpers/portalApiHelper.ts:5
3 |
4 | const throwPortalRequestError = (e: string) => {
> 5 | throw new Error(`Failed to execute portal request. Error: ${e}`);
| ^
6 | };
7 |
8 | const checkAndReturnResponse = (r: APIResponse) => {
at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:5:9)
at Object.createOrg (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/portalApi.ts:18:12)
at Object.createNewUsers (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/portalHelper.ts:52:21)
at Object.loadTestUsers (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/portalHelper.ts:36:50)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:29:48
|
Portal / Integration (2.38.0) / percona/pmm-server:2.38.0
Process completed with exit code 1.
|
[chromium] › portal/connectPMM.spec.ts:33:7 › Spec file for connecting PMM to the portal › PMM-T809 PMM-T398 Verify Percona Platform elements on PMM Settings Page @portal @pre-pmm-portal-upgrade:
pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L5
1) [chromium] › portal/connectPMM.spec.ts:33:7 › Spec file for connecting PMM to the portal › PMM-T809 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 15000ms
=========================== logs ===========================
→ POST https://portal-dev.percona.com/v1/orgs
user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.24 Safari/537.36
accept: */*
accept-encoding: gzip,deflate,br
Authorization: ***
content-type: application/json
content-length: 28
============================================================
at ../api/helpers/portalApiHelper.ts:5
3 |
4 | const throwPortalRequestError = (e: string) => {
> 5 | throw new Error(`Failed to execute portal request. Error: ${e}`);
| ^
6 | };
7 |
8 | const checkAndReturnResponse = (r: APIResponse) => {
at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:5:9)
at Object.createOrg (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/portalApi.ts:18:12)
at Object.createNewUsers (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/portalHelper.ts:52:21)
at Object.loadTestUsers (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/portalHelper.ts:36:50)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:25:48
|
[chromium] › portal/postPmmConnect.spec.ts:38: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:
pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L5
2) [chromium] › portal/postPmmConnect.spec.ts:38: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: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 15000ms
=========================== logs ===========================
→ POST https://portal-dev.percona.com/v1/orgs
user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.24 Safari/537.36
accept: */*
accept-encoding: gzip,deflate,br
Authorization: ***
content-type: application/json
content-length: 28
============================================================
at ../api/helpers/portalApiHelper.ts:5
3 |
4 | const throwPortalRequestError = (e: string) => {
> 5 | throw new Error(`Failed to execute portal request. Error: ${e}`);
| ^
6 | };
7 |
8 | const checkAndReturnResponse = (r: APIResponse) => {
at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:5:9)
at Object.createOrg (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/portalApi.ts:18:12)
at Object.createNewUsers (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/portalHelper.ts:52:21)
at Object.loadTestUsers (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/portalHelper.ts:36:50)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:29:48
|
Portal / Integration (2.35.0) / percona/pmm-server:2.35.0
Process completed with exit code 1.
|
[chromium] › portal/postPmmConnect.spec.ts:38: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:
pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L5
1) [chromium] › portal/postPmmConnect.spec.ts:38: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: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 15000ms
=========================== logs ===========================
→ POST https://portal-dev.percona.com/v1/orgs/a8014670-a32b-4176-bb23-ce9dd1d6e66e/members
user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.24 Safari/537.36
accept: */*
accept-encoding: gzip,deflate,br
Authorization: ***
content-type: application/json
content-length: 97
============================================================
at ../api/helpers/portalApiHelper.ts:5
3 |
4 | const throwPortalRequestError = (e: string) => {
> 5 | throw new Error(`Failed to execute portal request. Error: ${e}`);
| ^
6 | };
7 |
8 | const checkAndReturnResponse = (r: APIResponse) => {
at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:5:9)
at Object.addRandomUserToOrg (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/portalHelper.ts:78:5)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:30:16
|
Portal / Integration (2.37.1) / percona/pmm-server:2.37.1
Process completed with exit code 1.
|
[chromium] › portal/postPmmConnect.spec.ts:38: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:
pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L5
1) [chromium] › portal/postPmmConnect.spec.ts:38: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: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 15000ms
=========================== logs ===========================
→ POST https://portal-dev.percona.com/v1/orgs/772c19a7-d7fb-4972-ba4e-ce6f0aa8c26b/members
user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.24 Safari/537.36
accept: */*
accept-encoding: gzip,deflate,br
Authorization: ***
content-type: application/json
content-length: 93
============================================================
at ../api/helpers/portalApiHelper.ts:5
3 |
4 | const throwPortalRequestError = (e: string) => {
> 5 | throw new Error(`Failed to execute portal request. Error: ${e}`);
| ^
6 | };
7 |
8 | const checkAndReturnResponse = (r: APIResponse) => {
at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:5:9)
at Object.addRandomUserToOrg (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/portalHelper.ts:78:5)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:30:16
|
Portal / Integration (2.39.0) / percona/pmm-server:2.39.0
Process completed with exit code 1.
|
[chromium] › portal/postPmmConnect.spec.ts:38: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:
pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L5
1) [chromium] › portal/postPmmConnect.spec.ts:38: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: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 15000ms
=========================== logs ===========================
→ POST https://portal-dev.percona.com/v1/orgs/50f648a1-9866-4028-8617-9cb50843984f/members
user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.24 Safari/537.36
accept: */*
accept-encoding: gzip,deflate,br
Authorization: ***
content-type: application/json
content-length: 91
============================================================
at ../api/helpers/portalApiHelper.ts:5
3 |
4 | const throwPortalRequestError = (e: string) => {
> 5 | throw new Error(`Failed to execute portal request. Error: ${e}`);
| ^
6 | };
7 |
8 | const checkAndReturnResponse = (r: APIResponse) => {
at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:5:9)
at Object.addRandomUserToOrg (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/portalHelper.ts:78:5)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:30:16
|
Portal / Integration (2.36.0) / percona/pmm-server:2.36.0
Process completed with exit code 1.
|
[chromium] › portal/postPmmConnect.spec.ts:38: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:
pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L5
1) [chromium] › portal/postPmmConnect.spec.ts:38: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: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 15000ms
=========================== logs ===========================
→ POST https://portal-dev.percona.com/v1/orgs/961d35b5-add7-4f0f-81ba-135aba0c5c43/members
user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.24 Safari/537.36
accept: */*
accept-encoding: gzip,deflate,br
Authorization: ***
content-type: application/json
content-length: 93
============================================================
at ../api/helpers/portalApiHelper.ts:5
3 |
4 | const throwPortalRequestError = (e: string) => {
> 5 | throw new Error(`Failed to execute portal request. Error: ${e}`);
| ^
6 | };
7 |
8 | const checkAndReturnResponse = (r: APIResponse) => {
at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:5:9)
at Object.addRandomUserToOrg (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/portalHelper.ts:78:5)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:30:16
|
Portal / Integration (2.38.1) / percona/pmm-server:2.38.1
Process completed with exit code 1.
|
[chromium] › portal/connectPMM.spec.ts:33:7 › Spec file for connecting PMM to the portal › PMM-T809 PMM-T398 Verify Percona Platform elements on PMM Settings Page @portal @pre-pmm-portal-upgrade:
pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L5
1) [chromium] › portal/connectPMM.spec.ts:33:7 › Spec file for connecting PMM to the portal › PMM-T809 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 15000ms
=========================== logs ===========================
→ POST https://portal-dev.percona.com/v1/orgs
user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.24 Safari/537.36
accept: */*
accept-encoding: gzip,deflate,br
Authorization: ***
content-type: application/json
content-length: 28
============================================================
at ../api/helpers/portalApiHelper.ts:5
3 |
4 | const throwPortalRequestError = (e: string) => {
> 5 | throw new Error(`Failed to execute portal request. Error: ${e}`);
| ^
6 | };
7 |
8 | const checkAndReturnResponse = (r: APIResponse) => {
at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:5:9)
at Object.createOrg (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/portalApi.ts:18:12)
at Object.createNewUsers (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/portalHelper.ts:52:21)
at Object.loadTestUsers (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/portalHelper.ts:36:50)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:25:48
|
[chromium] › portal/postPmmConnect.spec.ts:38: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:
pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L5
2) [chromium] › portal/postPmmConnect.spec.ts:38: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: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 15000ms
=========================== logs ===========================
→ POST https://portal-dev.percona.com/v1/orgs
user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.24 Safari/537.36
accept: */*
accept-encoding: gzip,deflate,br
Authorization: ***
content-type: application/json
content-length: 28
============================================================
at ../api/helpers/portalApiHelper.ts:5
3 |
4 | const throwPortalRequestError = (e: string) => {
> 5 | throw new Error(`Failed to execute portal request. Error: ${e}`);
| ^
6 | };
7 |
8 | const checkAndReturnResponse = (r: APIResponse) => {
at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:5:9)
at Object.createOrg (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/portalApi.ts:18:12)
at Object.createNewUsers (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/portalHelper.ts:52:21)
at Object.loadTestUsers (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/portalHelper.ts:36:50)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:29:48
|
Portal / Integration (2.37.0) / percona/pmm-server:2.37.0
Process completed with exit code 1.
|
[chromium] › portal/connectPMM.spec.ts:33:7 › Spec file for connecting PMM to the portal › PMM-T809 PMM-T398 Verify Percona Platform elements on PMM Settings Page @portal @pre-pmm-portal-upgrade:
pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L5
1) [chromium] › portal/connectPMM.spec.ts:33:7 › Spec file for connecting PMM to the portal › PMM-T809 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 15000ms
=========================== logs ===========================
→ POST https://portal-dev.percona.com/v1/orgs
user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.24 Safari/537.36
accept: */*
accept-encoding: gzip,deflate,br
Authorization: ***
content-type: application/json
content-length: 28
============================================================
at ../api/helpers/portalApiHelper.ts:5
3 |
4 | const throwPortalRequestError = (e: string) => {
> 5 | throw new Error(`Failed to execute portal request. Error: ${e}`);
| ^
6 | };
7 |
8 | const checkAndReturnResponse = (r: APIResponse) => {
at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:5:9)
at Object.createOrg (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/portalApi.ts:18:12)
at Object.createNewUsers (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/portalHelper.ts:52:21)
at Object.loadTestUsers (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/portalHelper.ts:36:50)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:25:48
|
[chromium] › portal/postPmmConnect.spec.ts:38: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:
pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L5
2) [chromium] › portal/postPmmConnect.spec.ts:38: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: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 15000ms
=========================== logs ===========================
→ POST https://portal-dev.percona.com/v1/orgs
user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.24 Safari/537.36
accept: */*
accept-encoding: gzip,deflate,br
Authorization: ***
content-type: application/json
content-length: 28
============================================================
at ../api/helpers/portalApiHelper.ts:5
3 |
4 | const throwPortalRequestError = (e: string) => {
> 5 | throw new Error(`Failed to execute portal request. Error: ${e}`);
| ^
6 | };
7 |
8 | const checkAndReturnResponse = (r: APIResponse) => {
at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:5:9)
at Object.createOrg (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/portalApi.ts:18:12)
at Object.createNewUsers (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/portalHelper.ts:52:21)
at Object.loadTestUsers (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/portalHelper.ts:36:50)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:29:48
|
Portal / Integration (2.34.0) / percona/pmm-server:2.34.0
Process completed with exit code 1.
|
[chromium] › portal/connectPMM.spec.ts:33:7 › Spec file for connecting PMM to the portal › PMM-T809 PMM-T398 Verify Percona Platform elements on PMM Settings Page @portal @pre-pmm-portal-upgrade:
pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L5
1) [chromium] › portal/connectPMM.spec.ts:33:7 › Spec file for connecting PMM to the portal › PMM-T809 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 15000ms
=========================== logs ===========================
→ POST https://portal-dev.percona.com/v1/orgs
user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.24 Safari/537.36
accept: */*
accept-encoding: gzip,deflate,br
Authorization: ***
content-type: application/json
content-length: 28
============================================================
at ../api/helpers/portalApiHelper.ts:5
3 |
4 | const throwPortalRequestError = (e: string) => {
> 5 | throw new Error(`Failed to execute portal request. Error: ${e}`);
| ^
6 | };
7 |
8 | const checkAndReturnResponse = (r: APIResponse) => {
at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:5:9)
at Object.createOrg (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/portalApi.ts:18:12)
at Object.createNewUsers (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/portalHelper.ts:52:21)
at Object.loadTestUsers (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/portalHelper.ts:36:50)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:25:48
|
[chromium] › portal/postPmmConnect.spec.ts:50:7 › Spec file for PMM connected the portal › PMM-T1149 PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade:
pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
2) [chromium] › portal/postPmmConnect.spec.ts:50:7 › Spec file for PMM connected the portal › PMM-T1149 PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade › 1. Login to he connected pmm with SSO
TimeoutError: locator.click: Timeout 15000ms exceeded.
=========================== logs ===========================
waiting for locator('xpath=//*[@href="login/generic_oauth"]')
============================================================
at ../pages/SignIn.page.ts:40
38 | const oktaSignInPage = new OktaSignInPage(this.page);
39 |
> 40 | await this.buttons.oktaLogin.click();
| ^
41 | await oktaSignInPage.fields.username.type(username);
42 | await oktaSignInPage.buttons.next.click();
43 | await oktaSignInPage.fields.password.type(password);
at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:60:26
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:59:18
|
[chromium] › portal/postPmmConnect.spec.ts:99:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade:
pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
3) [chromium] › portal/postPmmConnect.spec.ts:99:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade › 1. Login to he connected pmm with SSO
TimeoutError: locator.click: Timeout 15000ms exceeded.
=========================== logs ===========================
waiting for locator('xpath=//*[@href="login/generic_oauth"]')
============================================================
at ../pages/SignIn.page.ts:40
38 | const oktaSignInPage = new OktaSignInPage(this.page);
39 |
> 40 | await this.buttons.oktaLogin.click();
| ^
41 | await oktaSignInPage.fields.username.type(username);
42 | await oktaSignInPage.buttons.next.click();
43 | await oktaSignInPage.fields.password.type(password);
at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:106:26
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:105:18
|
[chromium] › portal/postPmmConnect.spec.ts:136:7 › Spec file for PMM connected the portal › PMM-T1168 PMM-T1222 Verify user can see the contacts from Percona @not-ui-pipeline @portal @post-pmm-portal-upgrade:
pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
4) [chromium] › portal/postPmmConnect.spec.ts:136:7 › Spec file for PMM connected the portal › PMM-T1168 PMM-T1222 Verify user can see the contacts from Percona @not-ui-pipeline @portal @post-pmm-portal-upgrade
TimeoutError: locator.click: Timeout 15000ms exceeded.
=========================== logs ===========================
waiting for locator('xpath=//*[@href="login/generic_oauth"]')
============================================================
at ../pages/SignIn.page.ts:40
38 | const oktaSignInPage = new OktaSignInPage(this.page);
39 |
> 40 | await this.buttons.oktaLogin.click();
| ^
41 | await oktaSignInPage.fields.username.type(username);
42 | await oktaSignInPage.buttons.next.click();
43 | await oktaSignInPage.fields.password.type(password);
at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:148:24
|
[chromium] › portal/postPmmConnect.spec.ts:175:7 › Spec file for PMM connected the portal › PMM-T1147 Verify PMM user that is not logged in with SSO can NOT see Tickets for organization @not-ui-pipeline @portal @post-pmm-portal-upgrade:
pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts#L196
5) [chromium] › portal/postPmmConnect.spec.ts:175:7 › Spec file for PMM connected the portal › PMM-T1147 Verify PMM user that is not logged in with SSO can NOT see Tickets for organization @not-ui-pipeline @portal @post-pmm-portal-upgrade › 3. Verify user can NOT see tickets.
Error: Timed out 10000ms waiting for expect(received).toHaveText(expected)
Expected string: "Login with Percona Account to access this content"
Received string: ""
Call log:
- expect.toHaveText with timeout 10000ms
- waiting for getByTestId('not-platform-user')
194 | await page.goto(ticketsPage.ticketsUrl);
195 | if (pmmVersion >= 28) {
> 196 | await expect(ticketsPage.elements.notPlatformUser).toHaveText(ticketsPage.messages.loginWithPercona);
| ^
197 | } else {
198 | await expect(ticketsPage.elements.emptyBlock).toHaveText(ticketsPage.messages.notConnectedToThePortal);
199 | }
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:196:62
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:193:7
|
[chromium] › portal/postPmmConnect.spec.ts:209:7 › Spec file for PMM connected the portal › PMM-T1154 Verify PMM user that is not logged in with SSO can NOT see Entitlements for organization @not-ui-pipeline @portal @post-pmm-portal-upgrade:
pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts#L230
6) [chromium] › portal/postPmmConnect.spec.ts:209:7 › Spec file for PMM connected the portal › PMM-T1154 Verify PMM user that is not logged in with SSO can NOT see Entitlements for organization @not-ui-pipeline @portal @post-pmm-portal-upgrade › 3. Verify user can NOT see Entitlements.
Error: Timed out 10000ms waiting for expect(received).toHaveText(expected)
Expected string: "Login with Percona Account to access this content"
Received string: ""
Call log:
- expect.toHaveText with timeout 10000ms
- waiting for getByTestId('not-platform-user')
228 | await page.goto(entitlementsPage.entitlementsUrl);
229 | if (pmmVersion >= 28) {
> 230 | await expect(entitlementsPage.elements.notPlatformUser).toHaveText(entitlementsPage.messages.loginWithPercona);
| ^
231 | } else {
232 | await expect(entitlementsPage.elements.emptyBlock).toHaveText(entitlementsPage.messages.notConnectedToThePortal);
233 | }
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:230:67
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:227:7
|
[chromium] › portal/postPmmConnect.spec.ts:243:7 › Spec file for PMM connected the portal › PMM-T1170 Verify PMM user that is not logged in with SSO can NOT see Contacts for organization @not-ui-pipeline @portal @post-pmm-portal-upgrade:
pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts#L256
7) [chromium] › portal/postPmmConnect.spec.ts:243:7 › Spec file for PMM connected the portal › PMM-T1170 Verify PMM user that is not logged in with SSO can NOT see Contacts for organization @not-ui-pipeline @portal @post-pmm-portal-upgrade › 1. Login to the connected pmm with local account
Error: Timed out 10000ms waiting for expect(received).toHaveText(expected)
Expected string: "Login with Percona Account to access this content"
Received string: ""
Call log:
- expect.toHaveText with timeout 10000ms
- waiting for getByTestId('not-platform-user')
254 | await test.step('1. Login to the connected pmm with local account', async () => {
255 | await page.goto(environmentOverview.environmentOverviewUrl);
> 256 | await expect(environmentOverview.elements.notPlatformUser).toHaveText(environmentOverview.messages.loginWithPercona);
| ^
257 | });
258 | } else {
259 | test.info().annotations.push({
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:256:68
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:254:7
|
[chromium] › portal/postPmmConnect.spec.ts:266:7 › Spec file for PMM connected the portal › PMM-T1148 Verify PMM user logged in using SSO and member of organization in Portal BUT not a SN account is NOT able to see Tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade:
pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
8) [chromium] › portal/postPmmConnect.spec.ts:266:7 › Spec file for PMM connected the portal › PMM-T1148 Verify PMM user logged in using SSO and member of organization in Portal BUT not a SN account is NOT able to see Tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade › 1. Login to he connected pmm with SSO
TimeoutError: locator.click: Timeout 15000ms exceeded.
=========================== logs ===========================
waiting for locator('xpath=//*[@href="login/generic_oauth"]')
============================================================
at ../pages/SignIn.page.ts:40
38 | const oktaSignInPage = new OktaSignInPage(this.page);
39 |
> 40 | await this.buttons.oktaLogin.click();
| ^
41 | await oktaSignInPage.fields.username.type(username);
42 | await oktaSignInPage.buttons.next.click();
43 | await oktaSignInPage.fields.password.type(password);
at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:273:26
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:272:18
|
[chromium] › portal/postPmmConnect.spec.ts:294:7 › Spec file for PMM connected the portal › PMM-T1153 Verify user logged in using SSO and is not a member of SN account is NOT able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade:
pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
9) [chromium] › portal/postPmmConnect.spec.ts:294:7 › Spec file for PMM connected the portal › PMM-T1153 Verify user logged in using SSO and is not a member of SN account is NOT able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade › 1. Login to he connected pmm with SSO
TimeoutError: locator.click: Timeout 15000ms exceeded.
=========================== logs ===========================
waiting for locator('xpath=//*[@href="login/generic_oauth"]')
============================================================
at ../pages/SignIn.page.ts:40
38 | const oktaSignInPage = new OktaSignInPage(this.page);
39 |
> 40 | await this.buttons.oktaLogin.click();
| ^
41 | await oktaSignInPage.fields.username.type(username);
42 | await oktaSignInPage.buttons.next.click();
43 | await oktaSignInPage.fields.password.type(password);
at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:302:26
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:301:18
|
[chromium] › portal/postPmmConnect.spec.ts:323:7 › Spec file for PMM connected the portal › PMM-T1204 PMM-T1112 Verify user can disconnect pmm from portal success flow @portal @not-ui-pipeline @post-pmm-portal-upgrade:
pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
10) [chromium] › portal/postPmmConnect.spec.ts:323:7 › Spec file for PMM connected the portal › PMM-T1204 PMM-T1112 Verify user can disconnect pmm from portal success flow @portal @not-ui-pipeline @post-pmm-portal-upgrade
TimeoutError: locator.click: Timeout 15000ms exceeded.
=========================== logs ===========================
waiting for locator('xpath=//*[@href="login/generic_oauth"]')
============================================================
at ../pages/SignIn.page.ts:40
38 | const oktaSignInPage = new OktaSignInPage(this.page);
39 |
> 40 | await this.buttons.oktaLogin.click();
| ^
41 | await oktaSignInPage.fields.username.type(username);
42 | await oktaSignInPage.buttons.next.click();
43 | await oktaSignInPage.fields.password.type(password);
at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:329:24
|
Slow Test:
pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts#L1
pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts took 46.9s
|
Slow Test:
pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts#L1
pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts took 46.7s
|
Slow Test:
pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts#L1
pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts took 48.3s
|
Slow Test:
pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts#L1
pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts took 47.3s
|
Slow Test:
pmm-ui-tests/playwright-tests/[chromium] › portal/postPmmConnect.spec.ts#L1
pmm-ui-tests/playwright-tests/[chromium] › portal/postPmmConnect.spec.ts took 3.6m
|
🎭 Playwright Run Summary
2 failed
[chromium] › portal/connectPMM.spec.ts:33:7 › Spec file for connecting PMM to the portal › PMM-T809 PMM-T398 Verify Percona Platform elements on PMM Settings Page @portal @pre-pmm-portal-upgrade
[chromium] › portal/postPmmConnect.spec.ts:38: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
|
🎭 Playwright Run Summary
2 failed
[chromium] › portal/connectPMM.spec.ts:33:7 › Spec file for connecting PMM to the portal › PMM-T809 PMM-T398 Verify Percona Platform elements on PMM Settings Page @portal @pre-pmm-portal-upgrade
[chromium] › portal/postPmmConnect.spec.ts:38: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
|
🎭 Playwright Run Summary
2 failed
[chromium] › portal/connectPMM.spec.ts:33:7 › Spec file for connecting PMM to the portal › PMM-T809 PMM-T398 Verify Percona Platform elements on PMM Settings Page @portal @pre-pmm-portal-upgrade
[chromium] › portal/postPmmConnect.spec.ts:38: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
|
🎭 Playwright Run Summary
1 failed
[chromium] › portal/postPmmConnect.spec.ts:38: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
12 skipped
3 passed (1.4m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › portal/postPmmConnect.spec.ts:38: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
12 skipped
3 passed (1.3m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › portal/postPmmConnect.spec.ts:38: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
12 skipped
3 passed (1.4m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › portal/postPmmConnect.spec.ts:38: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
12 skipped
3 passed (1.3m)
|
🎭 Playwright Run Summary
2 failed
[chromium] › portal/connectPMM.spec.ts:33:7 › Spec file for connecting PMM to the portal › PMM-T809 PMM-T398 Verify Percona Platform elements on PMM Settings Page @portal @pre-pmm-portal-upgrade
[chromium] › portal/postPmmConnect.spec.ts:38: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
|
🎭 Playwright Run Summary
2 failed
[chromium] › portal/connectPMM.spec.ts:33:7 › Spec file for connecting PMM to the portal › PMM-T809 PMM-T398 Verify Percona Platform elements on PMM Settings Page @portal @pre-pmm-portal-upgrade
[chromium] › portal/postPmmConnect.spec.ts:38: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
|
🎭 Playwright Run Summary
11 failed
[chromium] › portal/connectPMM.spec.ts:33:7 › Spec file for connecting PMM to the portal › PMM-T809 PMM-T398 Verify Percona Platform elements on PMM Settings Page @portal @pre-pmm-portal-upgrade
[chromium] › portal/postPmmConnect.spec.ts:50:7 › Spec file for PMM connected the portal › PMM-T1149 PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade
[chromium] › portal/postPmmConnect.spec.ts:99:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade
[chromium] › portal/postPmmConnect.spec.ts:136:7 › Spec file for PMM connected the portal › PMM-T1168 PMM-T1222 Verify user can see the contacts from Percona @not-ui-pipeline @portal @post-pmm-portal-upgrade
[chromium] › portal/postPmmConnect.spec.ts:175:7 › Spec file for PMM connected the portal › PMM-T1147 Verify PMM user that is not logged in with SSO can NOT see Tickets for organization @not-ui-pipeline @portal @post-pmm-portal-upgrade
[chromium] › portal/postPmmConnect.spec.ts:209:7 › Spec file for PMM connected the portal › PMM-T1154 Verify PMM user that is not logged in with SSO can NOT see Entitlements for organization @not-ui-pipeline @portal @post-pmm-portal-upgrade
[chromium] › portal/postPmmConnect.spec.ts:243:7 › Spec file for PMM connected the portal › PMM-T1170 Verify PMM user that is not logged in with SSO can NOT see Contacts for organization @not-ui-pipeline @portal @post-pmm-portal-upgrade
[chromium] › portal/postPmmConnect.spec.ts:266:7 › Spec file for PMM connected the portal › PMM-T1148 Verify PMM user logged in using SSO and member of organization in Portal BUT not a SN account is NOT able to see Tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade
[chromium] › portal/postPmmConnect.spec.ts:294:7 › Spec file for PMM connected the portal › PMM-T1153 Verify user logged in using SSO and is not a member of SN account is NOT able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade
[chromium] › portal/postPmmConnect.spec.ts:323:7 › Spec file for PMM connected the portal › PMM-T1204 PMM-T1112 Verify user can disconnect pmm from portal success flow @portal @not-ui-pipeline @post-pmm-portal-upgrade
[chromium] › portal/postPmmConnect.spec.ts:364:7 › Spec file for PMM connected the portal › PMM-T1264 Verify that pmm admin user can force disconnect pmm from the portal. @not-ui-pipeline @portal @post-pmm-portal-upgrade
4 skipped
1 passed (5.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
portal-report
Expired
|
6.32 MB |
|