-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test cgroup_util_read_cgroup_memory_limit_with_fallback
- Loading branch information
Showing
5 changed files
with
22 additions
and
7 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
test/fixtures/cgroups/heroku-cr-v1/expected_status_with_fallback
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0 |
2 changes: 2 additions & 0 deletions
2
test/fixtures/cgroups/heroku-cr-v1/expected_stderr_with_fallback
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Could not determine mount point for cgroup controller 'memory' from 'test/fixtures/cgroups/heroku-cr-v1/proc/self/mountinfo' | ||
Reading fallback limit from '%1$s/sys/fs/cgroup/memory/memory.limit_in_bytes' |
1 change: 1 addition & 0 deletions
1
test/fixtures/cgroups/heroku-ps-v1-crcompat/expected_status_with_fallback
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0 |
2 changes: 2 additions & 0 deletions
2
test/fixtures/cgroups/heroku-ps-v1-crcompat/expected_stderr_with_fallback
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Could not determine mount point for cgroup controller 'memory' from 'test/fixtures/cgroups/heroku-ps-v1-crcompat/proc/self/mountinfo' | ||
Reading fallback limit from '%1$s/sys/fs/cgroup/memory/memory.limit_in_bytes' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters