Parallel Smokes Tests #5248
test-smokes-parallel.yml
on: workflow_dispatch
jobs-matrix
25s
check-matrix
3s
Matrix: run-smoke-tests
Annotations
28 errors and 24 warnings
|
Running Tests buckets 06 / Run smoke (ubuntu-latest)
Process completed with exit code 1.
|
|
Running Tests buckets 09 / Run smoke (ubuntu-latest)
Process completed with exit code 1.
|
|
Running Tests buckets 02 / Run smoke (ubuntu-latest)
Process completed with exit code 1.
|
|
Running Tests buckets 10 / Run smoke (ubuntu-latest)
Process completed with exit code 1.
|
|
Running Tests buckets 07 / Run smoke (ubuntu-latest)
Process completed with exit code 1.
|
|
Running Tests buckets 04 / Run smoke (ubuntu-latest)
Process completed with exit code 1.
|
|
Running Tests buckets 05 / Run smoke (ubuntu-latest)
Process completed with exit code 1.
|
|
Running Tests buckets 08 / Run smoke (ubuntu-latest)
Process completed with exit code 1.
|
|
Running Tests buckets 01 / Run smoke (ubuntu-latest)
Process completed with exit code 1.
|
|
[webkit] › html-unified-brand.spec.ts:48:5 › Light and dark brand files:
tests/integration/playwright/tests/html-unified-brand.spec.ts#L21
8) [webkit] › html-unified-brand.spec.ts:48:5 › Light and dark brand files ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test ended.
Call log:
- waiting for locator('a.quarto-color-scheme-toggle')
- locator resolved to <a href="" class="top-right quarto-color-scheme-toggle">…</a>
- attempting click action
- waiting for element to be visible, enabled and stable
19 | await expect(linkLocatr).toHaveCSS('color', expectedColors[class_].color);
20 |
> 21 | await page.locator("a.quarto-color-scheme-toggle").click();
| ^
22 | const otherClass_ = otherClass(class_);
23 | console.assert(otherClass_ && typeof otherClass_ === 'string');
24 | await expect(linkLocatr).toHaveCSS('background-color', expectedColors[otherClass_!]['background-color']);
at check_link_colors (/home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/html-unified-brand.spec.ts:21:54)
|
|
[firefox] › html-unified-brand.spec.ts:84:5 › Unified light and dark brand inline:
tests/integration/playwright/tests/html-unified-brand.spec.ts#L18
7) [firefox] › html-unified-brand.spec.ts:84:5 › Unified light and dark brand inline ─────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCSS(expected)
Locator: locator('a[href*="example.com"]')
Expected string: "rgb(238, 255, 238)"
Received string: ""
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('a[href*="example.com"]')
16 | await expect(locatr).toHaveClass(`fullcontent ${class_}`);
17 | const linkLocatr = await page.locator('a[href*="example.com"]');
> 18 | await expect(linkLocatr).toHaveCSS('background-color', expectedColors[class_]['background-color']);
| ^
19 | await expect(linkLocatr).toHaveCSS('color', expectedColors[class_].color);
20 |
21 | await page.locator("a.quarto-color-scheme-toggle").click();
at check_link_colors (/home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/html-unified-brand.spec.ts:18:28)
|
|
[firefox] › html-unified-brand.spec.ts:84:5 › Unified light and dark brand inline:
tests/integration/playwright/tests/html-unified-brand.spec.ts#L18
7) [firefox] › html-unified-brand.spec.ts:84:5 › Unified light and dark brand inline ─────────────
Error: expect.toHaveCSS: Target page, context or browser has been closed
16 | await expect(locatr).toHaveClass(`fullcontent ${class_}`);
17 | const linkLocatr = await page.locator('a[href*="example.com"]');
> 18 | await expect(linkLocatr).toHaveCSS('background-color', expectedColors[class_]['background-color']);
| ^
19 | await expect(linkLocatr).toHaveCSS('color', expectedColors[class_].color);
20 |
21 | await page.locator("a.quarto-color-scheme-toggle").click();
at check_link_colors (/home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/html-unified-brand.spec.ts:18:28)
|
|
[firefox] › html-unified-brand.spec.ts:77:5 › Unified light and dark brand file:
tests/integration/playwright/tests/html-unified-brand.spec.ts#L18
6) [firefox] › html-unified-brand.spec.ts:77:5 › Unified light and dark brand file ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect.toHaveCSS: Target page, context or browser has been closed
16 | await expect(locatr).toHaveClass(`fullcontent ${class_}`);
17 | const linkLocatr = await page.locator('a[href*="example.com"]');
> 18 | await expect(linkLocatr).toHaveCSS('background-color', expectedColors[class_]['background-color']);
| ^
19 | await expect(linkLocatr).toHaveCSS('color', expectedColors[class_].color);
20 |
21 | await page.locator("a.quarto-color-scheme-toggle").click();
at check_link_colors (/home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/html-unified-brand.spec.ts:18:28)
|
|
[firefox] › html-unified-brand.spec.ts:77:5 › Unified light and dark brand file:
tests/integration/playwright/tests/html-unified-brand.spec.ts#L21
6) [firefox] › html-unified-brand.spec.ts:77:5 › Unified light and dark brand file ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test ended.
Call log:
- waiting for locator('a.quarto-color-scheme-toggle')
19 | await expect(linkLocatr).toHaveCSS('color', expectedColors[class_].color);
20 |
> 21 | await page.locator("a.quarto-color-scheme-toggle").click();
| ^
22 | const otherClass_ = otherClass(class_);
23 | console.assert(otherClass_ && typeof otherClass_ === 'string');
24 | await expect(linkLocatr).toHaveCSS('background-color', expectedColors[otherClass_!]['background-color']);
at check_link_colors (/home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/html-unified-brand.spec.ts:21:54)
|
|
[firefox] › html-unified-brand.spec.ts:69:5 › Dark and light brands inline:
tests/integration/playwright/tests/html-unified-brand.spec.ts#L21
5) [firefox] › html-unified-brand.spec.ts:69:5 › Dark and light brands inline ────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test ended.
Call log:
- waiting for locator('a.quarto-color-scheme-toggle')
19 | await expect(linkLocatr).toHaveCSS('color', expectedColors[class_].color);
20 |
> 21 | await page.locator("a.quarto-color-scheme-toggle").click();
| ^
22 | const otherClass_ = otherClass(class_);
23 | console.assert(otherClass_ && typeof otherClass_ === 'string');
24 | await expect(linkLocatr).toHaveCSS('background-color', expectedColors[otherClass_!]['background-color']);
at check_link_colors (/home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/html-unified-brand.spec.ts:21:54)
|
|
[firefox] › html-unified-brand.spec.ts:48:5 › Light and dark brand files:
tests/integration/playwright/tests/html-unified-brand.spec.ts#L18
2) [firefox] › html-unified-brand.spec.ts:48:5 › Light and dark brand files ──────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect.toHaveCSS: Target page, context or browser has been closed
16 | await expect(locatr).toHaveClass(`fullcontent ${class_}`);
17 | const linkLocatr = await page.locator('a[href*="example.com"]');
> 18 | await expect(linkLocatr).toHaveCSS('background-color', expectedColors[class_]['background-color']);
| ^
19 | await expect(linkLocatr).toHaveCSS('color', expectedColors[class_].color);
20 |
21 | await page.locator("a.quarto-color-scheme-toggle").click();
at check_link_colors (/home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/html-unified-brand.spec.ts:18:28)
|
|
[chromium] › html-unified-brand.spec.ts:55:5 › Light and dark brands inline:
tests/integration/playwright/tests/html-unified-brand.spec.ts#L18
1) [chromium] › html-unified-brand.spec.ts:55:5 › Light and dark brands inline ───────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCSS(expected)
Locator: locator('a[href*="example.com"]')
Expected string: "rgb(238, 255, 238)"
Received string: ""
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('a[href*="example.com"]')
16 | await expect(locatr).toHaveClass(`fullcontent ${class_}`);
17 | const linkLocatr = await page.locator('a[href*="example.com"]');
> 18 | await expect(linkLocatr).toHaveCSS('background-color', expectedColors[class_]['background-color']);
| ^
19 | await expect(linkLocatr).toHaveCSS('color', expectedColors[class_].color);
20 |
21 | await page.locator("a.quarto-color-scheme-toggle").click();
at check_link_colors (/home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/html-unified-brand.spec.ts:18:28)
|
|
Running Tests buckets 03 / Run smoke (ubuntu-latest)
expect.toHaveCSS: Target page, context or browser has been closed
|
|
Running Tests buckets 03 / Run smoke (ubuntu-latest)
expect.toHaveCSS: Target page, context or browser has been closed
|
|
Running Tests buckets 05 / Run smoke (windows-latest)
Process completed with exit code 1.
|
|
Running Tests buckets 06 / Run smoke (windows-latest)
Process completed with exit code 1.
|
|
Running Tests buckets 07 / Run smoke (windows-latest)
Process completed with exit code 1.
|
|
Running Tests buckets 09 / Run smoke (windows-latest)
Process completed with exit code 1.
|
|
Running Tests buckets 02 / Run smoke (windows-latest)
Process completed with exit code 1.
|
|
Running Tests buckets 08 / Run smoke (windows-latest)
Process completed with exit code 1.
|
|
Running Tests buckets 01 / Run smoke (windows-latest)
Process completed with exit code 1.
|
|
Running Tests buckets 04 / Run smoke (windows-latest)
Process completed with exit code 1.
|
|
Running Tests buckets 10 / Run smoke (windows-latest)
Process completed with exit code 1.
|
|
Running Tests buckets 06 / Run smoke (ubuntu-latest)
Failed to restore: getCacheEntry failed: Request timeout: /HPPkk7A2G7qgYLqlHVfm7hLDNDCuWcZMD8LMK32xhcPAT4BuaU/_apis/artifactcache/cache?keys=setup-uv-1-x86_64-unknown-linux-gnu-0.7.4-857d466ff92d6d6f072b11d0439fa1071194afe8001a2da060fac9c40a2b0212&version=6db063dfc25f608b072de08a569df17044985f859de13b9c8c29ef77309b9509
|
|
Running Tests buckets 09 / Run smoke (ubuntu-latest)
Failed to restore: getCacheEntry failed: Request timeout: /HPPkk7A2G7qgYLqlHVfm7hLDNDCuWcZMD8LMK32xhcPAT4BuaU/_apis/artifactcache/cache?keys=setup-uv-1-x86_64-unknown-linux-gnu-0.7.4-857d466ff92d6d6f072b11d0439fa1071194afe8001a2da060fac9c40a2b0212&version=6db063dfc25f608b072de08a569df17044985f859de13b9c8c29ef77309b9509
|
|
Running Tests buckets 02 / Run smoke (ubuntu-latest)
Failed to restore: getCacheEntry failed: Request timeout: /HPPkk7A2G7qgYLqlHVfm7hLDNDCuWcZMD8LMK32xhcPAT4BuaU/_apis/artifactcache/cache?keys=setup-uv-1-x86_64-unknown-linux-gnu-0.7.4-857d466ff92d6d6f072b11d0439fa1071194afe8001a2da060fac9c40a2b0212&version=6db063dfc25f608b072de08a569df17044985f859de13b9c8c29ef77309b9509
|
|
Running Tests buckets 10 / Run smoke (ubuntu-latest)
Failed to restore: getCacheEntry failed: Request timeout: /HPPkk7A2G7qgYLqlHVfm7hLDNDCuWcZMD8LMK32xhcPAT4BuaU/_apis/artifactcache/cache?keys=setup-uv-1-x86_64-unknown-linux-gnu-0.7.4-857d466ff92d6d6f072b11d0439fa1071194afe8001a2da060fac9c40a2b0212&version=6db063dfc25f608b072de08a569df17044985f859de13b9c8c29ef77309b9509
|
|
Running Tests buckets 07 / Run smoke (ubuntu-latest)
Failed to restore: getCacheEntry failed: Request timeout: /HPPkk7A2G7qgYLqlHVfm7hLDNDCuWcZMD8LMK32xhcPAT4BuaU/_apis/artifactcache/cache?keys=setup-uv-1-x86_64-unknown-linux-gnu-0.7.4-857d466ff92d6d6f072b11d0439fa1071194afe8001a2da060fac9c40a2b0212&version=6db063dfc25f608b072de08a569df17044985f859de13b9c8c29ef77309b9509
|
|
Running Tests buckets 04 / Run smoke (ubuntu-latest)
Failed to restore: getCacheEntry failed: Request timeout: /HPPkk7A2G7qgYLqlHVfm7hLDNDCuWcZMD8LMK32xhcPAT4BuaU/_apis/artifactcache/cache?keys=setup-uv-1-x86_64-unknown-linux-gnu-0.7.4-857d466ff92d6d6f072b11d0439fa1071194afe8001a2da060fac9c40a2b0212&version=6db063dfc25f608b072de08a569df17044985f859de13b9c8c29ef77309b9509
|
|
Running Tests buckets 05 / Run smoke (ubuntu-latest)
Failed to restore: getCacheEntry failed: Request timeout: /HPPkk7A2G7qgYLqlHVfm7hLDNDCuWcZMD8LMK32xhcPAT4BuaU/_apis/artifactcache/cache?keys=setup-uv-1-x86_64-unknown-linux-gnu-0.7.4-857d466ff92d6d6f072b11d0439fa1071194afe8001a2da060fac9c40a2b0212&version=6db063dfc25f608b072de08a569df17044985f859de13b9c8c29ef77309b9509
|
|
Running Tests buckets 08 / Run smoke (ubuntu-latest)
Failed to restore: getCacheEntry failed: Request timeout: /HPPkk7A2G7qgYLqlHVfm7hLDNDCuWcZMD8LMK32xhcPAT4BuaU/_apis/artifactcache/cache?keys=setup-uv-1-x86_64-unknown-linux-gnu-0.7.4-857d466ff92d6d6f072b11d0439fa1071194afe8001a2da060fac9c40a2b0212&version=6db063dfc25f608b072de08a569df17044985f859de13b9c8c29ef77309b9509
|
|
Running Tests buckets 03 / Run smoke (windows-latest)
Failed to save: reserveCache failed: Request timeout: /HPPkk7A2G7qgYLqlHVfm7hLDNDCuWcZMD8LMK32xhcPAT4BuaU/_apis/artifactcache/caches
|
|
Running Tests buckets 03 / Run smoke (windows-latest)
Failed to restore: getCacheEntry failed: Request timeout: /HPPkk7A2G7qgYLqlHVfm7hLDNDCuWcZMD8LMK32xhcPAT4BuaU/_apis/artifactcache/cache?keys=setup-uv-1-x86_64-pc-windows-msvc-0.7.4-206a139118523c1c6a864fa026021ee45fff54b2a57a32ad006338b4ce923f3a&version=aa3e39b6835cb69af9f77bc24a566f9769f0c9d494315fa4dc7a13222f544ee8
|
|
Running Tests buckets 01 / Run smoke (ubuntu-latest)
variable used before declaration
|
|
Running Tests buckets 01 / Run smoke (ubuntu-latest)
Failed to restore: getCacheEntry failed: Request timeout: /HPPkk7A2G7qgYLqlHVfm7hLDNDCuWcZMD8LMK32xhcPAT4BuaU/_apis/artifactcache/cache?keys=setup-uv-1-x86_64-unknown-linux-gnu-0.7.4-857d466ff92d6d6f072b11d0439fa1071194afe8001a2da060fac9c40a2b0212&version=6db063dfc25f608b072de08a569df17044985f859de13b9c8c29ef77309b9509
|
|
Slow Test:
tests/integration/playwright/[firefox] › blog-simple-blog.spec.ts#L0
tests/integration/playwright/[firefox] › blog-simple-blog.spec.ts took 15.8s
|
|
Running Tests buckets 03 / Run smoke (ubuntu-latest)
Failed to restore: getCacheEntry failed: Request timeout: /HPPkk7A2G7qgYLqlHVfm7hLDNDCuWcZMD8LMK32xhcPAT4BuaU/_apis/artifactcache/cache?keys=setup-uv-1-x86_64-unknown-linux-gnu-0.7.4-857d466ff92d6d6f072b11d0439fa1071194afe8001a2da060fac9c40a2b0212&version=6db063dfc25f608b072de08a569df17044985f859de13b9c8c29ef77309b9509
|
|
Running Tests buckets 05 / Run smoke (windows-latest)
Failed to restore: getCacheEntry failed: Request timeout: /HPPkk7A2G7qgYLqlHVfm7hLDNDCuWcZMD8LMK32xhcPAT4BuaU/_apis/artifactcache/cache?keys=setup-uv-1-x86_64-pc-windows-msvc-0.7.4-206a139118523c1c6a864fa026021ee45fff54b2a57a32ad006338b4ce923f3a&version=aa3e39b6835cb69af9f77bc24a566f9769f0c9d494315fa4dc7a13222f544ee8
|
|
Running Tests buckets 06 / Run smoke (windows-latest)
Failed to restore: getCacheEntry failed: Request timeout: /HPPkk7A2G7qgYLqlHVfm7hLDNDCuWcZMD8LMK32xhcPAT4BuaU/_apis/artifactcache/cache?keys=setup-uv-1-x86_64-pc-windows-msvc-0.7.4-206a139118523c1c6a864fa026021ee45fff54b2a57a32ad006338b4ce923f3a&version=aa3e39b6835cb69af9f77bc24a566f9769f0c9d494315fa4dc7a13222f544ee8
|
|
Running Tests buckets 07 / Run smoke (windows-latest)
Failed to restore: getCacheEntry failed: Request timeout: /HPPkk7A2G7qgYLqlHVfm7hLDNDCuWcZMD8LMK32xhcPAT4BuaU/_apis/artifactcache/cache?keys=setup-uv-1-x86_64-pc-windows-msvc-0.7.4-206a139118523c1c6a864fa026021ee45fff54b2a57a32ad006338b4ce923f3a&version=aa3e39b6835cb69af9f77bc24a566f9769f0c9d494315fa4dc7a13222f544ee8
|
|
Running Tests buckets 09 / Run smoke (windows-latest)
Failed to restore: getCacheEntry failed: Request timeout: /HPPkk7A2G7qgYLqlHVfm7hLDNDCuWcZMD8LMK32xhcPAT4BuaU/_apis/artifactcache/cache?keys=setup-uv-1-x86_64-pc-windows-msvc-0.7.4-206a139118523c1c6a864fa026021ee45fff54b2a57a32ad006338b4ce923f3a&version=aa3e39b6835cb69af9f77bc24a566f9769f0c9d494315fa4dc7a13222f544ee8
|
|
Running Tests buckets 02 / Run smoke (windows-latest)
Failed to restore: getCacheEntry failed: Request timeout: /HPPkk7A2G7qgYLqlHVfm7hLDNDCuWcZMD8LMK32xhcPAT4BuaU/_apis/artifactcache/cache?keys=setup-uv-1-x86_64-pc-windows-msvc-0.7.4-206a139118523c1c6a864fa026021ee45fff54b2a57a32ad006338b4ce923f3a&version=aa3e39b6835cb69af9f77bc24a566f9769f0c9d494315fa4dc7a13222f544ee8
|
|
Running Tests buckets 08 / Run smoke (windows-latest)
Failed to restore: getCacheEntry failed: Request timeout: /HPPkk7A2G7qgYLqlHVfm7hLDNDCuWcZMD8LMK32xhcPAT4BuaU/_apis/artifactcache/cache?keys=setup-uv-1-x86_64-pc-windows-msvc-0.7.4-206a139118523c1c6a864fa026021ee45fff54b2a57a32ad006338b4ce923f3a&version=aa3e39b6835cb69af9f77bc24a566f9769f0c9d494315fa4dc7a13222f544ee8
|
|
Running Tests buckets 01 / Run smoke (windows-latest)
variable used before declaration
|
|
Running Tests buckets 01 / Run smoke (windows-latest)
Failed to restore: getCacheEntry failed: Request timeout: /HPPkk7A2G7qgYLqlHVfm7hLDNDCuWcZMD8LMK32xhcPAT4BuaU/_apis/artifactcache/cache?keys=setup-uv-1-x86_64-pc-windows-msvc-0.7.4-206a139118523c1c6a864fa026021ee45fff54b2a57a32ad006338b4ce923f3a&version=aa3e39b6835cb69af9f77bc24a566f9769f0c9d494315fa4dc7a13222f544ee8
|
|
Running Tests buckets 04 / Run smoke (windows-latest)
Failed to restore: getCacheEntry failed: Request timeout: /HPPkk7A2G7qgYLqlHVfm7hLDNDCuWcZMD8LMK32xhcPAT4BuaU/_apis/artifactcache/cache?keys=setup-uv-1-x86_64-pc-windows-msvc-0.7.4-206a139118523c1c6a864fa026021ee45fff54b2a57a32ad006338b4ce923f3a&version=aa3e39b6835cb69af9f77bc24a566f9769f0c9d494315fa4dc7a13222f544ee8
|
|
Running Tests buckets 10 / Run smoke (windows-latest)
Failed to restore: getCacheEntry failed: Request timeout: /HPPkk7A2G7qgYLqlHVfm7hLDNDCuWcZMD8LMK32xhcPAT4BuaU/_apis/artifactcache/cache?keys=setup-uv-1-x86_64-pc-windows-msvc-0.7.4-206a139118523c1c6a864fa026021ee45fff54b2a57a32ad006338b4ce923f3a&version=aa3e39b6835cb69af9f77bc24a566f9769f0c9d494315fa4dc7a13222f544ee8
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
5.9 MB |
sha256:02f3da5321d1315545d8f6df19b64a8f0406c7a08f7e3b62a0f64148f5ff9680
|
|