mirror of
https://github.com/openai/codex.git
synced 2026-04-26 15:45:02 +00:00
chore: do not disable memories for past rollouts on reset (#17919)
This commit is contained in:
@@ -125,12 +125,6 @@ INSERT INTO jobs (
|
||||
.fetch_one(&pool)
|
||||
.await?;
|
||||
assert_eq!(memory_jobs_count, 0);
|
||||
|
||||
let memory_mode: String = sqlx::query_scalar("SELECT memory_mode FROM threads WHERE id = ?")
|
||||
.bind(thread_id)
|
||||
.fetch_one(&pool)
|
||||
.await?;
|
||||
assert_eq!(memory_mode, "disabled");
|
||||
assert!(!memory_root.exists());
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user