Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>
  • Loading branch information
hawkingrei committed Feb 13, 2023
1 parent a95aedc commit d6d2fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/cgroup/cgroup_cpu_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func TestGetCgroupCPU(t *testing.T) {
}
cpu, err := GetCgroupCPU()
if err == errNoCPUControllerDetected {
require.False(t, InContainer(), "Please check linux version. This is related to cgroup compatibility.")
require.False(t, InContainer(), "Please check linux version > v4.7.x. This is related to cgroup compatibility.")
} else {
require.NoError(t, err)
require.NotZero(t, cpu.Period)
Expand Down

0 comments on commit d6d2fc7

Please sign in to comment.