Skip to content

PMM-7 adjusted test pipelines #24

PMM-7 adjusted test pipelines

PMM-7 adjusted test pipelines #24

Triggered via push August 17, 2023 00:28
Status Failure
Total duration 4m 6s
Artifacts 6
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Get versions  /  Get versions
1s
Get versions / Get versions
Matrix: Portal / Integration
Fit to window
Zoom out
Zoom in

Annotations

12 errors, 4 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#L34
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: apiRequestContext.post: Request timed out after 15000ms =========================== logs =========================== → POST https://portal-dev.percona.com/v1/orgs/c969bff4-5b59-4219-a146-9f5c8b4c814c/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: 79 ============================================================ at ../api/helpers/portalApiHelper.ts:34 32 | console.log(`POST: ${Constants.portal.url}${params.path}\nPayload: ${JSON.stringify(params.data)}`); 33 | return (await getRequestContext(params)) > 34 | .post(params.path, { data: params.data }).then(checkAndReturnResponse); | ^ 35 | }, 36 | 37 | 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:34:8) 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
Portal / Integration (2.35.0) / 2.35.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#L34
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: 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:34 32 | console.log(`POST: ${Constants.portal.url}${params.path}\nPayload: ${JSON.stringify(params.data)}`); 33 | return (await getRequestContext(params)) > 34 | .post(params.path, { data: params.data }).then(checkAndReturnResponse); | ^ 35 | }, 36 | 37 | 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:34: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: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
Portal / Integration (2.33.0) / 2.33.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#L34
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: 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:34 32 | console.log(`POST: ${Constants.portal.url}${params.path}\nPayload: ${JSON.stringify(params.data)}`); 33 | return (await getRequestContext(params)) > 34 | .post(params.path, { data: params.data }).then(checkAndReturnResponse); | ^ 35 | }, 36 | 37 | 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:34: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: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
Portal / Integration (2.36.0) / 2.36.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#L34
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: 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:34 32 | console.log(`POST: ${Constants.portal.url}${params.path}\nPayload: ${JSON.stringify(params.data)}`); 33 | return (await getRequestContext(params)) > 34 | .post(params.path, { data: params.data }).then(checkAndReturnResponse); | ^ 35 | }, 36 | 37 | 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:34: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: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
Portal / Integration (2.39.0) / 2.39.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#L34
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: 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:34 32 | console.log(`POST: ${Constants.portal.url}${params.path}\nPayload: ${JSON.stringify(params.data)}`); 33 | return (await getRequestContext(params)) > 34 | .post(params.path, { data: params.data }).then(checkAndReturnResponse); | ^ 35 | }, 36 | 37 | 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:34: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: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
Portal / Integration (2.38.0) / 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#L34
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: 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:34 32 | console.log(`POST: ${Constants.portal.url}${params.path}\nPayload: ${JSON.stringify(params.data)}`); 33 | return (await getRequestContext(params)) > 34 | .post(params.path, { data: params.data }).then(checkAndReturnResponse); | ^ 35 | }, 36 | 37 | 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:34: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: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
Portal / Integration (2.37.0) / 2.37.0
Process completed with exit code 1.
Slow Test: pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts#L1
pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts took 45.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 47.4s
Slow Test: pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts#L1
pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts took 49.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 46.8s
🎭 Playwright Run Summary
1 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 15 skipped
🎭 Playwright Run Summary
1 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 15 skipped
🎭 Playwright Run Summary
1 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 15 skipped
🎭 Playwright Run Summary
1 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 15 skipped
🎭 Playwright Run Summary
13 skipped 3 passed (1.0m)
🎭 Playwright Run Summary
1 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 15 skipped
🎭 Playwright Run Summary
13 skipped 3 passed (1.0m)
🎭 Playwright Run Summary
1 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 15 skipped
🎭 Playwright Run Summary
13 skipped 3 passed (1.1m)
🎭 Playwright Run Summary
13 skipped 3 passed (1.0m)

Artifacts

Produced during runtime
Name Size
2.33.0portal-report Expired
419 KB
2.35.0portal-report Expired
419 KB
2.36.0portal-report Expired
419 KB
2.37.0portal-report Expired
419 KB
2.38.0portal-report Expired
419 KB
2.39.0portal-report Expired
419 KB