mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-27 09:21:35 +07:00
test(planner): refresh extension batch expectations
This commit is contained in:
@@ -306,10 +306,11 @@ describe("scripts/test-parallel lane planning", () => {
|
||||
);
|
||||
|
||||
expect(midMemoryOutput).toContain("extensions-batch-1 filters=all maxWorkers=3");
|
||||
expect(midMemoryOutput).toContain("extensions-batch-3 filters=all maxWorkers=3");
|
||||
expect(midMemoryOutput).toContain("extensions-batch-2 filters=all maxWorkers=3");
|
||||
expect(midMemoryOutput).not.toContain("extensions-batch-3");
|
||||
expect(highMemoryOutput).toContain("extensions-batch-1 filters=all maxWorkers=5");
|
||||
expect(highMemoryOutput).toContain("extensions-batch-3 filters=all maxWorkers=5");
|
||||
expect(highMemoryOutput).not.toContain("extensions-batch-4");
|
||||
expect(highMemoryOutput).toContain("extensions-batch-2 filters=all maxWorkers=5");
|
||||
expect(highMemoryOutput).not.toContain("extensions-batch-3");
|
||||
});
|
||||
|
||||
it("starts isolated channel lanes before shared extension batches on high-memory local hosts", () => {
|
||||
|
||||
Reference in New Issue
Block a user