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

test: relax chunk count expectations #25415

Merged
merged 1 commit into from
Jan 20, 2019

Commits on Jan 20, 2019

  1. test: relax chunk count expectations

    In parallel/test-fs-read-stream-concurrent-reads.js the number
    of data chunks used is being tested when few concurrent reads
    are performed. The number of chunks can fluctuate based on the
    number of concurrent reads as well as the data that was read in
    one shot. Accommodate these variations in the test.
    
    Fixes: nodejs#22339
    
    PR-URL: nodejs#25415
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    gireeshpunathil committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    cc26957 View commit details
    Browse the repository at this point in the history