isom-1867 prune inactive users service (remove banner) #6439
Annotations
3 errors
Test Studio
Process completed with exit code 1.
|
Test Studio:
apps/studio/src/server/trpc.ts#L96
TRPCError: [
{
"code": "too_small",
"minimum": 0,
"type": "number",
"inclusive": true,
"exact": false,
"message": "Number must be greater than or equal to 0",
"path": [
"to"
]
}
]
❯ inputMiddleware ../../node_modules/@trpc/server/dist/index.mjs:280:19
❯ processTicksAndRejections node:internal/process/task_queues:95:5
❯ callRecursive ../../node_modules/@trpc/server/dist/index.mjs:451:32
❯ callRecursive ../../node_modules/@trpc/server/dist/index.mjs:451:32
❯ callRecursive ../../node_modules/@trpc/server/dist/index.mjs:451:32
❯ callRecursive ../../node_modules/@trpc/server/dist/index.mjs:451:32
❯ callRecursive ../../node_modules/@trpc/server/dist/index.mjs:451:32
❯ src/server/trpc.ts:96:9
❯ callRecursive ../../node_modules/@trpc/server/dist/index.mjs:451:32
❯ resolve ../../node_modules/@trpc/server/dist/index.mjs:481:24
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'BAD_REQUEST' }
This error originated in "src/server/modules/page/__tests__/page.router.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should fail validation if `to` arg is negative index". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Caused by: Caused by: ZodError: [
{
"code": "too_small",
"minimum": 0,
"type": "number",
"inclusive": true,
"exact": false,
"message": "Number must be greater than or equal to 0",
"path": [
"to"
]
}
]
❯ Object.get error [as error] ../../node_modules/zod/lib/index.mjs:587:31
❯ ZodObject.parseAsync ../../node_modules/zod/lib/index.mjs:715:22
❯ processTicksAndRejections node:internal/process/task_queues:95:5
❯ inputMiddleware ../../node_modules/@trpc/server/dist/index.mjs:278:27
❯ callRecursive ../../node_modules/@trpc/server/dist/index.mjs:451:32
❯ callRecursive ../../node_modules/@trpc/server/dist/index.mjs:451:32
❯ callRecursive ../../node_modules/@trpc/server/dist/index.mjs:451:32
❯ callRecursive ../../node_modules/@trpc/server/dist/index.mjs:451:32
❯ callRecursive ../../node_modules/@trpc/server/dist/index.mjs:451:32
❯ src/server/trpc.ts:96:9
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { issues: [ { code: 'too_small', minimum: +0, type: 'number', inclusive: true, exact: false, message: 'Number must be greater than or equal to 0', path: [ 'to' ] } ], addIssue: 'Function<anonymous>', addIssues: 'Function<anonymous>', errors: [ { code: 'too_small', minimum: +0, type: 'number', inclusive: true, exact: false, message: 'Number must be greater than or equal to 0', path: [ 'to' ] } ], format: 'Function<format>', isEmpty: false, flatten: 'Function<flatten>', formErrors: { formErrors: [], fieldErrors: { to: [ 'Number must be greater than or equal to 0' ] } } }
|
Test Studio
isomer-studio#test-ci:unit: command (/home/runner/work/isomer/isomer/apps/studio) /opt/hostedtoolcache/node/20.19.3/x64/bin/npm run test-ci:unit exited (1)
|
Loading