fix: Activate express-session middlewares for all sockets in SocketIoService #12954
ci-app-prod.yml
on: pull_request
test-prod-node18
/
build-prod
3m 38s
test-prod-node20
/
build-prod
3m 42s
test-prod-node18
/
launch-prod
1m 33s
Matrix: test-prod-node18 / run-cypress
Matrix: test-prod-node18 / run-playwright
Matrix: test-prod-node20 / run-cypress
Matrix: test-prod-node20 / run-playwright
run-reg-suit-node20
/
run-reg-suit
3m 30s
Annotations
5 errors, 12 warnings, and 14 notices
[chromium] › 20-basic-features/presentation.spec.ts:3:5 › Presentation:
apps/app/playwright/20-basic-features/presentation.spec.ts#L19
1) [chromium] › 20-basic-features/presentation.spec.ts:3:5 › Presentation ────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('application').getByRole('heading', { level: 1 })
Expected pattern: /What can you do with GROWI?/
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByRole('application').getByRole('heading', { level: 1 })
17 | // check the content of the h1
18 | await expect(page.getByRole('application').getByRole('heading', { level: 1 }))
> 19 | .toHaveText(/What can you do with GROWI?/);
| ^
20 |
21 | // forward the slide with button
22 | await page.getByRole('application').getByLabel('next slide').click();
at /__w/growi/growi/apps/app/playwright/20-basic-features/presentation.spec.ts:19:6
|
[auth] › auth.setup.ts:7:6 › Authenticate as the "admin" user:
apps/app/playwright/auth.setup.ts#L1
1) [auth] › auth.setup.ts:7:6 › Authenticate as the "admin" user ─────────────────────────────────
Test timeout of 30000ms exceeded.
|
[auth] › auth.setup.ts:7:6 › Authenticate as the "admin" user:
apps/app/playwright/utils/Login.ts#L19
1) [auth] › auth.setup.ts:7:6 › Authenticate as the "admin" user ─────────────────────────────────
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/admin" until "load"
============================================================
at utils/Login.ts:19
17 | }
18 |
> 19 | await page.waitForURL('/admin');
| ^
20 | await expect(page).toHaveTitle(/Wiki Management Homepage/);
21 |
22 | // End of authentication steps.
at login (/__w/growi/growi/apps/app/playwright/utils/Login.ts:19:14)
at /__w/growi/growi/apps/app/playwright/auth.setup.ts:8:3
|
[webkit] › 20-basic-features/presentation.spec.ts:3:5 › Presentation:
apps/app/playwright/20-basic-features/presentation.spec.ts#L19
1) [webkit] › 20-basic-features/presentation.spec.ts:3:5 › Presentation ──────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('application').getByRole('heading', { level: 1 })
Expected pattern: /What can you do with GROWI?/
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByRole('application').getByRole('heading', { level: 1 })
17 | // check the content of the h1
18 | await expect(page.getByRole('application').getByRole('heading', { level: 1 }))
> 19 | .toHaveText(/What can you do with GROWI?/);
| ^
20 |
21 | // forward the slide with button
22 | await page.getByRole('application').getByLabel('next slide').click();
at /__w/growi/growi/apps/app/playwright/20-basic-features/presentation.spec.ts:19:6
|
test-prod-node20 / run-cypress (23)
Cypress tests: 1 failed
|
test-prod-node20 / build-prod
No files were found with the provided path: apps/app/.next/analyze/client.html
apps/app/.next/analyze/server.html. No artifacts will be uploaded.
|
test-prod-node18 / build-prod
No files were found with the provided path: apps/app/.next/analyze/client.html
apps/app/.next/analyze/server.html. No artifacts will be uploaded.
|
Slow Test:
apps/app/[chromium] › 20-basic-features/access-to-page.spec.ts#L1
apps/app/[chromium] › 20-basic-features/access-to-page.spec.ts took 39.7s
|
Slow Test:
apps/app/[firefox] › 20-basic-features/use-tools.spec.ts#L1
apps/app/[firefox] › 20-basic-features/use-tools.spec.ts took 19.6s
|
Slow Test:
apps/app/[firefox] › 60-home/home.spec.ts#L1
apps/app/[firefox] › 60-home/home.spec.ts took 16.1s
|
Slow Test:
apps/app/[chromium] › 20-basic-features/use-tools.spec.ts#L1
apps/app/[chromium] › 20-basic-features/use-tools.spec.ts took 16.5s
|
Slow Test:
apps/app/[chromium] › 60-home/home.spec.ts#L1
apps/app/[chromium] › 60-home/home.spec.ts took 16.0s
|
Slow Test:
apps/app/[webkit] › 20-basic-features/use-tools.spec.ts#L1
apps/app/[webkit] › 20-basic-features/use-tools.spec.ts took 18.5s
|
Slow Test:
apps/app/[webkit] › 60-home/home.spec.ts#L1
apps/app/[webkit] › 60-home/home.spec.ts took 16.1s
|
Slow Test:
apps/app/[webkit] › 20-basic-features/access-to-page.spec.ts#L1
apps/app/[webkit] › 20-basic-features/access-to-page.spec.ts took 38.8s
|
test-prod-node20 / run-cypress (23)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: weseek/ghaction-slack-notification@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
apps/app/[firefox] › 20-basic-features/access-to-page.spec.ts#L1
apps/app/[firefox] › 20-basic-features/access-to-page.spec.ts took 41.1s
|
🎭 Playwright Run Summary
1 flaky
[chromium] › 20-basic-features/presentation.spec.ts:3:5 › Presentation ─────────────────────────
33 passed (1.8m)
|
🎭 Playwright Run Summary
1 passed (9.3s)
|
🎭 Playwright Run Summary
3 passed (11.9s)
|
🎭 Playwright Run Summary
1 flaky
[auth] › auth.setup.ts:7:6 › Authenticate as the "admin" user ──────────────────────────────────
33 passed (1.7m)
|
🎭 Playwright Run Summary
2 passed (9.7s)
|
🎭 Playwright Run Summary
2 passed (9.6s)
|
🎭 Playwright Run Summary
34 passed (1.1m)
|
🎭 Playwright Run Summary
1 passed (9.4s)
|
🎭 Playwright Run Summary
34 passed (1.1m)
|
🎭 Playwright Run Summary
2 passed (9.9s)
|
🎭 Playwright Run Summary
3 passed (12.0s)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › 20-basic-features/presentation.spec.ts:3:5 › Presentation ───────────────────────────
33 passed (1.8m)
|
🎭 Playwright Run Summary
3 passed (12.4s)
|
🎭 Playwright Run Summary
34 passed (1.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cypress-report-23
Expired
|
433 KB |
|