Add keepalive absence detection in the client #22985
Triggered via pull request
February 15, 2025 01:29
Status
Failure
Total duration
14m 59s
Artifacts
–
ci.yml
on: pull_request
dispatch
4s
Matrix: rust / test-rust-non-linux
python
/
(🐧 Linux only): 🐍 Python server tests
3m 46s
rust
/
🐧 Linux: 🦀 Rust tests
2m 24s
web
/
🌐 Web tests
14m 28s
docs
/
Build & Check documentations
⭐ CI is happy ⭐
0s
Annotations
3 errors, 3 warnings, and 1 notice
rust / 🐧 Linux: 🦀 Rust tests
Process completed with exit code 100.
|
[Google Chrome] › specs/file_viewers_pdf.spec.ts:135:1 › PDF viewer: zoom:
client/tests/e2e/specs/file_viewers_pdf.spec.ts#L155
1) [Google Chrome] › specs/file_viewers_pdf.spec.ts:135:1 › PDF viewer: zoom ─────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('.file-viewer-wrapper').locator('.pdf-container').locator('canvas').first()
Expected string: "0px"
Received string: "842px"
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('.file-viewer-wrapper').locator('.pdf-container').locator('canvas').first()
- locator resolved to <canvas width="596" height="842" class="canvas" data-v-3…></canvas>
- unexpected value "842px"
- locator resolved to <canvas width="596" height="842" class="canvas" data-v-3…></canvas>
- unexpected value "842px"
- locator resolved to <canvas width="596" height="842" class="canvas" data-v-3…></canvas>
- unexpected value "842px"
- locator resolved to <canvas width="596" height="842" class="canvas" data-v-3…></canvas>
- unexpected value "842px"
- locator resolved to <canvas width="596" height="842" class="canvas" data-v-3…></canvas>
- unexpected value "842px"
- locator resolved to <canvas width="596" height="842" class="canvas" data-v-3…></canvas>
- unexpected value "842px"
- locator resolved to <canvas width="596" height="842" class="canvas" data-v-3…></canvas>
- unexpected value "842px"
- locator resolved to <canvas width="596" height="842" class="canvas" data-v-3…></canvas>
- unexpected value "842px"
- locator resolved to <canvas width="596" height="842" class="canvas" data-v-3…></canvas>
- unexpected value "842px"
153 | if ((await page.getAttribute('data-canvas-state')) !== CanvasStates.Failed) {
154 | await expect(page).toHaveCSS('width', `${Math.floor((initialWidth * expectedZoomLevel) / 100)}px`);
> 155 | await expect(page).toHaveCSS('height', `${Math.floor((initialHeight * expectedZoomLevel) / 100)}px`);
| ^
156 | }
157 | }
158 | }
at expectZoomLevel (/home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/specs/file_viewers_pdf.spec.ts:155:28)
at /home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/specs/file_viewers_pdf.spec.ts:160:3
|
⭐ CI is happy ⭐
Process completed with exit code 1.
|
python / (🐧 Linux only): 🐍 Python server tests
Cache not found for keys: libparsec-'ubuntu'-'22.04'-25d4221740fd9b66f3ea70193323ac066f983e1e28661ba26c7c79d1a1e20cba-no-bundle-extra-shared-libraries
|
Slow Test:
client/[Google Chrome] › specs/export_recovery_device.spec.ts#L1
client/[Google Chrome] › specs/export_recovery_device.spec.ts took 15.7s
|
web / 🌐 Web tests
Cache not found for keys: web-10b9badf124f6b1009c4c73efb1f6a337046eee1c5d7b74f682da46acc755691-libparsec
|
🎭 Playwright Run Summary
1 flaky
[Google Chrome] › specs/file_viewers_pdf.spec.ts:135:1 › PDF viewer: zoom ──────────────────────
258 passed (10.2m)
|