Advertisement
nodejsdeveloperskh

Worker requires a connection - nestjs/bullmq

Jan 24th, 2025
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.73 KB | None | 0 0
  1.  FAIL  test/cart.e2e-spec.ts
  2.   AppController (e2e)
  3.     ✕ / (GET) (1618 ms)
  4.  
  5.   ● AppController (e2e)/ (GET)
  6.  
  7.     Worker requires a connection
  8.  
  9.       23 |
  10.       24 |     app = moduleFixture.createNestApplication();
  11.     > 25 |     await app.init();
  12.          |     ^
  13.       26 |   });
  14.       27 |
  15.       28 |   it('/ (GET)', () => {
  16.  
  17.       at new Worker (../node_modules/.pnpm/bullmq@5.35.1/node_modules/bullmq/src/classes/worker.ts:220:13)
  18.       at BullExplorer.handleProcessor (../node_modules/.pnpm/@nestjs+bullmq@11.0.1_@nestjs+common@11.0.5_reflect-metadata@0.2.2_rxjs@7.8.1__@nestjs+core@11.0.5_bullmq@5.35.1/node_modules/@nestjs/bullmq/dist/bull.explorer.js:131:24)
  19.       at ../node_modules/.pnpm/@nestjs+bullmq@11.0.1_@nestjs+common@11.0.5_reflect-metadata@0.2.2_rxjs@7.8.1__@nestjs+core@11.0.5_bullmq@5.35.1/node_modules/@nestjs/bullmq/dist/bull.explorer.js:70:22
  20.           at Array.forEach (<anonymous>)
  21.       at BullExplorer.registerWorkers (../node_modules/.pnpm/@nestjs+bullmq@11.0.1_@nestjs+common@11.0.5_reflect-metadata@0.2.2_rxjs@7.8.1__@nestjs+core@11.0.5_bullmq@5.35.1/node_modules/@nestjs/bullmq/dist/bull.explorer.js:56:20)
  22.       at BullExplorer.register (../node_modules/.pnpm/@nestjs+bullmq@11.0.1_@nestjs+common@11.0.5_reflect-metadata@0.2.2_rxjs@7.8.1__@nestjs+core@11.0.5_bullmq@5.35.1/node_modules/@nestjs/bullmq/dist/bull.explorer.js:34:14)
  23.       at BullRegistrar.register (../node_modules/.pnpm/@nestjs+bullmq@11.0.1_@nestjs+common@11.0.5_reflect-metadata@0.2.2_rxjs@7.8.1__@nestjs+core@11.0.5_bullmq@5.35.1/node_modules/@nestjs/bullmq/dist/bull.registrar.js:22:34)
  24.       at BullRegistrar.onModuleInit (../node_modules/.pnpm/@nestjs+bullmq@11.0.1_@nestjs+common@11.0.5_reflect-metadata@0.2.2_rxjs@7.8.1__@nestjs+core@11.0.5_bullmq@5.35.1/node_modules/@nestjs/bullmq/dist/bull.registrar.js:19:14)
  25.       at MapIterator.iteratee (../node_modules/.pnpm/@nestjs+core@11.0.5_@nestjs+common@11.0.5_reflect-metadata@0.2.2_rxjs@7.8.1__@nestjs+platform_r7tuouw5feiz2yjyaumzh5nx34/node_modules/@nestjs/core/hooks/on-module-init.hook.js:22:43)
  26.       at MapIterator.next (../node_modules/.pnpm/iterare@1.2.1/node_modules/iterare/src/map.ts:9:39)
  27.       at IteratorWithOperators.next (../node_modules/.pnpm/iterare@1.2.1/node_modules/iterare/src/iterate.ts:19:28)
  28.           at Function.from (<anonymous>)
  29.       at IteratorWithOperators.toArray (../node_modules/.pnpm/iterare@1.2.1/node_modules/iterare/src/iterate.ts:227:22)
  30.       at callOperator (../node_modules/.pnpm/@nestjs+core@11.0.5_@nestjs+common@11.0.5_reflect-metadata@0.2.2_rxjs@7.8.1__@nestjs+platform_r7tuouw5feiz2yjyaumzh5nx34/node_modules/@nestjs/core/hooks/on-module-init.hook.js:23:10)
  31.       at callModuleInitHook (../node_modules/.pnpm/@nestjs+core@11.0.5_@nestjs+common@11.0.5_reflect-metadata@0.2.2_rxjs@7.8.1__@nestjs+platform_r7tuouw5feiz2yjyaumzh5nx34/node_modules/@nestjs/core/hooks/on-module-init.hook.js:43:23)
  32.       at Proxy.callInitHook (../node_modules/.pnpm/@nestjs+core@11.0.5_@nestjs+common@11.0.5_reflect-metadata@0.2.2_rxjs@7.8.1__@nestjs+platform_r7tuouw5feiz2yjyaumzh5nx34/node_modules/@nestjs/core/nest-application-context.js:242:50)
  33.       at Proxy.init (../node_modules/.pnpm/@nestjs+core@11.0.5_@nestjs+common@11.0.5_reflect-metadata@0.2.2_rxjs@7.8.1__@nestjs+platform_r7tuouw5feiz2yjyaumzh5nx34/node_modules/@nestjs/core/nest-application.js:100:9)
  34.       at Object.<anonymous> (cart.e2e-spec.ts:25:5)
  35.  
  36. Test Suites: 1 failed, 1 total
  37. Tests:       1 failed, 1 total
  38. Snapshots:   0 total
  39. Time:        4.892 s, estimated 9 s
  40. Ran all test suites.
  41. Jest did not exit one second after the test run has completed.
  42.  
  43. 'This usually means that there are asynchronous operations that weren't stopped in your tests. Consider running Jest with `--detectOpenHandles` to troubleshoot this issue.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement