























@@ -6151,7 +6151,7 @@ describe("runCodexAppServerAttempt", () => {
61516151);
6152615261536153const binding = await __testing.rotateOversizedCodexAppServerStartupBinding({
6154-binding: { threadId: "thread-existing", workspaceDir },
6154+binding: await readCodexAppServerBinding(sessionFile),
61556155 sessionFile,
61566156 agentDir,
61576157config: {
@@ -6189,7 +6189,7 @@ describe("runCodexAppServerAttempt", () => {
61896189await fs.writeFile(path.join(rolloutDir, "rollout-thread-existing.jsonl"), "x".repeat(2_000));
6190619061916191const binding = await __testing.rotateOversizedCodexAppServerStartupBinding({
6192-binding: { threadId: "thread-existing", workspaceDir },
6192+binding: await readCodexAppServerBinding(sessionFile),
61936193 sessionFile,
61946194 agentDir,
61956195config: {
@@ -6243,7 +6243,7 @@ describe("runCodexAppServerAttempt", () => {
62436243);
6244624462456245const binding = await __testing.rotateOversizedCodexAppServerStartupBinding({
6246-binding: { threadId: "thread-existing", workspaceDir },
6246+binding: await readCodexAppServerBinding(sessionFile),
62476247 sessionFile,
62486248 agentDir,
62496249config: {
@@ -6295,7 +6295,7 @@ describe("runCodexAppServerAttempt", () => {
62956295);
6296629662976297const binding = await __testing.rotateOversizedCodexAppServerStartupBinding({
6298-binding: { threadId: "thread-existing", workspaceDir },
6298+binding: await readCodexAppServerBinding(sessionFile),
62996299 sessionFile,
63006300 agentDir,
63016301config: {
@@ -6348,7 +6348,7 @@ describe("runCodexAppServerAttempt", () => {
63486348const readFileSpy = vi.spyOn(fs, "readFile");
6349634963506350const binding = await __testing.rotateOversizedCodexAppServerStartupBinding({
6351-binding: { threadId: "thread-existing", workspaceDir },
6351+binding: await readCodexAppServerBinding(sessionFile),
63526352 sessionFile,
63536353 agentDir,
63546354config: {
@@ -6390,7 +6390,7 @@ describe("runCodexAppServerAttempt", () => {
63906390const readFileSpy = vi.spyOn(fs, "readFile");
6391639163926392const binding = await __testing.rotateOversizedCodexAppServerStartupBinding({
6393-binding: { threadId: "thread-existing", workspaceDir },
6393+binding: await readCodexAppServerBinding(sessionFile),
63946394 sessionFile,
63956395 agentDir,
63966396config: {
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。