EVEREST-107 | API server code refactor & RBAC unit tests #3313
dev-be-ci.yaml
on: pull_request
Matrix: Check
Matrix: API Integration Tests
Matrix: CLI Integration Tests
Matrix: CLI tests
Matrix: Test
Merge Gatekeeper
14s
Annotations
8 errors, 22 warnings, and 7 notices
Check (1.23.x, false)
Process completed with exit code 1.
|
Test (1.23.x, false)
Process completed with exit code 1.
|
[api] › database-engines.spec.ts:19:5 › check operators are installed:
api-tests/tests/database-engines.spec.ts#L28
1) [api] › database-engines.spec.ts:19:5 › check operators are installed ─────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "installed"
Received: "installing"
26 | .filter((engine) => engine.spec.type !== 'postgresql')
27 | .forEach((engine) => {
> 28 | expect(engine.status?.status).toBe('installed');
| ^
29 | });
30 | });
31 |
at forEach (/home/runner/work/everest/everest/api-tests/tests/database-engines.spec.ts:28:37)
at /home/runner/work/everest/everest/api-tests/tests/database-engines.spec.ts:27:6
|
[api] › database-engines.spec.ts:19:5 › check operators are installed:
api-tests/tests/database-engines.spec.ts#L28
1) [api] › database-engines.spec.ts:19:5 › check operators are installed ─────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "installed"
Received: "installing"
26 | .filter((engine) => engine.spec.type !== 'postgresql')
27 | .forEach((engine) => {
> 28 | expect(engine.status?.status).toBe('installed');
| ^
29 | });
30 | });
31 |
at forEach (/home/runner/work/everest/everest/api-tests/tests/database-engines.spec.ts:28:37)
at /home/runner/work/everest/everest/api-tests/tests/database-engines.spec.ts:27:6
|
[api] › database-engines.spec.ts:19:5 › check operators are installed:
api-tests/tests/database-engines.spec.ts#L28
1) [api] › database-engines.spec.ts:19:5 › check operators are installed ─────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "installed"
Received: "installing"
26 | .filter((engine) => engine.spec.type !== 'postgresql')
27 | .forEach((engine) => {
> 28 | expect(engine.status?.status).toBe('installed');
| ^
29 | });
30 | });
31 |
at forEach (/home/runner/work/everest/everest/api-tests/tests/database-engines.spec.ts:28:37)
at /home/runner/work/everest/everest/api-tests/tests/database-engines.spec.ts:27:6
|
[api] › database-cluster-restores.spec.ts:167:5 › create restore: validation errors:
api-tests/tests/database-cluster-restores.spec.ts#L1
2) [api] › database-cluster-restores.spec.ts:167:5 › create restore: validation errors ───────────
Test timeout of 30000ms exceeded.
|
[api] › database-cluster-restores.spec.ts:167:5 › create restore: validation errors:
api-tests/tests/helpers.ts#L99
2) [api] › database-cluster-restores.spec.ts:167:5 › create restore: validation errors ───────────
Error: page.waitForTimeout: Test timeout of 30000ms exceeded.
at helpers.ts:99
97 | break;
98 | }
> 99 | await page.waitForTimeout(1000)
| ^
100 | }
101 | checkError(res)
102 | }
at Object.deleteBackupStorage (/home/runner/work/everest/everest/api-tests/tests/helpers.ts:99:16)
at /home/runner/work/everest/everest/api-tests/tests/database-cluster-restores.spec.ts:217:3
|
API Integration Tests (1.23.x, false)
Process completed with exit code 2.
|
Check (1.23.x, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check (1.23.x, false)
Restore cache failed: Dependencies file is not found in /home/runner/work/everest/everest. Supported file pattern: go.sum
|
Test (1.23.x, false)
Restore cache failed: Dependencies file is not found in /home/runner/work/everest/everest. Supported file pattern: go.sum
|
CLI tests (test-pg-operator) / CLI test-pg-operator
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
cli-tests/[flows] › flow/pg-operator.spec.ts#L1
cli-tests/[flows] › flow/pg-operator.spec.ts took 1.8m
|
CLI tests (test-pg-operator) / CLI test-pg-operator
Restore cache failed: Dependencies file is not found in /home/runner/work/everest/everest. Supported file pattern: go.sum
|
CLI tests (test-pxc-operator) / CLI test-pxc-operator
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
CLI tests (test-pxc-operator) / CLI test-pxc-operator
Restore cache failed: Dependencies file is not found in /home/runner/work/everest/everest. Supported file pattern: go.sum
|
Slow Test:
cli-tests/[flows] › flow/pxc-operator.spec.ts#L1
cli-tests/[flows] › flow/pxc-operator.spec.ts took 1.9m
|
CLI tests (test-all-operators) / CLI test-all-operators
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
CLI tests (test-all-operators) / CLI test-all-operators
Restore cache failed: Dependencies file is not found in /home/runner/work/everest/everest. Supported file pattern: go.sum
|
Slow Test:
cli-tests/[flows] › flow/all-operators.spec.ts#L1
cli-tests/[flows] › flow/all-operators.spec.ts took 2.9m
|
CLI tests (test-mongo-operator) / CLI test-mongo-operator
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
cli-tests/[flows] › flow/mongodb-operator.spec.ts#L1
cli-tests/[flows] › flow/mongodb-operator.spec.ts took 1.8m
|
CLI tests (test-mongo-operator) / CLI test-mongo-operator
Restore cache failed: Dependencies file is not found in /home/runner/work/everest/everest. Supported file pattern: go.sum
|
CLI Integration Tests (1.23.x, false)
Restore cache failed: Dependencies file is not found in /home/runner/work/everest/everest. Supported file pattern: go.sum
|
CLI tests (test-namespaces) / CLI test-namespaces
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
cli-tests/[flows] › flow/namespaces.spec.ts#L1
cli-tests/[flows] › flow/namespaces.spec.ts took 4.4m
|
CLI tests (test-namespaces) / CLI test-namespaces
Restore cache failed: Dependencies file is not found in /home/runner/work/everest/everest. Supported file pattern: go.sum
|
API Integration Tests (1.23.x, false)
Restore cache failed: Dependencies file is not found in /home/runner/work/everest/everest. Supported file pattern: go.sum
|
Playwright
You are using a frozen webkit browser which does not receive updates anymore on ubuntu20.04-x64. Please update to the latest version of your operating system to test up-to-date browsers.
|
Slow Test:
api-tests/[api] › pg-clusters.spec.ts#L1
api-tests/[api] › pg-clusters.spec.ts took 43.1s
|
🎭 Playwright Run Summary
1 passed (1.9m)
|
🎭 Playwright Run Summary
1 passed (2.0m)
|
🎭 Playwright Run Summary
1 passed (2.9m)
|
🎭 Playwright Run Summary
1 passed (1.8m)
|
🎭 Playwright Run Summary
6 passed (1.4s)
|
🎭 Playwright Run Summary
1 passed (4.4m)
|
🎭 Playwright Run Summary
1 failed
[api] › database-engines.spec.ts:19:5 › check operators are installed ──────────────────────────
1 flaky
[api] › database-cluster-restores.spec.ts:167:5 › create restore: validation errors ────────────
52 passed (4.4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cli-tests-report
|
186 KB |
|
percona~everest~303ZNP.dockerbuild
|
16.3 KB |
|
test-delete-cluster-tests-report
|
205 KB |
|