mirror of
https://github.com/openai/codex.git
synced 2026-05-01 18:06:47 +00:00
[core] refresh inline compaction comments [ci changed_files]
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -733,8 +733,8 @@ async fn auto_server_side_compaction_follow_ups_use_compaction_checkpoint() -> R
|
||||
}
|
||||
|
||||
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
|
||||
async fn auto_server_side_compaction_retries_without_committing_incomplete_checkpoint() -> Result<()>
|
||||
{
|
||||
async fn auto_server_side_compaction_retries_without_persisting_failed_compaction_item()
|
||||
-> Result<()> {
|
||||
skip_if_no_network!(Ok(()));
|
||||
|
||||
let compact_threshold = 120;
|
||||
@@ -805,7 +805,7 @@ async fn auto_server_side_compaction_retries_without_committing_incomplete_check
|
||||
let third_turn_request = &requests[3];
|
||||
assert!(
|
||||
!third_turn_request.body_contains_text(&inline_summary),
|
||||
"failed inline compaction should not rewrite local history before a retry succeeds"
|
||||
"failed inline compaction should not persist its compaction item into later turns"
|
||||
);
|
||||
assert!(
|
||||
third_turn_request.body_contains_text(first_turn_text),
|
||||
|
||||
Reference in New Issue
Block a user