Skip to content

refactor: perform dimensional analysis and numerical evaluation in same pass (WIP) #1577

refactor: perform dimensional analysis and numerical evaluation in same pass (WIP)

refactor: perform dimensional analysis and numerical evaluation in same pass (WIP) #1577

Triggered via pull request January 11, 2025 04:00
Status Failure
Total duration 1h 0m 59s
Artifacts 2

playwright.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors, 1 warning, and 1 notice
test
The job running on runner GitHub Actions 37 has exceeded the maximum execution time of 60 minutes.
[chromium] › test_database.spec.mjs:176:1 › Test database consistency: tests/test_database.spec.mjs#L186
1) [chromium] › test_database.spec.mjs:176:1 › Test database consistency ───────────────────────── TimeoutError: locator.waitFor: Timeout 5000ms exceeded. Call log: - waiting for locator('h3').locator('text=Retrieving Sheet') to be detached 184 | await page.setViewportSize({ width: width, height: height }); 185 | > 186 | await page.locator('h3 >> text=Retrieving Sheet').waitFor({state: 'detached', timeout: 5000}); | ^ 187 | await page.locator('text=Accept').click(); 188 | await page.waitForSelector('.status-footer', { state: 'detached', timeout: pyodideLoadTimeout }); 189 | await page.keyboard.press('Escape'); // unselect all cells at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_database.spec.mjs:186:53
[chromium] › test_database.spec.mjs:176:1 › Test database consistency: tests/test_database.spec.mjs#L186
1) [chromium] › test_database.spec.mjs:176:1 › Test database consistency ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.waitFor: Timeout 5000ms exceeded. Call log: - waiting for locator('h3').locator('text=Retrieving Sheet') to be detached 184 | await page.setViewportSize({ width: width, height: height }); 185 | > 186 | await page.locator('h3 >> text=Retrieving Sheet').waitFor({state: 'detached', timeout: 5000}); | ^ 187 | await page.locator('text=Accept').click(); 188 | await page.waitForSelector('.status-footer', { state: 'detached', timeout: pyodideLoadTimeout }); 189 | await page.keyboard.press('Escape'); // unselect all cells at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_database.spec.mjs:186:53
[chromium] › test_database.spec.mjs:176:1 › Test database consistency: tests/test_database.spec.mjs#L186
1) [chromium] › test_database.spec.mjs:176:1 › Test database consistency ───────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.waitFor: Timeout 5000ms exceeded. Call log: - waiting for locator('h3').locator('text=Retrieving Sheet') to be detached 184 | await page.setViewportSize({ width: width, height: height }); 185 | > 186 | await page.locator('h3 >> text=Retrieving Sheet').waitFor({state: 'detached', timeout: 5000}); | ^ 187 | await page.locator('text=Accept').click(); 188 | await page.waitForSelector('.status-footer', { state: 'detached', timeout: pyodideLoadTimeout }); 189 | await page.keyboard.press('Escape'); // unselect all cells at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_database.spec.mjs:186:53
[chromium] › test_matrix_addition.spec.mjs:51:1 › Matrix addition with units: tests/test_matrix_addition.spec.mjs#L56
2) [chromium] › test_matrix_addition.spec.mjs:51:1 › Matrix addition with units ────────────────── TimeoutError: page.textContent: Timeout 120000ms exceeded. Call log: - waiting for locator('#result-value-0') 54 | await page.waitForSelector('text=Updating...', {state: 'detached'}); 55 | > 56 | let content = await page.textContent(`#result-value-0`); | ^ 57 | expect(content).toBe(String.raw`\begin{bmatrix} a + 5 & b + 6 \\ c + 7 & d + 8 \end{bmatrix}`); 58 | 59 | // add some numbers for variables that define first matrix at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_matrix_addition.spec.mjs:56:28
[chromium] › test_matrix_addition.spec.mjs:51:1 › Matrix addition with units: tests/test_matrix_addition.spec.mjs#L56
2) [chromium] › test_matrix_addition.spec.mjs:51:1 › Matrix addition with units ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.textContent: Timeout 120000ms exceeded. Call log: - waiting for locator('#result-value-0') 54 | await page.waitForSelector('text=Updating...', {state: 'detached'}); 55 | > 56 | let content = await page.textContent(`#result-value-0`); | ^ 57 | expect(content).toBe(String.raw`\begin{bmatrix} a + 5 & b + 6 \\ c + 7 & d + 8 \end{bmatrix}`); 58 | 59 | // add some numbers for variables that define first matrix at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_matrix_addition.spec.mjs:56:28
[chromium] › test_matrix_addition.spec.mjs:51:1 › Matrix addition with units: tests/test_matrix_addition.spec.mjs#L56
2) [chromium] › test_matrix_addition.spec.mjs:51:1 › Matrix addition with units ────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.textContent: Timeout 120000ms exceeded. Call log: - waiting for locator('#result-value-0') 54 | await page.waitForSelector('text=Updating...', {state: 'detached'}); 55 | > 56 | let content = await page.textContent(`#result-value-0`); | ^ 57 | expect(content).toBe(String.raw`\begin{bmatrix} a + 5 & b + 6 \\ c + 7 & d + 8 \end{bmatrix}`); 58 | 59 | // add some numbers for variables that define first matrix at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_matrix_addition.spec.mjs:56:28
[chromium] › test_matrix_addition.spec.mjs:69:1 › Matrix addition with incompatible units: tests/test_matrix_addition.spec.mjs#L74
3) [chromium] › test_matrix_addition.spec.mjs:69:1 › Matrix addition with incompatible units ───── TimeoutError: page.textContent: Timeout 120000ms exceeded. Call log: - waiting for locator('#result-value-0') 72 | await page.waitForSelector('text=Updating...', {state: 'detached'}); 73 | > 74 | let content = await page.textContent(`#result-value-0`); | ^ 75 | expect(content).toBe(String.raw`\begin{bmatrix} a + 5 & b + 6 \\ c + 7 & d + 8 \end{bmatrix}`); 76 | 77 | // add some numbers for variables that define first matrix at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_matrix_addition.spec.mjs:74:28
[chromium] › test_matrix_addition.spec.mjs:69:1 › Matrix addition with incompatible units: tests/test_matrix_addition.spec.mjs#L74
3) [chromium] › test_matrix_addition.spec.mjs:69:1 › Matrix addition with incompatible units ───── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.textContent: Timeout 120000ms exceeded. Call log: - waiting for locator('#result-value-0') 72 | await page.waitForSelector('text=Updating...', {state: 'detached'}); 73 | > 74 | let content = await page.textContent(`#result-value-0`); | ^ 75 | expect(content).toBe(String.raw`\begin{bmatrix} a + 5 & b + 6 \\ c + 7 & d + 8 \end{bmatrix}`); 76 | 77 | // add some numbers for variables that define first matrix at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_matrix_addition.spec.mjs:74:28
[chromium] › test_matrix_addition.spec.mjs:69:1 › Matrix addition with incompatible units: tests/test_matrix_addition.spec.mjs#L74
3) [chromium] › test_matrix_addition.spec.mjs:69:1 › Matrix addition with incompatible units ───── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.textContent: Timeout 120000ms exceeded. Call log: - waiting for locator('#result-value-0') 72 | await page.waitForSelector('text=Updating...', {state: 'detached'}); 73 | > 74 | let content = await page.textContent(`#result-value-0`); | ^ 75 | expect(content).toBe(String.raw`\begin{bmatrix} a + 5 & b + 6 \\ c + 7 & d + 8 \end{bmatrix}`); 76 | 77 | // add some numbers for variables that define first matrix at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_matrix_addition.spec.mjs:74:28
[chromium] › test_matrix_addition.spec.mjs:86:1 › Test subtraction with units: tests/test_matrix_addition.spec.mjs#L91
4) [chromium] › test_matrix_addition.spec.mjs:86:1 › Test subtraction with units ───────────────── TimeoutError: page.textContent: Timeout 120000ms exceeded. Call log: - waiting for locator('#result-value-0') 89 | await page.waitForSelector('text=Updating...', {state: 'detached'}); 90 | > 91 | let content = await page.textContent(`#result-value-0`); | ^ 92 | expect(content).toBe(String.raw`\begin{bmatrix} a - 5 & b - 6 \\ c - 7 & d - 8 \end{bmatrix}`); 93 | 94 | // add some numbers for variables that define first matrix at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_matrix_addition.spec.mjs:91:28
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "screenshots", "test-results". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
🎭 Playwright Run Summary
13 failed [chromium] › test_database.spec.mjs:176:1 › Test database consistency ────────────────────────── [chromium] › test_matrix_addition.spec.mjs:51:1 › Matrix addition with units ─────────────────── [chromium] › test_matrix_addition.spec.mjs:69:1 › Matrix addition with incompatible units ────── [chromium] › test_matrix_addition.spec.mjs:86:1 › Test subtraction with units ────────────────── [chromium] › test_matrix_addition.spec.mjs:112:1 › nonsquare addition ────────────────────────── [chromium] › test_matrix_addition.spec.mjs:130:1 › Addition with literal and variable matrices ─ [chromium] › test_matrix_addition.spec.mjs:150:1 › Addition with two variable matrices ───────── [firefox] › test_matrix_addition.spec.mjs:51:1 › Matrix addition with units ──────────────────── [firefox] › test_matrix_addition.spec.mjs:69:1 › Matrix addition with incompatible units ─────── [firefox] › test_matrix_addition.spec.mjs:86:1 › Test subtraction with units ─────────────────── [firefox] › test_matrix_addition.spec.mjs:112:1 › nonsquare addition ─────────────────────────── [firefox] › test_matrix_addition.spec.mjs:130:1 › Addition with literal and variable matrices ── [firefox] › test_matrix_addition.spec.mjs:150:1 › Addition with two variable matrices ────────── 4 flaky [chromium] › test_matrix_inverse.spec.mjs:132:1 › Inverse mixed symbolic units ───────────────── [firefox] › test_data_table.spec.mjs:311:1 › Test auto grow with range output ────────────────── [firefox] › test_file_save_open.spec.mjs:138:1 › Test opening file with results and syntax error [firefox] › test_matrix_multiplication.spec.mjs:243:1 › Incompatible multiplication with matrix literals and matrix multiplication operator 9 skipped 760 passed (57.0m)

Artifacts

Produced during runtime
Name Size
screenshots
14.8 MB
test-results Expired
496 MB