EVEREST-1615: handle deleting state during uninstall (#842) #2792
dev-be-ci.yaml
on: push
Matrix: Check
Matrix: API Integration Tests
Matrix: CLI Integration Tests
Matrix: CLI tests
Matrix: Test
Merge Gatekeeper
17s
Annotations
52 errors, 23 warnings, and 6 notices
CLI Integration Tests (1.23.x, false)
Cannot open: File exists
|
CLI Integration Tests (1.23.x, false)
Cannot open: File exists
|
CLI Integration Tests (1.23.x, false)
Cannot open: File exists
|
CLI Integration Tests (1.23.x, false)
Cannot open: File exists
|
CLI Integration Tests (1.23.x, false)
Cannot open: File exists
|
CLI Integration Tests (1.23.x, false)
Cannot open: File exists
|
CLI Integration Tests (1.23.x, false)
Cannot open: File exists
|
CLI Integration Tests (1.23.x, false)
Cannot open: File exists
|
CLI Integration Tests (1.23.x, false)
Cannot open: File exists
|
CLI Integration Tests (1.23.x, false)
Cannot open: File exists
|
CLI tests (test-pxc-operator) / CLI test-pxc-operator
Cannot open: File exists
|
CLI tests (test-pxc-operator) / CLI test-pxc-operator
Cannot open: File exists
|
CLI tests (test-pxc-operator) / CLI test-pxc-operator
Cannot open: File exists
|
CLI tests (test-pxc-operator) / CLI test-pxc-operator
Cannot open: File exists
|
CLI tests (test-pxc-operator) / CLI test-pxc-operator
Cannot open: File exists
|
CLI tests (test-pxc-operator) / CLI test-pxc-operator
Cannot open: File exists
|
CLI tests (test-pxc-operator) / CLI test-pxc-operator
Cannot open: File exists
|
CLI tests (test-pxc-operator) / CLI test-pxc-operator
Cannot open: File exists
|
CLI tests (test-pxc-operator) / CLI test-pxc-operator
Cannot open: File exists
|
CLI tests (test-pxc-operator) / CLI test-pxc-operator
Cannot open: File exists
|
CLI tests (test-mongo-operator) / CLI test-mongo-operator
Cannot open: File exists
|
CLI tests (test-mongo-operator) / CLI test-mongo-operator
Cannot open: File exists
|
CLI tests (test-mongo-operator) / CLI test-mongo-operator
Cannot open: File exists
|
CLI tests (test-mongo-operator) / CLI test-mongo-operator
Cannot open: File exists
|
CLI tests (test-mongo-operator) / CLI test-mongo-operator
Cannot open: File exists
|
CLI tests (test-mongo-operator) / CLI test-mongo-operator
Cannot open: File exists
|
CLI tests (test-mongo-operator) / CLI test-mongo-operator
Cannot open: File exists
|
CLI tests (test-mongo-operator) / CLI test-mongo-operator
Cannot open: File exists
|
CLI tests (test-mongo-operator) / CLI test-mongo-operator
Cannot open: File exists
|
CLI tests (test-mongo-operator) / CLI test-mongo-operator
Cannot open: File exists
|
CLI tests (test-all-operators) / CLI test-all-operators
Cannot open: File exists
|
CLI tests (test-all-operators) / CLI test-all-operators
Cannot open: File exists
|
CLI tests (test-all-operators) / CLI test-all-operators
Cannot open: File exists
|
CLI tests (test-all-operators) / CLI test-all-operators
Cannot open: File exists
|
CLI tests (test-all-operators) / CLI test-all-operators
Cannot open: File exists
|
CLI tests (test-all-operators) / CLI test-all-operators
Cannot open: File exists
|
CLI tests (test-all-operators) / CLI test-all-operators
Cannot open: File exists
|
CLI tests (test-all-operators) / CLI test-all-operators
Cannot open: File exists
|
CLI tests (test-all-operators) / CLI test-all-operators
Cannot open: File exists
|
CLI tests (test-all-operators) / CLI test-all-operators
Cannot open: File exists
|
CLI tests (test-pg-operator) / CLI test-pg-operator
Cannot open: File exists
|
CLI tests (test-pg-operator) / CLI test-pg-operator
Cannot open: File exists
|
CLI tests (test-pg-operator) / CLI test-pg-operator
Cannot open: File exists
|
CLI tests (test-pg-operator) / CLI test-pg-operator
Cannot open: File exists
|
CLI tests (test-pg-operator) / CLI test-pg-operator
Cannot open: File exists
|
CLI tests (test-pg-operator) / CLI test-pg-operator
Cannot open: File exists
|
CLI tests (test-pg-operator) / CLI test-pg-operator
Cannot open: File exists
|
CLI tests (test-pg-operator) / CLI test-pg-operator
Cannot open: File exists
|
CLI tests (test-pg-operator) / CLI test-pg-operator
Cannot open: File exists
|
CLI tests (test-pg-operator) / CLI test-pg-operator
Cannot open: File exists
|
[api] › pg-clusters.spec.ts:34:5 › create/edit/delete single node pg cluster:
api-tests/tests/pg-clusters.spec.ts#L84
1) [api] › pg-clusters.spec.ts:34:5 › create/edit/delete single node pg cluster ──────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 2
Received: 1
82 | expect(result.metadata.name).toBe(clusterName)
83 | expect(result.spec).toMatchObject(pgPayload.spec)
> 84 | expect(result.status.size).toBe(2)
| ^
85 |
86 | // pgPayload should be overriden because kubernetes adds data into metadata field
87 | // and uses metadata.generation during updation. It returns 422 HTTP status code if this field is not present
at /home/runner/work/everest/everest/api-tests/tests/pg-clusters.spec.ts:84:32
|
[api] › pg-clusters.spec.ts:192:5 › expose pg cluster on EKS to the public internet and scale up:
api-tests/tests/pg-clusters.spec.ts#L242
2) [api] › pg-clusters.spec.ts:192:5 › expose pg cluster on EKS to the public internet and scale up
Error: expect(received).toBe(expected) // Object.is equality
Expected: 6
Received: 3
240 | expect(result.metadata.name).toBe(clusterName)
241 | expect(result.spec).toMatchObject(pgPayload.spec)
> 242 | expect(result.status.size).toBe(6)
| ^
243 |
244 | pgPayload.spec = result.spec
245 | pgPayload.metadata = result.metadata
at /home/runner/work/everest/everest/api-tests/tests/pg-clusters.spec.ts:242:32
|
Test (1.23.x, false)
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/
|
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 Integration Tests (1.23.x, false)
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/
|
CLI Integration Tests (1.23.x, false)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
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-pxc-operator) / CLI test-pxc-operator
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/
|
CLI tests (test-pxc-operator) / CLI test-pxc-operator
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
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 3.6m
|
CLI tests (test-mongo-operator) / CLI test-mongo-operator
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/
|
CLI tests (test-mongo-operator) / CLI test-mongo-operator
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Slow Test:
cli-tests/[flows] › flow/mongodb-operator.spec.ts#L1
cli-tests/[flows] › flow/mongodb-operator.spec.ts took 3.5m
|
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 tests (test-all-operators) / CLI test-all-operators
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/
|
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
|
CLI tests (test-all-operators) / CLI test-all-operators
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Slow Test:
cli-tests/[flows] › flow/all-operators.spec.ts#L1
cli-tests/[flows] › flow/all-operators.spec.ts took 6.2m
|
CLI tests (test-pg-operator) / CLI test-pg-operator
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/
|
CLI tests (test-pg-operator) / CLI test-pg-operator
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Slow Test:
cli-tests/[flows] › flow/pg-operator.spec.ts#L1
cli-tests/[flows] › flow/pg-operator.spec.ts took 6.9m
|
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
|
API Integration Tests (1.23.x, false)
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/
|
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 Run Summary
6 passed (1.3s)
|
🎭 Playwright Run Summary
1 passed (3.6m)
|
🎭 Playwright Run Summary
1 passed (3.5m)
|
🎭 Playwright Run Summary
1 passed (6.2m)
|
🎭 Playwright Run Summary
1 passed (7.0m)
|
🎭 Playwright Run Summary
2 flaky
[api] › pg-clusters.spec.ts:34:5 › create/edit/delete single node pg cluster ───────────────────
[api] › pg-clusters.spec.ts:192:5 › expose pg cluster on EKS to the public internet and scale up
51 passed (2.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cli-tests-report
|
185 KB |
|
percona~everest~I6S7T1.dockerbuild
|
16 KB |
|
test-delete-cluster-tests-report
|
241 KB |
|