This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
Bump eslint-plugin-playwright from 0.20.0 to 0.21.0 in /api-tests #1772
Annotations
7 errors, 1 warning, and 1 notice
Provision monitoring
Process completed with exit code 1.
|
Run integration tests:
api-tests/tests/monitoring-instances.spec.ts#L162
1) [api] › monitoring-instances.spec.ts:150:5 › patch monitoring instance ────────────────────────
Error: expect(received).toBeTruthy()
Received: false
160 | const updated = await request.patch(`/v1/monitoring-instances/${name}`, { data: patchData })
161 |
> 162 | expect(updated.ok()).toBeTruthy()
| ^
163 | const getJson = await updated.json()
164 |
165 | expect(getJson.url).toBe(patchData.url)
at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/monitoring-instances.spec.ts:162:24
|
Run integration tests:
api-tests/tests/monitoring-instances.spec.ts#L310
2) [api] › monitoring-instances.spec.ts:212:5 › patch monitoring instance type fails on missing key
Error: expect(received).toBeTruthy()
Received: false
308 | const response = await request.post('/v1/monitoring-instances', { data })
309 |
> 310 | expect(response.ok()).toBeTruthy()
| ^
311 | }
312 |
313 | return res
at createInstances (/home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/monitoring-instances.spec.ts:310:27)
at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/monitoring-instances.spec.ts:213:17
|
Run integration tests:
api-tests/tests/psmdb-clusters.spec.ts#L1
3) [api] › psmdb-clusters.spec.ts:189:5 › expose psmdb cluster on EKS to the public internet and scale up
Test timeout of 30000ms exceeded.
|
Run integration tests:
api-tests/tests/psmdb-clusters.spec.ts#L223
3) [api] › psmdb-clusters.spec.ts:189:5 › expose psmdb cluster on EKS to the public internet and scale up
Error: page.waitForTimeout: Test timeout of 30000ms exceeded.
221 | })
222 | for (let i = 0; i < 15; i++) {
> 223 | await page.waitForTimeout(2000)
| ^
224 |
225 | const psmdbCluster = await request.get(`/v1/database-clusters/${clusterName}`)
226 |
at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/psmdb-clusters.spec.ts:223:16
|
Run integration tests:
api-tests/tests/psmdb-clusters.spec.ts#L1
3) [api] › psmdb-clusters.spec.ts:189:5 › expose psmdb cluster on EKS to the public internet and scale up
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run integration tests:
api-tests/tests/psmdb-clusters.spec.ts#L223
3) [api] › psmdb-clusters.spec.ts:189:5 › expose psmdb cluster on EKS to the public internet and scale up
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForTimeout: Test timeout of 30000ms exceeded.
221 | })
222 | for (let i = 0; i < 15; i++) {
> 223 | await page.waitForTimeout(2000)
| ^
224 |
225 | const psmdbCluster = await request.get(`/v1/database-clusters/${clusterName}`)
226 |
at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/psmdb-clusters.spec.ts:223:16
|
Set up Go release
Restore cache failed: Dependencies file is not found in /home/runner/work/percona-everest-backend/percona-everest-backend. Supported file pattern: go.sum
|
Run integration tests
3 flaky
[api] › monitoring-instances.spec.ts:150:5 › patch monitoring instance ─────────────────────────
[api] › monitoring-instances.spec.ts:212:5 › patch monitoring instance type fails on missing key
[api] › psmdb-clusters.spec.ts:189:5 › expose psmdb cluster on EKS to the public internet and scale up
50 passed (1.8m)
|
The logs for this run have expired and are no longer available.
Loading