Log cgroup RAM limits
This commit is contained in:
parent
253d9cf358
commit
379f89dc53
12 changed files with 32 additions and 19 deletions
|
|
@ -93,7 +93,7 @@ for (const {
|
|||
|
||||
test("getMemoryFlag() throws if the ram input is < 0 or NaN", async (t) => {
|
||||
for (const input of ["-1", "hello!"]) {
|
||||
t.throws(() => util.getMemoryFlag(input));
|
||||
t.throws(() => util.getMemoryFlag(input, getRunnerLogger(true)));
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue