EVEREST-1023 EVEREST-1025 | [feat] User account management #24
dev-fe-gatekeeper.yaml
on: pull_request
Cache PNPM
22s
permission_checks
3s
Matrix: CI_checks
Merge Gatekeeper
15s
Annotations
11 errors, 12 warnings, and 1 notice
CI_checks (test)
The job was canceled because "format" failed.
|
CI_checks (test)
The operation was canceled.
|
CI_checks (build)
The job was canceled because "format" failed.
|
CI_checks (build)
The operation was canceled.
|
[teardown] › ../global.teardown.ts:21:3 › Teardown › Delete backup storage:
ui/apps/everest/.e2e/global.teardown.ts#L1
1) [teardown] › ../global.teardown.ts:21:3 › Teardown › Delete backup storage ────────────────────
Error: ENOENT: no such file or directory, open 'user.json'
|
[teardown] › ../global.teardown.ts:21:3 › Teardown › Delete backup storage:
ui/apps/everest/.e2e/global.teardown.ts#L1
1) [teardown] › ../global.teardown.ts:21:3 › Teardown › Delete backup storage ────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: ENOENT: no such file or directory, open 'user.json'
|
[teardown] › ../global.teardown.ts:21:3 › Teardown › Delete backup storage:
ui/apps/everest/.e2e/global.teardown.ts#L1
1) [teardown] › ../global.teardown.ts:21:3 › Teardown › Delete backup storage ────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: ENOENT: no such file or directory, open 'user.json'
|
[auth] › ../auth.setup.ts:20:1 › Login:
ui/apps/everest/.e2e/auth.setup.ts#L25
2) [auth] › ../auth.setup.ts:20:1 › Login ────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Create database')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Create database')
23 | await page.getByTestId('text-input-***').fill(CI_PASSWORD);
24 | await page.getByTestId('login-button').click();
> 25 | await expect(page.getByText('Create database')).toBeVisible();
| ^
26 |
27 | const origins = (await page.context().storageState()).origins;
28 | expect(origins.length).toBeGreaterThan(0);
at /home/runner/work/everest/everest/ui/apps/everest/.e2e/auth.setup.ts:25:51
|
[auth] › ../auth.setup.ts:20:1 › Login:
ui/apps/everest/.e2e/auth.setup.ts#L25
2) [auth] › ../auth.setup.ts:20:1 › Login ────────────────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Create database')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Create database')
23 | await page.getByTestId('text-input-***').fill(CI_PASSWORD);
24 | await page.getByTestId('login-button').click();
> 25 | await expect(page.getByText('Create database')).toBeVisible();
| ^
26 |
27 | const origins = (await page.context().storageState()).origins;
28 | expect(origins.length).toBeGreaterThan(0);
at /home/runner/work/everest/everest/ui/apps/everest/.e2e/auth.setup.ts:25:51
|
[auth] › ../auth.setup.ts:20:1 › Login:
ui/apps/everest/.e2e/auth.setup.ts#L25
2) [auth] › ../auth.setup.ts:20:1 › Login ────────────────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Create database')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Create database')
23 | await page.getByTestId('text-input-***').fill(CI_PASSWORD);
24 | await page.getByTestId('login-button').click();
> 25 | await expect(page.getByText('Create database')).toBeVisible();
| ^
26 |
27 | const origins = (await page.context().storageState()).origins;
28 | expect(origins.length).toBeGreaterThan(0);
at /home/runner/work/everest/everest/ui/apps/everest/.e2e/auth.setup.ts:25:51
|
e2e_execution
Process completed with exit code 1.
|
CI_checks (lint):
ui/packages/design/src/themes/base/BaseTheme.tsx#L94
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
|
CI_checks (lint):
ui/packages/ui-lib/src/table/usePersistentColumnVisibility.ts#L45
React Hook useEffect has a missing dependency: 'key'. Either include it or remove the dependency array
|
CI_checks (lint):
ui/apps/everest/src/components/protected-route/ProtectedRoute.tsx#L15
React Hook useEffect has missing dependencies: 'location.pathname' and 'setRedirectRoute'. Either include them or remove the dependency array
|
CI_checks (lint):
ui/apps/everest/src/components/schedule-form-dialog/schedule-form-wrapper/schedule-form-wrapper.tsx#L50
React Hook useEffect has missing dependencies: 'setValue' and 'trigger'. Either include them or remove the dependency array
|
CI_checks (lint):
ui/apps/everest/src/pages/database-form/database-form-body/steps/first/first-step.tsx#L131
React Hook useCallback has a missing dependency: 'setValue'. Either include it or remove the dependency array
|
CI_checks (lint):
ui/apps/everest/src/pages/database-form/database-form-body/steps/first/first-step.tsx#L146
React Hook useCallback has unnecessary dependencies: 'getValues' and 'mode'. Either exclude them or remove the dependency array
|
CI_checks (lint):
ui/apps/everest/src/pages/database-form/database-form-body/steps/first/first-step.tsx#L176
React Hook useEffect has missing dependencies: 'dbEngine', 'getFieldState', and 'mode'. Either include them or remove the dependency array
|
CI_checks (lint):
ui/apps/everest/src/pages/database-form/database-form-body/steps/first/first-step.tsx#L200
React Hook useEffect has missing dependencies: 'getFieldState', 'mode', and 'setValue'. Either include them or remove the dependency array
|
CI_checks (lint):
ui/apps/everest/src/pages/database-form/database-form-body/steps/monitoring/monitoring.tsx#L104
React Hook useEffect has missing dependencies: 'availableMonitoringInstances', 'getValues', 'mode', and 'setValue'. Either include them or remove the dependency array
|
CI_checks (lint):
ui/apps/everest/src/pages/database-form/database-form-body/steps/pitr/pitr-storage.tsx#L25
React Hook useEffect has missing dependencies: 'backupStorages' and 'setValue'. Either include them or remove the dependency array
|
CI_checks (format)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
e2e_execution
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: percona-platform/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🎭 Playwright Run Summary
2 failed
[teardown] › ../global.teardown.ts:21:3 › Teardown › Delete backup storage ─────────────────────
[auth] › ../auth.setup.ts:20:1 › Login ─────────────────────────────────────────────────────────
49 skipped
|