fix: implement graceful shutdown to prevent db connection leaks #344
Annotations
4 errors and 1 warning
|
Run backend tests
Process completed with exit code 1.
|
|
Run backend tests:
backend/src/routes/publishers.test.ts#L51
TypeError: __vite_ssr_import_3__.default.query.mockResolvedValueOnce(...)(...).mockResolvedValueOnce is not a function
❯ src/routes/publishers.test.ts:51:18
|
|
Run backend tests:
backend/src/routes/auctions.test.ts#L121
AssertionError: expected "vi.fn()" to be called 4 times, but got 0 times
❯ src/routes/auctions.test.ts:121:34
|
|
Run backend tests:
backend/src/routes/accounts.test.ts#L51
AssertionError: expected { Object (error) } to have property "error" with value 'Failed to fetch account details'
Expected: "Failed to fetch account details"
Received: "Horizon service unavailable"
❯ src/routes/accounts.test.ts:51:31
|
|
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 2nd, 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/
|
Loading