Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

EVEREST-838 Workaround waiting for DBs to be deleted #1215

EVEREST-838 Workaround waiting for DBs to be deleted

EVEREST-838 Workaround waiting for DBs to be deleted #1215

Triggered via pull request February 20, 2024 20:36
Status Failure
Total duration 7m 56s
Artifacts 2

ci.yml

on: pull_request
CLI Integration Tests
5m 0s
CLI Integration Tests
Matrix: Check
Matrix: CLI tests
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

64 errors, 22 warnings, and 5 notices
Tests (1.21.x)
Cannot open: File exists
Tests (1.21.x)
Cannot open: File exists
Tests (1.21.x)
Cannot open: File exists
Tests (1.21.x)
Cannot open: File exists
Tests (1.21.x)
Cannot open: File exists
Tests (1.21.x)
Cannot open: File exists
Tests (1.21.x)
Cannot open: File exists
Tests (1.21.x)
Cannot open: File exists
Tests (1.21.x)
Cannot open: File exists
Tests (1.21.x)
Cannot open: File exists
Check (1.21.x, false): pkg/kubernetes/kubernetes.go#L88
`restartAnnotationKey` is unused (deadcode)
CLI Integration Tests
Cannot open: File exists
CLI Integration Tests
Cannot open: File exists
CLI Integration Tests
Cannot open: File exists
CLI Integration Tests
Cannot open: File exists
CLI Integration Tests
Cannot open: File exists
CLI Integration Tests
Cannot open: File exists
CLI Integration Tests
Cannot open: File exists
CLI Integration Tests
Cannot open: File exists
CLI Integration Tests
Cannot open: File exists
CLI Integration Tests
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-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
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
[flows] › flow/all-operators.spec.ts:27:7 › Everest CLI install › install all operators: cli-tests/support/output.ts#L76
1) [flows] › flow/all-operators.spec.ts:27:7 › Everest CLI install › install all operators › uninstall Everest Error: Stdout does not contain 'Error from server (NotFound): deployments.apps "percona-everest" not found'! expect(received).toContain(expected) // indexOf Expected substring: "Error from server (NotFound): deployments.apps \"percona-everest\" not found" Received string: "Error from server (NotFound): namespaces \"everest-system\" not found " at ../support/output.ts:76 74 | for (const val of expectedValues) { 75 | await test.step(`Verify command stderr contains ${val}`, async () => { > 76 | expect.soft(this.stderr.replace(/ +(?= )/g, ''), `Stdout does not contain '${val}'!`).toContain(val); | ^ 77 | }); 78 | } 79 | at /home/runner/work/percona-everest-cli/percona-everest-cli/cli-tests/support/output.ts:76:95 at Output.outErrContainsNormalizedMany (/home/runner/work/percona-everest-cli/percona-everest-cli/cli-tests/support/output.ts:75:18) at /home/runner/work/percona-everest-cli/percona-everest-cli/cli-tests/tests/flow/all-operators.spec.ts:104:17 at /home/runner/work/percona-everest-cli/percona-everest-cli/cli-tests/tests/flow/all-operators.spec.ts:95:5
[flows] › flow/all-operators.spec.ts:27:7 › Everest CLI install › install all operators: cli-tests/support/output.ts#L83
1) [flows] › flow/all-operators.spec.ts:27:7 › Everest CLI install › install all operators › uninstall Everest Error: 'Contains all elements' failed with 1 error(s): Stdout does not contain 'Error from server (NotFound): deployments.apps "percona-everest" not found'! expect(received).toHaveLength(expected) Expected length: 0 Received length: 1 Received array: [{"message": "Stdout does not contain 'Error from server (NotFound): deployments.apps \"percona-everest\" not found'!· expect(received).toContain(expected) // indexOf· Expected substring: \"Error from server (NotFound): deployments.apps \\\"percona-everest\\\" not found\" Received string: \"Error from server (NotFound): namespaces \\\"everest-system\\\" not found \"", "stack": "Error: Stdout does not contain 'Error from server (NotFound): deployments.apps \"percona-everest\" not found'!· expect(received).toContain(expected) // indexOf· Expected substring: \"Error from server (NotFound): deployments.apps \\\"percona-everest\\\" not found\" Received string: \"Error from server (NotFound): namespaces \\\"everest-system\\\" not found \" at /home/runner/work/percona-everest-cli/percona-everest-cli/cli-tests/support/output.ts:76:95 at Output.outErrContainsNormalizedMany (/home/runner/work/percona-everest-cli/percona-everest-cli/cli-tests/support/output.ts:75:18) at /home/runner/work/percona-everest-cli/percona-everest-cli/cli-tests/tests/flow/all-operators.spec.ts:104:17 at /home/runner/work/percona-everest-cli/percona-everest-cli/cli-tests/tests/flow/all-operators.spec.ts:95:5"}] at ../support/output.ts:83 81 | test.info().errors, 82 | `'Contains all elements' failed with ${test.info().errors.length} error(s):\n${this.getErrors()}`, > 83 | ).toHaveLength(0); | ^ 84 | } 85 | 86 | async outEqualsNormalizedMany(expectedValues: string[]) { at Output.outErrContainsNormalizedMany (/home/runner/work/percona-everest-cli/percona-everest-cli/cli-tests/support/output.ts:83:7) at /home/runner/work/percona-everest-cli/percona-everest-cli/cli-tests/tests/flow/all-operators.spec.ts:104:7 at /home/runner/work/percona-everest-cli/percona-everest-cli/cli-tests/tests/flow/all-operators.spec.ts:95:5
CLI tests (test-all-operators) / CLI test-all-operators
Process completed with exit code 2.
🎭 Playwright Run Summary
6 passed (1.3s)
🎭 Playwright Run Summary
1 passed (2.7m)
🎭 Playwright Run Summary
1 passed (3.4m)
🎭 Playwright Run Summary
1 passed (4.4m)
🎭 Playwright Run Summary
1 failed [flows] › flow/all-operators.spec.ts:27:7 › Everest CLI install › install all operators ────────
Tests (1.21.x)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Tests (1.21.x)
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
Check (1.21.x, false)
Restore cache failed: Dependencies file is not found in /home/runner/work/percona-everest-cli/percona-everest-cli. Supported file pattern: go.sum
CLI Integration Tests
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, helm/kind-action@v1.8.0, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
CLI Integration Tests
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
CLI Integration Tests
Restore cache failed: Dependencies file is not found in /home/runner/work/percona-everest-cli/percona-everest-cli. Supported file pattern: go.sum
CLI tests (test-pxc-operator) / CLI test-pxc-operator
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, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/percona-everest-cli/percona-everest-cli. 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 2.7m
CLI tests (test-mongo-operator) / CLI test-mongo-operator
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, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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
CLI tests (test-mongo-operator) / CLI test-mongo-operator
Restore cache failed: Dependencies file is not found in /home/runner/work/percona-everest-cli/percona-everest-cli. Supported file pattern: go.sum
Slow Test: cli-tests/[flows] › flow/mongodb-operator.spec.ts#L1
cli-tests/[flows] › flow/mongodb-operator.spec.ts took 3.3m
CLI tests (test-pg-operator) / CLI test-pg-operator
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, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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
CLI tests (test-pg-operator) / CLI test-pg-operator
Restore cache failed: Dependencies file is not found in /home/runner/work/percona-everest-cli/percona-everest-cli. Supported file pattern: go.sum
Slow Test: cli-tests/[flows] › flow/pg-operator.spec.ts#L1
cli-tests/[flows] › flow/pg-operator.spec.ts took 4.4m
CLI tests (test-all-operators) / CLI test-all-operators
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, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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 5.6m
CLI tests (test-all-operators) / CLI test-all-operators
Restore cache failed: Dependencies file is not found in /home/runner/work/percona-everest-cli/percona-everest-cli. Supported file pattern: go.sum

Artifacts

Produced during runtime
Name Size
cli-tests-report Expired
423 KB
test-delete-cluster-tests-report Expired
479 KB