Remove s3 dependency (#323) #87
Annotations
3 errors, 1 warning, and 1 notice
Run integration tests:
ui/apps/everest/.e2e/utils/db-cluster.ts#L126
1) [Chrome Stable] › ../db-cluster/db-wizard/edit-db-cluster/schedules-step.e2e.ts:57:3 › DB Cluster Editing Backups Step › Add schedule to database with no schedule during editing in dbWizard
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at ../utils/db-cluster.ts:126
124 | );
125 |
> 126 | expect(response.ok()).toBeTruthy();
| ^
127 | };
128 |
129 | export const deleteDbClusterFn = async (
at createDbClusterFn (/home/runner/work/everest/everest/ui/apps/everest/.e2e/utils/db-cluster.ts:126:25)
at /home/runner/work/everest/everest/ui/apps/everest/.e2e/db-cluster/db-wizard/edit-db-cluster/schedules-step.e2e.ts:41:5
|
Run integration tests:
ui/apps/everest/.e2e/utils/db-cluster.ts#L126
1) [Chrome Stable] › ../db-cluster/db-wizard/edit-db-cluster/schedules-step.e2e.ts:57:3 › DB Cluster Editing Backups Step › Add schedule to database with no schedule during editing in dbWizard
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at ../utils/db-cluster.ts:126
124 | );
125 |
> 126 | expect(response.ok()).toBeTruthy();
| ^
127 | };
128 |
129 | export const deleteDbClusterFn = async (
at createDbClusterFn (/home/runner/work/everest/everest/ui/apps/everest/.e2e/utils/db-cluster.ts:126:25)
at /home/runner/work/everest/everest/ui/apps/everest/.e2e/db-cluster/db-wizard/edit-db-cluster/schedules-step.e2e.ts:41:5
|
Run integration tests:
ui/apps/everest/.e2e/db-cluster/db-wizard/edit-db-cluster/edit-db-cluster.utils.ts#L28
2) [Chrome Stable] › ../db-cluster/db-wizard/edit-db-cluster/schedules-step.e2e.ts:89:3 › DB Cluster Editing Backups Step › Adding multi schedules during dbWizard editing
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Your database is being updated')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Your database is being updated')
at ../db-cluster/db-wizard/edit-db-cluster/edit-db-cluster.utils.ts:28
26 |
27 | export const checkSuccessOfUpdateAndGoToDbClustersList = async (page: Page) => {
> 28 | await expect(page.getByText('Your database is being updated')).toBeVisible();
| ^
29 | const goToDbClustersButton = page.getByTestId('db-wizard-goto-db-clusters');
30 | await expect(goToDbClustersButton).not.toBeDisabled();
31 | await goToDbClustersButton.click();
at checkSuccessOfUpdateAndGoToDbClustersList (/home/runner/work/everest/everest/ui/apps/everest/.e2e/db-cluster/db-wizard/edit-db-cluster/edit-db-cluster.utils.ts:28:66)
at /home/runner/work/everest/everest/ui/apps/everest/.e2e/db-cluster/db-wizard/edit-db-cluster/schedules-step.e2e.ts:105:11
|
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/.
|
Run integration tests
2 flaky
[Chrome Stable] › ../db-cluster/db-wizard/edit-db-cluster/schedules-step.e2e.ts:57:3 › DB Cluster Editing Backups Step › Add schedule to database with no schedule during editing in dbWizard
[Chrome Stable] › ../db-cluster/db-wizard/edit-db-cluster/schedules-step.e2e.ts:89:3 › DB Cluster Editing Backups Step › Adding multi schedules during dbWizard editing
10 skipped
39 passed (2.5m)
|
Loading