This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
EVEREST-504 Telemetry opt out #616
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
16 errors, 12 warnings, and 4 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):
commands/list.go#L26
`newListCmd` is unused (deadcode)
|
Check (1.21.x, false):
commands/provision.go#L26
`newProvisionCmd` is unused (deadcode)
|
CLI Integration Tests
Process completed with exit code 2.
|
[flows] › flow/all-operators.spec.ts:29:7 › Everest CLI install operators › install all operators:
cli-tests/support/output.ts#L63
1) [flows] › flow/all-operators.spec.ts:29:7 › Everest CLI install operators › install all operators › disable telemetry
Error: Stdout does not contain '- name: DISABLE_TELEMETRY
value: "false"'!
Expected substring: "- name: DISABLE_TELEMETRY
value: \"false\""
Received string: "apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: \"1\"
creationTimestamp: \"2023-10-17T08:22:28Z\"
generation: 1
labels:
olm.deployment-spec-hash: 67dc48c5dd
olm.owner: percona-xtradb-cluster-operator.v1.13.0
olm.owner.kind: ClusterServiceVersion
olm.owner.namespace: percona-everest
operators.coreos.com/percona-xtradb-cluster-operator.percona-everest: \"\"
name: percona-xtradb-cluster-operator
namespace: percona-everest
ownerReferences:
- apiVersion: operators.coreos.com/v1alpha1
blockOwnerDeletion: false
controller: false
kind: ClusterServiceVersion
name: percona-xtradb-cluster-operator.v1.13.0
uid: 50c9c2b6-05a4-42f0-933b-46004e09d4ec
resourceVersion: \"802\"
uid: 794c901c-1954-4502-a412-4b9b4af2c2e1
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 1
selector:
matchLabels:
app.kubernetes.io/component: operator
app.kubernetes.io/instance: percona-xtradb-cluster-operator
app.kubernetes.io/name: percona-xtradb-cluster-operator
app.kubernetes.io/part-of: percona-xtradb-cluster-operator
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template:
metadata:
annotations:
alm-examples: |-
[
{
\"apiVersion\": \"pxc.percona.com/v1\",
\"kind\": \"PerconaXtraDBCluster\",
\"metadata\": {
\"name\": \"cluster1\",
\"finalizers\": [
\"delete-pxc-pods-in-order\"
]
},
\"spec\": {
\"crVersion\": \"1.13.0\",
\"allowUnsafeConfigurations\": false,
\"updateStrategy\": \"SmartUpdate\",
\"upgradeOptions\": {
\"versionServiceEndpoint\": \"https://check.percona.com\",
\"apply\": \"disabled\",
\"schedule\": \"0 4 * * *\"
},
\"pxc\": {
\"size\": 3,
\"image\": \"percona/percona-xtradb-cluster:8.0.32-24.2\",
\"autoRecovery\": true,
\"resources\": {
\"requests\": {
\"memory\": \"1G\",
\"cpu\": \"600m\"
}
},
\"affinity\": {
\"antiAffinityTopologyKey\": \"kubernetes.io/hostname\"
},
\"podDisruptionBudget\": {
\"maxUnavailable\": 1
},
\"volumeSpec\": {
\"persistentVolumeClaim\": {
\"resources\": {
\"requests\": {
\"storage\": \"6G\"
}
}
}
},
\"gracePeriod\": 600
},
\"haproxy\": {
\"enabled\": true,
\"size\": 3,
\"image\": \"percona/percona-xtradb-cluster-operator:1.13.0-haproxy\",
\"resources\": {
\"requests\": {
\"memory\": \"1G\",
\"cpu\": \"600m\"
}
},
\"affinity\": {
\"antiAffinityTopologyKey\": \"kubernetes.io/hostname\"
},
\"podDisruptionBudget\": {
\"maxUnavailable\": 1
},
\"gracePeriod\": 30
},
\"proxysql\": {
\"enabled\": false,
\"size\": 3,
\"image\": \"percona/percona-xtradb-cluster-operator:1.13.0-proxysql\",
\"resources\": {
\"requests\": {
\"memory\": \"1G\",
\"cpu\": \"600m\"
}
},
\"affinity\": {
\"antiAffinityTopologyKey\": \"kubernetes.io/hostname\"
},
\"volumeSpec\": {
\"persistentVolumeClaim\": {
\"resources\": {
\"requests\": {
\"storage\": \"2G\"
}
}
}
},
\"podDisruptionBudget\": {
\"maxUnavailable\": 1
},
\"gracePeriod\": 30
},
\"logcollector\": {
\"enabled\": true,
\"image\": \"percona/percona-xtradb-cluster-operator:1.13.0-logcollector\",
\"resources\": {
\"requests\": {
\"memory\": \"100M\",
\"cpu\": \"200m\"
}
}
},
\"pmm\":
|
[flows] › flow/all-operators.spec.ts:29:7 › Everest CLI install operators › install all operators:
cli-tests/support/output.ts#L70
1) [flows] › flow/all-operators.spec.ts:29:7 › Everest CLI install operators › install all operators › disable telemetry
Error: 'Contains all elements' failed with 1 error(s):
Stdout does not contain '- name: DISABLE_TELEMETRY
Expected length: 0
Received length: 1
Received array: [[Object]]
at ../support/output.ts:70
68 | test.info().errors,
69 | `'Contains all elements' failed with ${test.info().errors.length} error(s):\n${this.getErrors()}`,
> 70 | ).toHaveLength(0);
| ^
71 | }
72 |
73 | async outErrContainsNormalizedMany(expectedValues: string[]) {
at Output.outContainsNormalizedMany (/home/runner/work/percona-everest-cli/percona-everest-cli/cli-tests/support/output.ts:70:7)
at /home/runner/work/percona-everest-cli/percona-everest-cli/cli-tests/tests/flow/all-operators.spec.ts:78:7
at /home/runner/work/percona-everest-cli/percona-everest-cli/cli-tests/tests/flow/all-operators.spec.ts:74:5
|
CLI tests (test-all-operators) / CLI test-all-operators
Process completed with exit code 2.
|
Tests (1.21.x)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
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
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-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.0m
|
Slow Test:
cli-tests/[flows] › flow/all-operators.spec.ts#L1
cli-tests/[flows] › flow/all-operators.spec.ts took 3.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
|
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.0m
|
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.3m
|
🎭 Playwright Run Summary
1 passed (3.0m)
|
🎭 Playwright Run Summary
1 failed
[flows] › flow/all-operators.spec.ts:29:7 › Everest CLI install operators › install all operators
|
🎭 Playwright Run Summary
1 passed (3.1m)
|
🎭 Playwright Run Summary
1 passed (4.4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-delete-cluster-tests-report
Expired
|
417 KB |
|