Skip to content

Typechecked should be a boolean #747

Typechecked should be a boolean

Typechecked should be a boolean #747

Triggered via pull request December 16, 2024 20:50
Status Failure
Total duration 33s
Artifacts

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 1 warning
/home/runner/work/fauna-shell/fauna-shell/test/database/create.mjs.database create validates invalid arguments: database create --secret 'secret': test/database/create.mjs#L42
expected stderr to have been called with arguments { test: [Function], message: 'match("Missing required argument: name")' }
/home/runner/work/fauna-shell/fauna-shell/test/database/create.mjs.database create validates invalid arguments: database create --database 'us-std/example': test/database/create.mjs#L42
expected stderr to have been called with arguments { test: [Function], message: 'match("Missing required argument: name")' }
/home/runner/work/fauna-shell/fauna-shell/test/database/create.mjs.database create validates invalid arguments: database create --name 'testdb': test/database/create.mjs#L42
expected stderr to have been called with arguments { test: [Function], message: 'match("No database or secret specified. Please use either --database, --secret, or --local to connect to your desired Fauna database.")' }
/home/runner/work/fauna-shell/fauna-shell/test/database/create.mjs.database create handles constraint_failure errors when calling fauna: test/database/create.mjs#L111
expected stderr to have been called with arguments { test: [Function], message: 'match("The database \'testdb\' already exists or one of the provided options is invalid.")' }
/home/runner/work/fauna-shell/fauna-shell/test/database/create.mjs.database create handles constraint_failure errors when calling fauna: test/database/create.mjs#L111
expected stderr to have been called with arguments { test: [Function], message: 'match("The database name \'testdb\' is invalid. Database names must begin with letters and include only letters, numbers, and underscores.")' }
/home/runner/work/fauna-shell/fauna-shell/test/database/create.mjs.database create handles unauthorized errors when calling fauna: test/database/create.mjs#L111
expected stderr to have been called with arguments { test: [Function], message: 'match("Authentication failed. Log in using \'fauna login\' or provide a valid database secret with --secret.")' }
/home/runner/work/fauna-shell/fauna-shell/test/database/create.mjs.database create if --secret is provided does not try to refresh the secret if it is invalid: test/database/create.mjs#L179
expected stderr to have been called with arguments { test: [Function], message: 'match("Authentication failed. Log in using \'fauna login\' or provide a valid database secret with --secret.")' }
test (22.x)
Process completed with exit code 17.
test (20.x)
The job was canceled because "_22_x" failed.
test (20.x)
The operation was canceled.
test (20.x)
Process completed with exit code 17.
test (22.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636