EVEREST-1815 Replase AlecAivazis/survey lib with charmbracelet/bubbletea #3791
Annotations
2 errors, 2 warnings, and 1 notice
Run test-namespaces integration tests:
cli-tests/support/output.ts#L36
1) [flows] › flow/namespaces.spec.ts:26:7 › Everest CLI install › install everest and db-namespaces separately › run everest install (no database namespace)) › Verify "../bin/everestctl install --skip-db-namespace --skip-wizard --version 0.0.0 --version-metadata-url https://check-dev.percona.com" command executed successfully
Error: "../bin/everestctl install --skip-db-namespace --skip-wizard --version 0.0.0 --version-metadata-url https://check-dev.percona.com" expected to exit with 0! Error: "2025-01-28T15:20:05.637Z DEBUG everestctl Debug logging enabled
❌ could not open a new TTY: open /dev/tty: no such device or address
"
expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
at ../support/output.ts:36
34 | async assertSuccess() {
35 | await test.step(`Verify "${this.command}" command executed successfully`, async () => {
> 36 | expect(this.code, `"${this.command}" expected to exit with 0! Error: "${this.stderr || this.stdout}"`).toEqual(0);
| ^
37 | });
38 | }
39 |
at /home/runner/work/everest/everest/cli-tests/support/output.ts:36:110
at Output.assertSuccess (/home/runner/work/everest/everest/cli-tests/support/output.ts:35:16)
at /home/runner/work/everest/everest/cli-tests/tests/flow/namespaces.spec.ts:49:17
at /home/runner/work/everest/everest/cli-tests/tests/flow/namespaces.spec.ts:44:5
|
Run test-namespaces integration tests
Process completed with exit code 2.
|
Run test-namespaces integration tests:
cli-tests/[flows] › flow/namespaces.spec.ts#L1
cli-tests/[flows] › flow/namespaces.spec.ts took 25.0s
|
Set up Go release
Restore cache failed: Dependencies file is not found in /home/runner/work/everest/everest. Supported file pattern: go.sum
|
Run test-namespaces integration tests
1 failed
[flows] › flow/namespaces.spec.ts:26:7 › Everest CLI install › install everest and db-namespaces separately
|
Loading