[Backport release_3_8] Fix WKT geometry string provided by QGIS Server in GetFeatureInfo #7937
Annotations
11 errors, 12 warnings, and 4 notices
[setup] › playwright/auth.setup.ts:33:6 › authenticate as admin:
tests/end2end/playwright/auth.setup.ts#L1
1) [setup] › playwright/auth.setup.ts:33:6 › authenticate as admin ───────────────────────────────
Test timeout of 30000ms exceeded.
|
[setup] › playwright/auth.setup.ts:33:6 › authenticate as admin:
tests/end2end/playwright/auth.setup.ts#L17
1) [setup] › playwright/auth.setup.ts:33:6 › authenticate as admin ───────────────────────────────
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('#jforms_jcommunity_login_auth_login')
15 | // Perform authentication steps. Replace these actions with your own.
16 | await page.goto('admin.php/auth/login?auth_url_return=%2Findex.php');
> 17 | await page.locator('#jforms_jcommunity_login_auth_login').fill(login);
| ^
18 | await page.locator('#jforms_jcommunity_login_auth_password').fill(password);
19 | await page.getByRole('button', { name: 'Sign in' }).click();
20 | // Wait until the page receives the cookies.
at auth_using_login (/home/runner/work/lizmap-web-client/lizmap-web-client/tests/end2end/playwright/auth.setup.ts:17:61)
at /home/runner/work/lizmap-web-client/lizmap-web-client/tests/end2end/playwright/auth.setup.ts:34:3
|
[end2end] › playwright/axis_orientation.spec.js:80:9 › Axis Orientation › Axis Orientation NEU for EPSG:3844 @readonly:
tests/end2end/playwright/axis_orientation.spec.js#L120
2) [end2end] › playwright/axis_orientation.spec.js:80:9 › Axis Orientation › Axis Orientation NEU for EPSG:3844 @readonly
Error: expect(received).toBeGreaterThan(expected)
Expected: > 1286
Received: 1286
118 | buffer = await page.screenshot({clip:{x:950/2-380/2, y:600/2-380/2, width:380, height:380}});
119 | const judetByteLength = buffer.byteLength;
> 120 | await expect(judetByteLength).toBeGreaterThan(blankByteLength);
| ^
121 |
122 | // Catch GetTile request
123 | let GetTiles = [];
at /home/runner/work/lizmap-web-client/lizmap-web-client/tests/end2end/playwright/axis_orientation.spec.js:120:39
|
E2E QGIS 3.34 PG 14-3 PHP 8.1
Process completed with exit code 1.
|
[end2end] › playwright/custom-javascript-api.spec.js:9:9 › Maps management › OpenLayers @flaky:
tests/end2end/eval at evaluate (:234:30)#L2
1) [end2end] › playwright/custom-javascript-api.spec.js:9:9 › Maps management › OpenLayers @flaky
Error: page.evaluate: ReferenceError: addOlLayers is not defined
at eval (eval at evaluate (:234:30), <anonymous>:2:7)
at UtilityScript.evaluate (<anonymous>:236:17)
at UtilityScript.<anonymous> (<anonymous>:1:44)
at eval (/home/runner/work/lizmap-web-client/lizmap-web-client/tests/end2end/eval at evaluate (:234:30), <anonymous>:2:7)
at UtilityScript.evaluate (/home/runner/work/lizmap-web-client/lizmap-web-client/tests/end2end/<anonymous>:236:17)
at UtilityScript.<anonymous> (/home/runner/work/lizmap-web-client/lizmap-web-client/tests/end2end/<anonymous>:1:44)
at /home/runner/work/lizmap-web-client/lizmap-web-client/tests/end2end/playwright/custom-javascript-api.spec.js:24:20
|
E2E QGIS 3.34 PG 14-3 PHP 8.1
Process completed with exit code 1.
|
[end2end] › playwright/custom-javascript-api.spec.js:9:9 › Maps management › OpenLayers @flaky:
tests/end2end/eval at evaluate (:234:30)#L2
1) [end2end] › playwright/custom-javascript-api.spec.js:9:9 › Maps management › OpenLayers @flaky
Error: page.evaluate: ReferenceError: addOlLayers is not defined
at eval (eval at evaluate (:234:30), <anonymous>:2:7)
at UtilityScript.evaluate (<anonymous>:236:17)
at UtilityScript.<anonymous> (<anonymous>:1:44)
at eval (/home/runner/work/lizmap-web-client/lizmap-web-client/tests/end2end/eval at evaluate (:234:30), <anonymous>:2:7)
at UtilityScript.evaluate (/home/runner/work/lizmap-web-client/lizmap-web-client/tests/end2end/<anonymous>:236:17)
at UtilityScript.<anonymous> (/home/runner/work/lizmap-web-client/lizmap-web-client/tests/end2end/<anonymous>:1:44)
at /home/runner/work/lizmap-web-client/lizmap-web-client/tests/end2end/playwright/custom-javascript-api.spec.js:24:20
|
E2E QGIS 3.40 PG 17-3 PHP 8.3
Process completed with exit code 1.
|
[end2end] › playwright/axis_orientation.spec.js:80:9 › Axis Orientation › Axis Orientation NEU for EPSG:3844 @readonly:
tests/end2end/playwright/axis_orientation.spec.js#L1
1) [end2end] › playwright/axis_orientation.spec.js:80:9 › Axis Orientation › Axis Orientation NEU for EPSG:3844 @readonly
Test timeout of 30000ms exceeded.
|
[end2end] › playwright/axis_orientation.spec.js:80:9 › Axis Orientation › Axis Orientation NEU for EPSG:3844 @readonly:
tests/end2end/playwright/globals.js#L57
1) [end2end] › playwright/axis_orientation.spec.js:80:9 › Axis Orientation › Axis Orientation NEU for EPSG:3844 @readonly
Error: page.waitForRequest: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for request /SERVICE=WMS&REQUEST=GetCapabilities/
============================================================
at globals.js:57
55 |
56 | // Wait for WMS GetCapabilities promise
> 57 | let getCapabilitiesWMSPromise = page.waitForRequest(/SERVICE=WMS&REQUEST=GetCapabilities/);
| ^
58 | await page.goto(url);
59 |
60 | // Wait for WMS GetCapabilities
at gotoMap (/home/runner/work/lizmap-web-client/lizmap-web-client/tests/end2end/playwright/globals.js:57:42)
at ProjectPage.open (/home/runner/work/lizmap-web-client/lizmap-web-client/tests/end2end/playwright/pages/project.js:147:22)
at /home/runner/work/lizmap-web-client/lizmap-web-client/tests/end2end/playwright/axis_orientation.spec.js:82:23
|
E2E QGIS 3.40 PG 17-3 PHP 8.3
Process completed with exit code 1.
|
E2E QGIS 3.34 PG 14-3 PHP 8.1
No files were found with the provided path: /home/runner/work/lizmap-web-client/lizmap-web-client/tests/qgis-projects/tests/tests_dataset.patch. No artifacts will be uploaded.
|
Slow Test:
tests/end2end/[end2end] › playwright/print.spec.js#L1
tests/end2end/[end2end] › playwright/print.spec.js took 1.2m
|
Slow Test:
tests/end2end/[end2end] › playwright/popup.spec.js#L1
tests/end2end/[end2end] › playwright/popup.spec.js took 42.0s
|
Slow Test:
tests/end2end/[end2end] › playwright/editing-geometry.spec.js#L1
tests/end2end/[end2end] › playwright/editing-geometry.spec.js took 41.4s
|
Slow Test:
tests/end2end/[end2end] › playwright/edition-form.spec.js#L1
tests/end2end/[end2end] › playwright/edition-form.spec.js took 36.6s
|
Slow Test:
tests/end2end/[end2end] › playwright/permalink.spec.js#L1
tests/end2end/[end2end] › playwright/permalink.spec.js took 34.0s
|
Slow Test:
tests/end2end/[end2end] › playwright/print.spec.js#L1
tests/end2end/[end2end] › playwright/print.spec.js took 1.2m
|
Slow Test:
tests/end2end/[end2end] › playwright/editing-geometry.spec.js#L1
tests/end2end/[end2end] › playwright/editing-geometry.spec.js took 42.8s
|
Slow Test:
tests/end2end/[end2end] › playwright/popup.spec.js#L1
tests/end2end/[end2end] › playwright/popup.spec.js took 42.5s
|
Slow Test:
tests/end2end/[end2end] › playwright/edition-form.spec.js#L1
tests/end2end/[end2end] › playwright/edition-form.spec.js took 36.7s
|
Slow Test:
tests/end2end/[end2end] › playwright/permalink.spec.js#L1
tests/end2end/[end2end] › playwright/permalink.spec.js took 34.5s
|
E2E QGIS 3.40 PG 17-3 PHP 8.3
No files were found with the provided path: /home/runner/work/lizmap-web-client/lizmap-web-client/tests/qgis-projects/tests/tests_dataset.patch. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
2 flaky
[setup] › playwright/auth.setup.ts:33:6 › authenticate as admin ────────────────────────────────
[end2end] › playwright/axis_orientation.spec.js:80:9 › Axis Orientation › Axis Orientation NEU for EPSG:3844 @readonly
18 passed (54.3s)
|
🎭 Playwright Run Summary
1 flaky
[end2end] › playwright/custom-javascript-api.spec.js:9:9 › Maps management › OpenLayers @flaky ─
2 skipped
177 passed (9.8m)
|
🎭 Playwright Run Summary
1 flaky
[end2end] › playwright/custom-javascript-api.spec.js:9:9 › Maps management › OpenLayers @flaky ─
2 skipped
177 passed (9.9m)
|
🎭 Playwright Run Summary
1 flaky
[end2end] › playwright/axis_orientation.spec.js:80:9 › Axis Orientation › Axis Orientation NEU for EPSG:3844 @readonly
19 passed (39.9s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
BLEEDING_EDGE-E2E-all-logs
|
1.6 MB |
|
BLEEDING_EDGE-cypress-screenshots
|
686 Bytes |
|
BLEEDING_EDGE-playwright-report
|
14.2 KB |
|
LEGACY-E2E-all-logs
|
1.6 MB |
|
LEGACY-cypress-screenshots
|
686 Bytes |
|
LEGACY-playwright-report
|
14.1 KB |
|