mirror of
https://github.com/openai/codex.git
synced 2026-05-23 12:34:25 +00:00
Rename /compact start test for no-history semantics
This commit is contained in:
@@ -199,7 +199,7 @@ async fn auto_compaction_remote_emits_started_and_completed_items() -> Result<()
|
||||
}
|
||||
|
||||
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
|
||||
async fn thread_compact_start_triggers_compaction_and_returns_empty_response() -> Result<()> {
|
||||
async fn thread_compact_start_without_history_emits_started_and_completed_items() -> Result<()> {
|
||||
skip_if_no_network!(Ok(()));
|
||||
|
||||
let server = responses::start_mock_server().await;
|
||||
|
||||
Reference in New Issue
Block a user