chore(deps): bump github.com/getkin/kin-openapi from 0.124.0 to 0.126… #1786
Annotations
10 errors, 2 warnings, and 1 notice
api-tests/tests/helpers.ts#L15
1) [api] › database-cluster-backups.spec.ts:19:5 › create/delete database cluster backups ────────
Error: expect(received).toBeTruthy()
Received: false
at helpers.ts:15
13 | console.log(`${response.url()}: `, await response.json());
14 | }
> 15 | expect(response.ok()).toBeTruthy()
| ^
16 | }
17 |
18 | export const testsNs = 'everest'
at checkError (/home/runner/work/everest/everest/api-tests/tests/helpers.ts:15:25)
at Object.deleteBackupStorage (/home/runner/work/everest/everest/api-tests/tests/helpers.ts:92:3)
at /home/runner/work/everest/everest/api-tests/tests/database-cluster-backups.spec.ts:54:3
|
api-tests/tests/helpers.ts#L15
1) [api] › database-cluster-backups.spec.ts:19:5 › create/delete database cluster backups ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at helpers.ts:15
13 | console.log(`${response.url()}: `, await response.json());
14 | }
> 15 | expect(response.ok()).toBeTruthy()
| ^
16 | }
17 |
18 | export const testsNs = 'everest'
at checkError (/home/runner/work/everest/everest/api-tests/tests/helpers.ts:15:25)
at Object.deleteBackupStorage (/home/runner/work/everest/everest/api-tests/tests/helpers.ts:92:3)
at /home/runner/work/everest/everest/api-tests/tests/database-cluster-backups.spec.ts:54:3
|
api-tests/tests/helpers.ts#L15
1) [api] › database-cluster-backups.spec.ts:19:5 › create/delete database cluster backups ────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at helpers.ts:15
13 | console.log(`${response.url()}: `, await response.json());
14 | }
> 15 | expect(response.ok()).toBeTruthy()
| ^
16 | }
17 |
18 | export const testsNs = 'everest'
at checkError (/home/runner/work/everest/everest/api-tests/tests/helpers.ts:15:25)
at Object.deleteBackupStorage (/home/runner/work/everest/everest/api-tests/tests/helpers.ts:92:3)
at /home/runner/work/everest/everest/api-tests/tests/database-cluster-backups.spec.ts:54:3
|
api-tests/tests/psmdb-clusters.spec.ts#L1
2) [api] › psmdb-clusters.spec.ts:186:5 › expose psmdb cluster on EKS to the public internet and scale up
Test timeout of 30000ms exceeded.
|
api-tests/tests/psmdb-clusters.spec.ts#L223
2) [api] › psmdb-clusters.spec.ts:186:5 › expose psmdb cluster on EKS to the public internet and scale up
Error: apiRequestContext.get: Target page, context or browser has been closed
Call log:
- → GET http://127.0.0.1:8080/v1/namespaces/everest/database-clusters/eks-psmdb
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.26 Safari/537.36
- accept: application/json
- accept-encoding: gzip,deflate,br
- Content-Type: application/json
- Authorization: ***
221 | await page.waitForTimeout(2000)
222 |
> 223 | const psmdbCluster = await request.get(`/v1/namespaces/${testsNs}/database-clusters/${clusterName}`)
| ^
224 |
225 | await checkError(psmdbCluster)
226 |
at /home/runner/work/everest/everest/api-tests/tests/psmdb-clusters.spec.ts:223:40
|
api-tests/tests/psmdb-clusters.spec.ts#L1
2) [api] › psmdb-clusters.spec.ts:186:5 › expose psmdb cluster on EKS to the public internet and scale up
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
api-tests/tests/psmdb-clusters.spec.ts#L221
2) [api] › psmdb-clusters.spec.ts:186:5 › expose psmdb cluster on EKS to the public internet and scale up
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForTimeout: Test timeout of 30000ms exceeded.
219 | })
220 | for (let i = 0; i < 15; i++) {
> 221 | await page.waitForTimeout(2000)
| ^
222 |
223 | const psmdbCluster = await request.get(`/v1/namespaces/${testsNs}/database-clusters/${clusterName}`)
224 |
at /home/runner/work/everest/everest/api-tests/tests/psmdb-clusters.spec.ts:221:16
|
api-tests/tests/psmdb-clusters.spec.ts#L1
2) [api] › psmdb-clusters.spec.ts:186:5 › expose psmdb cluster on EKS to the public internet and scale up
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
api-tests/tests/psmdb-clusters.spec.ts#L221
2) [api] › psmdb-clusters.spec.ts:186:5 › expose psmdb cluster on EKS to the public internet and scale up
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForTimeout: Test timeout of 30000ms exceeded.
219 | })
220 | for (let i = 0; i < 15; i++) {
> 221 | await page.waitForTimeout(2000)
| ^
222 |
223 | const psmdbCluster = await request.get(`/v1/namespaces/${testsNs}/database-clusters/${clusterName}`)
224 |
at /home/runner/work/everest/everest/api-tests/tests/psmdb-clusters.spec.ts:221:16
|
api-tests/tests/backup-storages.spec.ts#L237
3) [api] › backup-storages.spec.ts:165:5 › create backup storage failures ────────────────────────
Error: expect(received).toMatch(expected)
Expected substring: "'name' is not RFC 1035 compatible"
Received string: "Backup storages with the same url, bucket and url are not allowed"
235 |
236 | expect(response.status()).toBe(400)
> 237 | expect((await response.json()).message).toMatch(testCase.errorText)
| ^
238 | }
239 | })
240 |
at /home/runner/work/everest/everest/api-tests/tests/backup-storages.spec.ts:237:49
|
The following actions uses Node.js version which is deprecated 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/
|
|
2 failed
[api] › database-cluster-backups.spec.ts:19:5 › create/delete database cluster backups ─────────
[api] › psmdb-clusters.spec.ts:186:5 › expose psmdb cluster on EKS to the public internet and scale up
4 flaky
[api] › backup-storages.spec.ts:165:5 › create backup storage failures ─────────────────────────
[api] › database-cluster-restores.spec.ts:167:5 › create restore: validation errors ────────────
[api] › pxc-clusters.spec.ts:37:5 › create/edit/delete pxc single node cluster ─────────────────
[api] › pxc-clusters.spec.ts:125:5 › expose pxc cluster after creation ─────────────────────────
47 passed (2.2m)
|
The logs for this run have expired and are no longer available.
Loading