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

EVEREST-633 Use PGO stable channel #1125

EVEREST-633 Use PGO stable channel

EVEREST-633 Use PGO stable channel #1125

Triggered via pull request February 6, 2024 14:07
Status Failure
Total duration 11m 4s
Artifacts 1

ci.yml

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

Annotations

7 errors, 18 warnings, and 4 notices
CLI Integration Tests
Process completed with exit code 2.
[flows] › flow/all-operators.spec.ts:27:7 › Everest CLI install › install all operators: cli-tests/support/output.ts#L36
1) [flows] › flow/all-operators.spec.ts:27:7 › Everest CLI install › install all operators › run everest install command › Verify "../bin/everest install --namespace=percona-everest-all --skip-wizard" command executed successfully Error: "../bin/everest install --namespace=percona-everest-all --skip-wizard" expected to exit with 0! Error: "2024-02-06T14:11:35Z info install/install.go:422 Installing Operator Lifecycle Manager {"component": "install"} 2024-02-06T14:11:53Z info install/install.go:427 OLM has been installed {"component": "install"} 2024-02-06T14:11:53Z info install/install.go:428 Installing Percona OLM Catalog {"component": "install"} 2024-02-06T14:12:09Z info install/install.go:433 Percona OLM Catalog has been installed {"component": "install"} 2024-02-06T14:12:09Z info install/install.go:411 Creating namespace percona-everest-monitoring {"component": "install"} 2024-02-06T14:12:09Z info install/install.go:417 Namespace percona-everest-monitoring has been created {"component": "install"} 2024-02-06T14:12:09Z info install/install.go:219 Preparing k8s cluster for monitoring {"component": "install", "action": "monitoring"} 2024-02-06T14:12:09Z info install/install.go:189 Creating operator group for everest {"component": "install"} 2024-02-06T14:12:09Z info install/install.go:193 Installing victoriametrics-operator operator {"component": "install"} 2024-02-06T14:12:23Z info install/install.go:209 victoriametrics-operator operator has been installed {"component": "install"} 2024-02-06T14:12:24Z info install/install.go:227 K8s cluster monitoring has been provisioned successfully {"component": "install", "action": "monitoring"} 2024-02-06T14:12:24Z info install/install.go:411 Creating namespace percona-everest-all {"component": "install"} 2024-02-06T14:12:24Z info install/install.go:417 Namespace percona-everest-all has been created {"component": "install"} 2024-02-06T14:12:24Z info install/install.go:292 Installing operators into percona-everest-all namespace {"component": "install"} 2024-02-06T14:12:24Z info install/install.go:470 Installing percona-xtradb-cluster-operator operator {"component": "install"} 2024-02-06T14:12:42Z info install/install.go:497 percona-xtradb-cluster-operator operator has been installed {"component": "install"} 2024-02-06T14:12:42Z info install/install.go:470 Installing percona-server-mongodb-operator operator {"component": "install"} 2024-02-06T14:12:59Z info install/install.go:497 percona-server-mongodb-operator operator has been installed {"component": "install"} 2024-02-06T14:12:59Z info install/install.go:470 Installing percona-postgresql-operator operator {"component": "install"} 2024-02-06T14:17:59Z error install/install.go:494 failed installing percona-postgresql-operator operator {"component": "install"} github.com/percona/percona-everest-cli/pkg/install.(*Install).installOperator.func1 /home/runner/work/percona-everest-cli/percona-everest-cli/pkg/install/install.go:494 golang.org/x/sync/errgroup.(*Group).Go.func1 /home/runner/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:75 2024-02-06T14:17:59Z error output/command.go:65 context deadline exceeded github.com/percona/percona-everest-cli/pkg/output.PrintError /home/runner/work/percona-everest-cli/percona-everest-cli/pkg/output/command.go:65 github.com/percona/percona-everest-cli/commands.newInstallCmd.func1 /home/runner/work/percona-everest-cli/percona-everest-cli/commands/install.go:49 github.com/spf13/cobra.(*Command).execute /home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:987 github.com/spf13/cobra.(*Command).ExecuteC /home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:1115 github.com/spf13/cobra.(*Command).Execute /home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:1039 main.main /home/runner/work/percona-everest-cli/percona-everest-cli/cmd/everest/main.go:37 runtime.main /opt/hostedtoolcache/go/1.20.13/x64
[flows] › flow/all-operators.spec.ts:27:7 › Everest CLI install › install all operators: cli-tests/tests/flow/all-operators.spec.ts#L1
1) [flows] › flow/all-operators.spec.ts:27:7 › Everest CLI install › install all operators › run everest install command › Verify "../bin/everest install --namespace=percona-everest-all --skip-wizard" command executed successfully Test timeout of 300000ms exceeded.
CLI tests (test-all-operators) / CLI test-all-operators
Process completed with exit code 2.
[flows] › flow/pg-operator.spec.ts:27:7 › Everest CLI install › install only postgresql-operator: cli-tests/support/output.ts#L36
1) [flows] › flow/pg-operator.spec.ts:27:7 › Everest CLI install › install only postgresql-operator › run everest install command › Verify "../bin/everest install --operator.mongodb=false --operator.postgresql=true --operator.xtradb-cluster=false --namespace=percona-everest-operators --skip-wizard" command executed successfully Error: "../bin/everest install --operator.mongodb=false --operator.postgresql=true --operator.xtradb-cluster=false --namespace=percona-everest-operators --skip-wizard" expected to exit with 0! Error: "2024-02-06T14:11:43Z info install/install.go:422 Installing Operator Lifecycle Manager {"component": "install"} 2024-02-06T14:12:02Z info install/install.go:427 OLM has been installed {"component": "install"} 2024-02-06T14:12:02Z info install/install.go:428 Installing Percona OLM Catalog {"component": "install"} 2024-02-06T14:12:46Z info install/install.go:433 Percona OLM Catalog has been installed {"component": "install"} 2024-02-06T14:12:46Z info install/install.go:411 Creating namespace percona-everest-monitoring {"component": "install"} 2024-02-06T14:12:46Z info install/install.go:417 Namespace percona-everest-monitoring has been created {"component": "install"} 2024-02-06T14:12:46Z info install/install.go:219 Preparing k8s cluster for monitoring {"component": "install", "action": "monitoring"} 2024-02-06T14:12:46Z info install/install.go:189 Creating operator group for everest {"component": "install"} 2024-02-06T14:12:46Z info install/install.go:193 Installing victoriametrics-operator operator {"component": "install"} 2024-02-06T14:13:00Z info install/install.go:209 victoriametrics-operator operator has been installed {"component": "install"} 2024-02-06T14:13:00Z info install/install.go:227 K8s cluster monitoring has been provisioned successfully {"component": "install", "action": "monitoring"} 2024-02-06T14:13:00Z info install/install.go:411 Creating namespace percona-everest-operators {"component": "install"} 2024-02-06T14:13:01Z info install/install.go:417 Namespace percona-everest-operators has been created {"component": "install"} 2024-02-06T14:13:01Z info install/install.go:292 Installing operators into percona-everest-operators namespace {"component": "install"} 2024-02-06T14:13:01Z info install/install.go:470 Installing percona-postgresql-operator operator {"component": "install"} 2024-02-06T14:18:01Z error install/install.go:494 failed installing percona-postgresql-operator operator {"component": "install"} github.com/percona/percona-everest-cli/pkg/install.(*Install).installOperator.func1 /home/runner/work/percona-everest-cli/percona-everest-cli/pkg/install/install.go:494 golang.org/x/sync/errgroup.(*Group).Go.func1 /home/runner/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:75 2024-02-06T14:18:01Z error output/command.go:65 client rate limiter Wait returned an error: context deadline exceeded cannot get an install plan for the operator subscription: "percona-postgresql-operator" github.com/percona/percona-everest-cli/pkg/output.PrintError /home/runner/work/percona-everest-cli/percona-everest-cli/pkg/output/command.go:65 github.com/percona/percona-everest-cli/commands.newInstallCmd.func1 /home/runner/work/percona-everest-cli/percona-everest-cli/commands/install.go:49 github.com/spf13/cobra.(*Command).execute /home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:987 github.com/spf13/cobra.(*Command).ExecuteC /home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:1115 github.com/spf13/cobra.(*Command).Execute /home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:1039 main.main /home/runner/work/percona-everest-cli/percona-everest-cli/cmd/everest/main.go:37 runtime.main /opt/hostedtoolcache/go/1.20.13/x64/src/runtime/proc.go:250 " Expected: 0 Received: 1 at ../support/output.ts:36 34 | async assertSuccess() { 35 | await test.step(`Verify "${this.command}"
[flows] › flow/pg-operator.spec.ts:27:7 › Everest CLI install › install only postgresql-operator: cli-tests/tests/flow/pg-operator.spec.ts#L1
1) [flows] › flow/pg-operator.spec.ts:27:7 › Everest CLI install › install only postgresql-operator › run everest install command › Verify "../bin/everest install --operator.mongodb=false --operator.postgresql=true --operator.xtradb-cluster=false --namespace=percona-everest-operators --skip-wizard" command executed successfully Test timeout of 300000ms exceeded.
CLI tests (test-pg-operator) / CLI test-pg-operator
Process completed with exit code 2.
Tests (1.21.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check (1.21.x, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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 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
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 2.9m
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
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 3.1m
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/[email protected], 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
No files were found with the provided path: cli-tests/test-report. No artifacts will be uploaded.
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-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/.
Slow Test: cli-tests/[flows] › flow/all-operators.spec.ts#L1
cli-tests/[flows] › flow/all-operators.spec.ts took 7.1m
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
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
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 6.9m
🎭 Playwright Run Summary
1 passed (3.0m)
🎭 Playwright Run Summary
1 passed (3.2m)
🎭 Playwright Run Summary
1 failed [flows] › flow/all-operators.spec.ts:27:7 › Everest CLI install › install all operators ────────
🎭 Playwright Run Summary
1 failed [flows] › flow/pg-operator.spec.ts:27:7 › Everest CLI install › install only postgresql-operator

Artifacts

Produced during runtime
Name Size
test-delete-cluster-tests-report Expired
414 KB