feat: implement structured request/response logging for all handlers … #416
Annotations
10 errors and 2 warnings
|
Run tests with coverage:
backend/src/services/transactions.js#L27
TypeError: () => ({
transactions: vi.fn().mockReturnThis(),
forAccount: ...<omitted>...}) is not a constructor
❯ TransactionService.getHorizonServer backend/src/services/transactions.js:27:28
❯ TransactionService.getTransactions backend/src/services/transactions.js:56:27
❯ TransactionService.getTransactionAnalytics backend/src/services/transactions.js:162:26
❯ backend/tests/service.integration.test.js:79:23
|
|
Run tests with coverage:
backend/src/services/transactions.js#L27
TypeError: () => ({
transactions: vi.fn().mockReturnThis(),
forAccount: ...<omitted>...}) is not a constructor
❯ TransactionService.getHorizonServer backend/src/services/transactions.js:27:28
❯ TransactionService.getTransactions backend/src/services/transactions.js:56:27
❯ backend/tests/service.integration.test.js:55:17
|
|
Run tests with coverage:
backend/tests/scalability.test.js#L288
AssertionError: expected { samples: +0, passed: true } to have property "avgCpu"
❯ backend/tests/scalability.test.js:288:20
|
|
Run tests with coverage:
backend/src/loadTesting/loadTestRunner.js#L118
Error: ENOENT: no such file or directory, open '/home/runner/work/FuTuRe/FuTuRe/backend/data/load-tests/results/bench-save-test-1777222122879.json'
❯ LoadTestRunner.saveResults backend/src/loadTesting/loadTestRunner.js:118:5
❯ backend/tests/performance.benchmark.test.js:173:19
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/home/runner/work/FuTuRe/FuTuRe/backend/data/load-tests/results/bench-save-test-1777222122879.json' }
|
|
Run tests with coverage:
backend/tests/migrations.framework.test.js#L61
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ backend/tests/migrations.framework.test.js:61:22
|
|
Run tests with coverage:
backend/tests/migrations.framework.test.js#L43
AssertionError: expected 0 to be greater than 0
❯ backend/tests/migrations.framework.test.js:43:28
|
|
Run tests with coverage:
backend/tests/microservices.gateway.test.js#L67
AssertionError: expected { strategy: 'fixed-window', …(2) } to be 100 // Object.is equality
- Expected:
100
+ Received:
{
"limit": 100,
"strategy": "fixed-window",
"windowMs": 1000,
}
❯ backend/tests/microservices.gateway.test.js:67:52
|
|
Run tests with coverage:
backend/tests/disaster.recovery.test.js#L57
TypeError: databaseFailureSimulator.simulateConnectionFailure is not a function
❯ backend/tests/disaster.recovery.test.js:57:46
|
|
Run tests with coverage:
backend/tests/disaster.recovery.test.js#L52
AssertionError: expected undefined to be 503 // Object.is equality
- Expected:
503
+ Received:
undefined
❯ backend/tests/disaster.recovery.test.js:52:34
|
|
Run tests with coverage:
backend/tests/cache.distributed.infrastructure.test.js#L42
AssertionError: expected null to be 'v:x' // Object.is equality
- Expected:
"v:x"
+ Received:
null
❯ backend/tests/cache.distributed.infrastructure.test.js:42:34
|
|
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/upload-artifact@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/
|
|
Upload coverage reports
No files were found with the provided path: coverage/. No artifacts will be uploaded.
|
background
wait
wait-all
cancel
Loading