mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
chore(desktop): bump runtime/tests.rs size ceiling for the lazy-pool contract test
CI's Desktop Core caught what my local gate list missed (again — the size gate wasn't in my same-shell run this time): the new source- contract test pushed runtime/tests.rs past its 1055-line ceiling. Bumped to 1098 with the standard changelog comment. Test-only growth; the file remains queued to split per the existing comments. Co-authored-by: Tyler Longwell <tlongwell@block.xyz> Signed-off-by: Tyler Longwell <tlongwell@block.xyz>
This commit is contained in:
co-authored by
Tyler Longwell
parent
410c7f224a
commit
d8c3dc04f0
@@ -178,7 +178,10 @@ const overrides = new Map([
|
||||
// configure_runtime_cli (fix #2397). Test-only growth; queued to split.
|
||||
// +7 (1041 -> 1048): rebase onto main — this PR's resolver tests land on top
|
||||
// of main's #2397 Windows shim tests. Test-only; queued to split.
|
||||
["src-tauri/src/managed_agents/runtime/tests.rs", 1055],
|
||||
// +43 (1055 -> 1098): spawn_lazy_pool_env_writes_literal_true_once — source
|
||||
// contract pinning the unconditional BUZZ_ACP_LAZY_POOL=true write (#3039).
|
||||
// Test-only; queued to split.
|
||||
["src-tauri/src/managed_agents/runtime/tests.rs", 1098],
|
||||
// applyWorkspace reposDir parameter plus the validateReposDir binding,
|
||||
// threaded through Tauri invokes for configurable repos_dir, plus the
|
||||
// harness-persona-sync `harnessOverride` create-input bit — load-bearing
|
||||
|
||||
Reference in New Issue
Block a user