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

Add warning when multi-thread decompression is requested #3208

Commits on Jul 20, 2022

  1. Add warning when multi-thread decompression is requested

    When user pass in argument for both decompression and multi-thread, print a warning message
    to indicate that multi-threaded decompression is not supported.
    tomcwang committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    85cac04 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Move check to before nbWorker is assigned

    move check to before nbWorker is assigned so we do not throw warning message when
    -T0 is used.
    tomcwang committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    a2f7bcb View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. add test case for multi-threaded decoding warning

    add test case for multi-threaded decoding warning.
    Expecation is for -d -T0 we will not throw any warning,
    and see warning for any other -d -T(>1) inputs
    tomcwang committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    720c216 View commit details
    Browse the repository at this point in the history