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

cgroup: refine the handling of error 'no cpu controller detected' #5999

Merged
merged 10 commits into from
Feb 16, 2023

Commits on Feb 15, 2023

  1. try fix getCgroupCPU

    Signed-off-by: Sen Han <00hnes@gmail.com>
    hnes committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    db2630a View commit details
    Browse the repository at this point in the history
  2. add some log

    Signed-off-by: Sen Han <00hnes@gmail.com>
    hnes committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    e4b99b5 View commit details
    Browse the repository at this point in the history
  3. ignore error if kernel version is too old

    Signed-off-by: Sen Han <00hnes@gmail.com>
    hnes committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    6078724 View commit details
    Browse the repository at this point in the history
  4. remove TestGetCgroupCPU from flaky tests list

    Signed-off-by: Sen Han <00hnes@gmail.com>
    hnes committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    a6de27a View commit details
    Browse the repository at this point in the history
  5. change log level from info into warn

    Signed-off-by: Sen Han <00hnes@gmail.com>
    hnes committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    f461fc9 View commit details
    Browse the repository at this point in the history
  6. use log provided by testing pkg

    Signed-off-by: Sen Han <00hnes@gmail.com>
    hnes committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    dfdb98a View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. use err var instead of constant string

    Signed-off-by: Sen Han <00hnes@gmail.com>
    hnes committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    f186070 View commit details
    Browse the repository at this point in the history
  2. fix

    Signed-off-by: Sen Han <00hnes@gmail.com>
    hnes committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    a746178 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cf1374 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00b04b8 View commit details
    Browse the repository at this point in the history