Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

async_hooks,test: add test for async hooks parity for async/await #20626

Closed
wants to merge 4 commits into from

Commits on May 11, 2018

  1. async_hooks,test: add test for async hooks parity for async/await

    Add a basic test ensuring parity between before-after and
    init-promiseResolve hooks when using async/await.
    
    Refs: nodejs#20516
    MayaLekova committed May 11, 2018
    Configuration menu
    Copy the full SHA
    64a2c4b View commit details
    Browse the repository at this point in the history
  2. async_hooks,test: enhance initHooks with promiseResolve hook

    Add ability to initHooks and to checkInvocations utilities to transmit
    promiseResolve hook as well.
    
    Refs: nodejs#20516
    MayaLekova committed May 11, 2018
    Configuration menu
    Copy the full SHA
    35b8fcf View commit details
    Browse the repository at this point in the history
  3. async_hooks,test: refactor async/await test to use initHooks

    Reword async/await test to make use of the initHooks utility
    and an attempt to clarify the test's logic.
    
    Refs: nodejs#20516
    MayaLekova committed May 11, 2018
    Configuration menu
    Copy the full SHA
    dc98e80 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2018

  1. Configuration menu
    Copy the full SHA
    d70af92 View commit details
    Browse the repository at this point in the history