mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-28 05:46:17 +00:00
fix(test): fail missing kitchen sink rss samples
This commit is contained in:
@@ -52,4 +52,8 @@ describe("kitchen-sink RPC process sampling", () => {
|
||||
"gateway RSS exceeded 2048 MiB: 2049 MiB",
|
||||
);
|
||||
});
|
||||
|
||||
it("fails when process sampling does not capture RSS", () => {
|
||||
expect(() => assertResourceCeiling(null)).toThrow("gateway RSS sample was not captured");
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user