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

fixed tests of raised fd limits #5496

Merged
merged 3 commits into from
Sep 25, 2018
Merged

fixed tests of raised fd limits #5496

merged 3 commits into from
Sep 25, 2018

Commits on Sep 24, 2018

  1. fixed test of raised fd limits

    Raising FD limits was erroring when the OS's max was at the maximum signed integer value. Switched the code to using uint64 instead of int64.
    
    fixed #5495
    
    License: MIT
    Signed-off-by: Rob Deutsch <rdeutschob@gmail.com>
    rob-deutsch committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    182507d View commit details
    Browse the repository at this point in the history
  2. supressed fd util printing to output

    Moved the fmt.Printf call from ManageFdLimit() to the calling code. ManageFdLimit() is called by tests and its annoying to have it output text
    
    License: MIT
    Signed-off-by: Rob Deutsch <rdeutschob@gmail.com>
    rob-deutsch committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    8cca572 View commit details
    Browse the repository at this point in the history
  3. added freebsd cross-compile to 'make check' tests

    License: MIT
    Signed-off-by: Rob Deutsch <rdeutschob@gmail.com>
    rob-deutsch committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    aada0cc View commit details
    Browse the repository at this point in the history