test: add weekly autocannon load test workflow (Resolves #426)#564
Merged
Annotations
10 errors and 1 warning
|
Run npx vitest run --coverage:
backend/src/services/webhook.test.ts#L15
ReferenceError: getRetryDelaySeconds is not defined
❯ src/services/webhook.test.ts:15:23
|
|
Run npx vitest run --coverage:
backend/src/services/webhook.test.ts#L9
ReferenceError: getRetryDelaySeconds is not defined
❯ src/services/webhook.test.ts:9:27
❯ src/services/webhook.test.ts:8:24
|
|
Run npx vitest run --coverage:
backend/src/services/streamStore.progress.test.ts#L9
Error: [vitest] There was an error when mocking a module. If you are using "vi.mock" factory, make sure there are no top level variables inside, since this call is hoisted to top of the file. Read more: https://vitest.dev/api/vi.html#vi-mock
❯ src/services/streamStore.progress.test.ts:9:25
Caused by: Caused by: Error: Transform failed with 1 error:
/home/runner/work/stellar-stream/stellar-stream/backend/src/services/streamStore.ts:402:0: ERROR: Unexpected "}"
❯ failureErrorWithLog node_modules/esbuild/lib/main.js:1472:15
❯ node_modules/esbuild/lib/main.js:755:50
❯ responseCallbacks.<computed> node_modules/esbuild/lib/main.js:622:9
❯ handleIncomingPacket node_modules/esbuild/lib/main.js:677:12
❯ Socket.readFromStdout node_modules/esbuild/lib/main.js:600:7
❯ Socket.emit node:events:517:28
|
|
Run npx vitest run --coverage:
backend/src/services/auth.ts#L271
Error: Challenge verification failed: The transaction has operations that are unrecognized
❯ verifyChallengeAndIssueToken src/services/auth.ts:271:17
❯ src/services/auth.test.ts:226:28
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { statusCode: 401, code: 'UNAUTHORIZED' }
|
|
Run npx vitest run --coverage:
backend/src/config/validateEnv.test.ts#L595
ReferenceError: consoleWarnSpy is not defined
❯ src/config/validateEnv.test.ts:595:23
|
|
Run npx vitest run --coverage:
backend/src/config/validateEnv.test.ts#L582
ReferenceError: consoleWarnSpy is not defined
❯ src/config/validateEnv.test.ts:582:12
|
|
Run npx vitest run --coverage:
backend/src/config/validateEnv.test.ts#L557
AssertionError: expected null to be 'short-key' // Object.is equality
- Expected:
"short-key"
+ Received:
null
❯ src/config/validateEnv.test.ts:557:32
|
|
Run npx vitest run --coverage:
backend/src/config/validateEnv.test.ts#L539
ReferenceError: exitSpy is not defined
❯ src/config/validateEnv.test.ts:539:12
|
|
Run npx vitest run --coverage:
backend/src/config/validateEnv.test.ts#L525
ReferenceError: exitSpy is not defined
❯ src/config/validateEnv.test.ts:525:12
|
|
Run npx vitest run --coverage:
backend/src/config/validateEnv.test.ts#L513
ReferenceError: exitSpy is not defined
❯ src/config/validateEnv.test.ts:513:12
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
Loading