fix: Regaining lost backward compatibility for MongoDB 4.4 #12970
ci-app-prod.yml
on: pull_request
test-prod-node18
/
build-prod
3m 55s
test-prod-node20
/
build-prod
3m 42s
test-prod-node18
/
launch-prod
1m 37s
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 35s
Annotations
8 errors, 12 warnings, and 14 notices
test-prod-node20 / run-cypress (23)
Cypress tests: 1 failed
|
[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
|
[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
|
[firefox] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments:
apps/app/playwright/20-basic-features/comments.spec.ts#L1
2) [firefox] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ─────────────
Test timeout of 30000ms exceeded.
|
[firefox] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments:
apps/app/playwright/20-basic-features/comments.spec.ts#L32
2) [firefox] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ─────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByTestId('comment-submit-button').first()
- locator resolved to <button type="button" class="btn btn-primary" data-testid="comment-submit-button">Commment</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- element was detached from the DOM, retrying
30 | await page.getByTestId('comment-reply-button').click();
31 | await page.locator('.cm-content').fill(commentText);
> 32 | await page.getByTestId('comment-submit-button').first().click();
| ^
33 |
34 | await expect(page.locator('.page-comment-body').nth(1)).toHaveText(commentText);
35 | await expect(page.getByTestId('page-comment-button').locator('.grw-count-badge')).toHaveText('2');
at /__w/growi/growi/apps/app/playwright/20-basic-features/comments.spec.ts:32:59
|
[firefox] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments:
apps/app/playwright/20-basic-features/comments.spec.ts#L1
2) [firefox] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ─────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[firefox] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments:
apps/app/playwright/20-basic-features/comments.spec.ts#L31
2) [firefox] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ─────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.cm-content')
29 | await page.getByTestId('page-comment-button').click();
30 | await page.getByTestId('comment-reply-button').click();
> 31 | await page.locator('.cm-content').fill(commentText);
| ^
32 | await page.getByTestId('comment-submit-button').first().click();
33 |
34 | await expect(page.locator('.page-comment-body').nth(1)).toHaveText(commentText);
at /__w/growi/growi/apps/app/playwright/20-basic-features/comments.spec.ts:31:37
|
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.
|
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/[webkit] › 60-home/home.spec.ts#L1
apps/app/[webkit] › 60-home/home.spec.ts took 17.9s
|
Slow Test:
apps/app/[webkit] › 20-basic-features/use-tools.spec.ts#L1
apps/app/[webkit] › 20-basic-features/use-tools.spec.ts took 16.6s
|
Slow Test:
apps/app/[firefox] › 20-basic-features/use-tools.spec.ts#L1
apps/app/[firefox] › 20-basic-features/use-tools.spec.ts took 17.5s
|
Slow Test:
apps/app/[firefox] › 60-home/home.spec.ts#L1
apps/app/[firefox] › 60-home/home.spec.ts took 16.9s
|
Slow Test:
apps/app/[chromium] › 20-basic-features/use-tools.spec.ts#L1
apps/app/[chromium] › 20-basic-features/use-tools.spec.ts took 17.8s
|
Slow Test:
apps/app/[chromium] › 60-home/home.spec.ts#L1
apps/app/[chromium] › 60-home/home.spec.ts took 16.3s
|
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 38.4s
|
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 39.5s
|
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 42.7s
|
🎭 Playwright Run Summary
34 passed (1.1m)
|
🎭 Playwright Run Summary
2 passed (10.1s)
|
🎭 Playwright Run Summary
34 passed (1.2m)
|
🎭 Playwright Run Summary
2 passed (10.5s)
|
🎭 Playwright Run Summary
2 passed (9.7s)
|
🎭 Playwright Run Summary
34 passed (1.1m)
|
🎭 Playwright Run Summary
1 passed (9.2s)
|
🎭 Playwright Run Summary
34 passed (1.6m)
|
🎭 Playwright Run Summary
1 passed (9.4s)
|
🎭 Playwright Run Summary
3 passed (12.2s)
|
🎭 Playwright Run Summary
3 passed (11.9s)
|
🎭 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.3s)
|
🎭 Playwright Run Summary
2 flaky
[auth] › auth.setup.ts:7:6 › Authenticate as the "admin" user ──────────────────────────────────
[firefox] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ──────────────
32 passed (3.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Production Files (node18.x)
Expired
|
115 MB |
|
Production Files (node20.x)
Expired
|
117 MB |
|
cypress-report-21
Expired
|
28.6 KB |
|
cypress-report-23
Expired
|
429 KB |
|
cypress-report-30
Expired
|
3.02 MB |
|
cypress-report-50
Expired
|
1.47 MB |
|