PMM Upgrade Full Matrix (e2e tests) #62
Annotations
10 errors, 1 warning, and 1 notice
pmm-ui-tests/playwright-tests/tests/rbac/rbac.spec.ts#L65
1) [chromium] › rbac/rbac.spec.ts:55:7 › Spec file for Access Control (RBAC) › PMM-T1573 Verify Access Roles tab on Configuration page @rbac @rbac-pre-upgrade
locator.hover: Timeout 15000ms exceeded.
=========================== logs ===========================
waiting for getByTestId('sidemenu').locator('xpath=//a[@aria-label="Configuration"]')
============================================================
63 |
64 | await test.step('1. Click on Configuration on the left menu and then select Access roles link', async () => {
> 65 | await homeDashboard.sideMenu.elements.configuration.hover();
| ^
66 | await expect(homeDashboard.sideMenu.configuration.buttons.rbac).toHaveText(
67 | homeDashboard.sideMenu.configuration.labels.rbac,
68 | );
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/rbac/rbac.spec.ts:65:59
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/rbac/rbac.spec.ts:64:16
|
pmm-ui-tests/playwright-tests/tests/rbac/rbac.spec.ts#L65
1) [chromium] › rbac/rbac.spec.ts:55:7 › Spec file for Access Control (RBAC) › PMM-T1573 Verify Access Roles tab on Configuration page @rbac @rbac-pre-upgrade
Retry #1 ---------------------------------------------------------------------------------------
locator.hover: Timeout 15000ms exceeded.
=========================== logs ===========================
waiting for getByTestId('sidemenu').locator('xpath=//a[@aria-label="Configuration"]')
============================================================
63 |
64 | await test.step('1. Click on Configuration on the left menu and then select Access roles link', async () => {
> 65 | await homeDashboard.sideMenu.elements.configuration.hover();
| ^
66 | await expect(homeDashboard.sideMenu.configuration.buttons.rbac).toHaveText(
67 | homeDashboard.sideMenu.configuration.labels.rbac,
68 | );
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/rbac/rbac.spec.ts:65:59
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/rbac/rbac.spec.ts:64:16
|
pmm-ui-tests/playwright-tests/tests/rbac/rbac.spec.ts#L65
1) [chromium] › rbac/rbac.spec.ts:55:7 › Spec file for Access Control (RBAC) › PMM-T1573 Verify Access Roles tab on Configuration page @rbac @rbac-pre-upgrade
Retry #2 ---------------------------------------------------------------------------------------
locator.hover: Timeout 15000ms exceeded.
=========================== logs ===========================
waiting for getByTestId('sidemenu').locator('xpath=//a[@aria-label="Configuration"]')
============================================================
63 |
64 | await test.step('1. Click on Configuration on the left menu and then select Access roles link', async () => {
> 65 | await homeDashboard.sideMenu.elements.configuration.hover();
| ^
66 | await expect(homeDashboard.sideMenu.configuration.buttons.rbac).toHaveText(
67 | homeDashboard.sideMenu.configuration.labels.rbac,
68 | );
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/rbac/rbac.spec.ts:65:59
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/rbac/rbac.spec.ts:64:16
|
pmm-ui-tests/playwright-tests/tests/rbac/rbac.spec.ts#L94
2) [chromium] › rbac/rbac.spec.ts:82:7 › Spec file for Access Control (RBAC) › PMM-T1580 Verify creating Access Role @rbac @rbac-pre-upgrade @rbac-post-upgrade
locator.click: Timeout 15000ms exceeded.
=========================== logs ===========================
waiting for getByTestId('access-roles-create-role')
============================================================
92 | await test.step('1. Navigate to the Access Role page, then click create button.', async () => {
93 | await page.goto(rbacPage.url);
> 94 | await rbacPage.buttons.create.click();
| ^
95 | });
96 |
97 | await test.step('2. Create new role agent_type=mysqld_exporter.', async () => {
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/rbac/rbac.spec.ts:94:37
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/rbac/rbac.spec.ts:92:5
|
pmm-ui-tests/playwright-tests/api/helpers/apiHelper.ts#L93
2) [chromium] › rbac/rbac.spec.ts:82:7 › Spec file for Access Control (RBAC) › PMM-T1580 Verify creating Access Role @rbac @rbac-pre-upgrade @rbac-post-upgrade
Retry #1 ---------------------------------------------------------------------------------------
Error: Status: 401 Unauthorized
Expected: 200
Received: 401
at ../api/helpers/apiHelper.ts:93
91 | console.log(`POST: ${path}\nPayload: ${JSON.stringify(payload)}`);
92 | const response = await (await getConfiguredRestApi()).post(path, payload);
> 93 | expect(response.status(), `Status: ${response.status()} ${response.statusText()}`).toEqual(200);
| ^
94 | return response;
95 | },
96 | };
at Object.post (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/apiHelper.ts:93:88)
at Object.listRoles (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/management.ts:15:22)
at getRolesObj (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/rbac/rbac.spec.ts:30:13)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/rbac/rbac.spec.ts:88:16
|
pmm-ui-tests/playwright-tests/api/helpers/apiHelper.ts#L93
2) [chromium] › rbac/rbac.spec.ts:82:7 › Spec file for Access Control (RBAC) › PMM-T1580 Verify creating Access Role @rbac @rbac-pre-upgrade @rbac-post-upgrade
Retry #2 ---------------------------------------------------------------------------------------
Error: Status: 401 Unauthorized
Expected: 200
Received: 401
at ../api/helpers/apiHelper.ts:93
91 | console.log(`POST: ${path}\nPayload: ${JSON.stringify(payload)}`);
92 | const response = await (await getConfiguredRestApi()).post(path, payload);
> 93 | expect(response.status(), `Status: ${response.status()} ${response.statusText()}`).toEqual(200);
| ^
94 | return response;
95 | },
96 | };
at Object.post (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/apiHelper.ts:93:88)
at Object.listRoles (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/management.ts:15:22)
at getRolesObj (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/rbac/rbac.spec.ts:30:13)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/rbac/rbac.spec.ts:88:16
|
pmm-ui-tests/playwright-tests/api/helpers/apiHelper.ts#L93
3) [chromium] › rbac/rbac.spec.ts:121:7 › Spec file for Access Control (RBAC) › PMM-T1584 Verify assigning Access role to user @rbac @rbac-pre-upgrade @rbac-post-upgrade
Error: Status: 401 Unauthorized
Expected: 200
Received: 401
at ../api/helpers/apiHelper.ts:93
91 | console.log(`POST: ${path}\nPayload: ${JSON.stringify(payload)}`);
92 | const response = await (await getConfiguredRestApi()).post(path, payload);
> 93 | expect(response.status(), `Status: ${response.status()} ${response.statusText()}`).toEqual(200);
| ^
94 | return response;
95 | },
96 | };
at Object.post (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/apiHelper.ts:93:88)
at Object.listRoles (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/management.ts:15:22)
at getRolesObj (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/rbac/rbac.spec.ts:30:13)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/rbac/rbac.spec.ts:123:16
|
pmm-ui-tests/playwright-tests/api/helpers/apiHelper.ts#L93
3) [chromium] › rbac/rbac.spec.ts:121:7 › Spec file for Access Control (RBAC) › PMM-T1584 Verify assigning Access role to user @rbac @rbac-pre-upgrade @rbac-post-upgrade
Retry #1 ---------------------------------------------------------------------------------------
Error: Status: 401 Unauthorized
Expected: 200
Received: 401
at ../api/helpers/apiHelper.ts:93
91 | console.log(`POST: ${path}\nPayload: ${JSON.stringify(payload)}`);
92 | const response = await (await getConfiguredRestApi()).post(path, payload);
> 93 | expect(response.status(), `Status: ${response.status()} ${response.statusText()}`).toEqual(200);
| ^
94 | return response;
95 | },
96 | };
at Object.post (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/apiHelper.ts:93:88)
at Object.listRoles (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/management.ts:15:22)
at getRolesObj (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/rbac/rbac.spec.ts:30:13)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/rbac/rbac.spec.ts:123:16
|
pmm-ui-tests/playwright-tests/api/helpers/apiHelper.ts#L93
3) [chromium] › rbac/rbac.spec.ts:121:7 › Spec file for Access Control (RBAC) › PMM-T1584 Verify assigning Access role to user @rbac @rbac-pre-upgrade @rbac-post-upgrade
Retry #2 ---------------------------------------------------------------------------------------
Error: Status: 401 Unauthorized
Expected: 200
Received: 401
at ../api/helpers/apiHelper.ts:93
91 | console.log(`POST: ${path}\nPayload: ${JSON.stringify(payload)}`);
92 | const response = await (await getConfiguredRestApi()).post(path, payload);
> 93 | expect(response.status(), `Status: ${response.status()} ${response.statusText()}`).toEqual(200);
| ^
94 | return response;
95 | },
96 | };
at Object.post (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/apiHelper.ts:93:88)
at Object.listRoles (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/management.ts:15:22)
at getRolesObj (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/rbac/rbac.spec.ts:30:13)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/rbac/rbac.spec.ts:123:16
|
|
pmm-ui-tests/playwright-tests/[chromium] › rbac/rbac.spec.ts#L1
pmm-ui-tests/playwright-tests/[chromium] › rbac/rbac.spec.ts took 1.5m
|
3 failed
[chromium] › rbac/rbac.spec.ts:55:7 › Spec file for Access Control (RBAC) › PMM-T1573 Verify Access Roles tab on Configuration page @rbac @rbac-pre-upgrade
[chromium] › rbac/rbac.spec.ts:82:7 › Spec file for Access Control (RBAC) › PMM-T1580 Verify creating Access Role @rbac @rbac-pre-upgrade @rbac-post-upgrade
[chromium] › rbac/rbac.spec.ts:121:7 › Spec file for Access Control (RBAC) › PMM-T1584 Verify assigning Access role to user @rbac @rbac-pre-upgrade @rbac-post-upgrade
|
The logs for this run have expired and are no longer available.
Loading