Skip to content

app-server: fix outgoing sender test setup#20258

Merged
sayan-oai merged 1 commit intomainfrom
fix-app-server-outgoing-analytics
Apr 29, 2026
Merged

app-server: fix outgoing sender test setup#20258
sayan-oai merged 1 commit intomainfrom
fix-app-server-outgoing-analytics

Conversation

@sayan-oai
Copy link
Copy Markdown
Collaborator

Why

#17088 changed OutgoingMessageSender::new to require an AnalyticsEventsClient, but one command_exec test added earlier on main still called the old one-argument constructor. That leaves current main failing to compile in Bazel and argument-comment-lint jobs.

What changed

  • Pass AnalyticsEventsClient::disabled() to the missed OutgoingMessageSender::new test call site in command_exec.rs.

Verification

  • cargo test -p codex-app-server timeout_or_cancellation_reports_cancellation_without_timeout_exit_code

@sayan-oai sayan-oai enabled auto-merge (squash) April 29, 2026 20:38
@sayan-oai sayan-oai merged commit b15074d into main Apr 29, 2026
25 checks passed
@sayan-oai sayan-oai deleted the fix-app-server-outgoing-analytics branch April 29, 2026 20:47
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 29, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants