This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
EVEREST-832 Fix access to namespaces #1993
Annotations
4 errors, 2 warnings, and 1 notice
Run integration tests:
api-tests/tests/psmdb-clusters.spec.ts#L1
1) [api] › psmdb-clusters.spec.ts:192: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#L227
1) [api] › psmdb-clusters.spec.ts:192:5 › expose psmdb cluster on EKS to the public internet and scale up
Error: page.waitForTimeout: Test timeout of 30000ms exceeded.
225 | })
226 | for (let i = 0; i < 15; i++) {
> 227 | await page.waitForTimeout(2000)
| ^
228 |
229 | const psmdbCluster = await request.get(`/v1/namespaces/${testsNs}/database-clusters/${clusterName}`)
230 |
at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/psmdb-clusters.spec.ts:227:16
|
Run integration tests:
api-tests/tests/psmdb-clusters.spec.ts#L1
1) [api] › psmdb-clusters.spec.ts:192: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#L227
1) [api] › psmdb-clusters.spec.ts:192:5 › expose psmdb cluster on EKS to the public internet and scale up
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForTimeout: Test timeout of 30000ms exceeded.
225 | })
226 | for (let i = 0; i < 15; i++) {
> 227 | await page.waitForTimeout(2000)
| ^
228 |
229 | const psmdbCluster = await request.get(`/v1/namespaces/${testsNs}/database-clusters/${clusterName}`)
230 |
at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/psmdb-clusters.spec.ts:227:16
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: percona-platform/setup-go@v4, percona-platform/cache@v3, medyagh/setup-minikube@latest. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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
1 flaky
[api] › psmdb-clusters.spec.ts:192:5 › expose psmdb cluster on EKS to the public internet and scale up
51 passed (1.8m)
|
The logs for this run have expired and are no longer available.
Loading