EVEREST-1583 fix stuck restores (#809) #2685
Annotations
2 errors, 2 warnings, and 1 notice
Run integration tests:
api-tests/tests/database-cluster-backups.spec.ts#L1
1) [api] › database-cluster-backups.spec.ts:85:5 › list backups ──────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run integration tests:
api-tests/tests/helpers.ts#L95
1) [api] › database-cluster-backups.spec.ts:85:5 › list backups ──────────────────────────────────
Error: apiRequestContext.delete: Target page, context or browser has been closed
Call log:
- → DELETE http://127.0.0.1:8080/v1/namespaces/everest/backup-storages/storage-t02
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.29 Safari/537.36
- accept: application/json
- accept-encoding: gzip,deflate,br
- Content-Type: application/json
- Authorization: ***
at helpers.ts:95
93 | }
94 | for (let i = 0; i < 100; i++) {
> 95 | res = await request.delete(`/v1/namespaces/${namespace}/backup-storages/${name}`)
| ^
96 | if (res.ok()) {
97 | break;
98 | }
at Object.deleteBackupStorage (/home/runner/work/everest/everest/api-tests/tests/helpers.ts:95:31)
at /home/runner/work/everest/everest/api-tests/tests/database-cluster-backups.spec.ts:151:3
|
The following actions use a deprecated Node.js version and will be forced to run on node20: percona-platform/setup-go@v4, percona-platform/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Set up Go release
Restore cache failed: Dependencies file is not found in /home/runner/work/everest/everest. Supported file pattern: go.sum
|
Run integration tests
1 flaky
[api] › database-cluster-backups.spec.ts:85:5 › list backups ───────────────────────────────────
52 passed (3.1m)
|
Loading