PMM Upgrade Full Matrix (e2e tests) #52
Annotations
2 errors and 2 notices
pmm-ui-tests/playwright-tests/api/helpers/apiHelper.ts#L79
1) [chromium] › configuration/defaultSettings.spec.ts:23:7 › Default Settings tests › PMM-T1659 Verify that BM is enabled by default after upgrade in 2.36.0+ @config-post-upgrade @config
Error: Status: 500 Internal Server Error
Expected: 200
Received: 500
at ../api/helpers/apiHelper.ts:79
77 | console.log(`GET: ${path}${options ? ` with ${JSON.stringify(options)}` : ''}`);
78 | const response = await (await getConfiguredRestApi()).get(path, options);
> 79 | expect(response.status(), `Status: ${response.status()} ${response.statusText()}`).toEqual(200);
| ^
80 | return response;
81 | },
82 |
at Object.get (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/apiHelper.ts:79:88)
at Object.getPmmVersion (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/server.ts:12:22)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/configuration/defaultSettings.spec.ts:11:18
|
|
|
1 failed
[chromium] › configuration/defaultSettings.spec.ts:23:7 › Default Settings tests › PMM-T1659 Verify that BM is enabled by default after upgrade in 2.36.0+ @config-post-upgrade @config
|
The logs for this run have expired and are no longer available.
Loading