Skip to content

test: add new scenario for async-local storage

Add a new scenario of multiple clients sharing a single data callback function managing their response data through AsyncLocalStorage APIs

Refs: https://github.com/nodejs/node/pull/32063 Refs: https://github.com/nodejs/node/issues/32060 Refs: https://github.com/nodejs/node/issues/32062#issuecomment-593957787

Co-authored-by: Gireesh Punathil gpunathi@in.ibm.com

This cannot land before https://github.com/nodejs/node/pull/32063

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading