Skip to content

meet: E2E test — Tier 1 hit → Tier 2 confirms → agent wake → meet_send_chat#25952

Merged
siddseethepalli merged 1 commit into
mainfrom
run-plan/meet-phase-2-chat/pr-8
Apr 15, 2026
Merged

meet: E2E test — Tier 1 hit → Tier 2 confirms → agent wake → meet_send_chat#25952
siddseethepalli merged 1 commit into
mainfrom
run-plan/meet-phase-2-chat/pr-8

Conversation

@siddseethepalli
Copy link
Copy Markdown
Contributor

@siddseethepalli siddseethepalli commented Apr 15, 2026

Summary

  • End-to-end integration test for the proactive-chat pipeline
  • 5 scenarios: happy path, Tier 2 declines, agent declines, cooldown enforcement, disabled config
  • Full chain executes on mocked components: detector → wake → tool → bot

Part of plan: meet-phase-2-chat.md (PR 8 of 8)


Open with Devin

@siddseethepalli siddseethepalli merged commit 3c874fc into main Apr 15, 2026
@siddseethepalli siddseethepalli deleted the run-plan/meet-phase-2-chat/pr-8 branch April 15, 2026 23:16
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: be5593d25e

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

expect(blocks[0]!.name).toBe("meet_send_chat");

// Performance envelope — comfortable headroom over the plan's 100ms.
expect(elapsedMs).toBeLessThan(100);
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Avoid strict 100ms wall-clock assertion in E2E test

elapsedMs is measured with real time across async I/O (setTimeout, fetch, and Bun server scheduling), so this check can fail intermittently on slow or contended CI runners even when behavior is correct. That makes this new end-to-end test flaky and can block unrelated changes; prefer validating functional effects here and moving latency enforcement to a benchmark-style test with a looser percentile-based threshold.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 3 additional findings.

Open in Devin Review

@siddseethepalli
Copy link
Copy Markdown
Contributor Author

Follow-up shipped in #26265 — addresses consolidated review feedback (chat concurrency mutex, dispose teardown, wake adapter timeout/ghost prevention, tokenEstimationProvider forwarding, E2E test flakiness).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant