[OPIK-7421] test: add Ollie explain E2E release-gate test - #7564
Merged
Conversation
Contributor
⏱️ pre-commit per-hook timing
⏭️ 38 skipped (no matching files changed)
|
natagh23
marked this pull request as ready for review
July 22, 2026 12:14
andrescrz
approved these changes
Jul 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Details
Adds an E2E release-gate test for the "Explain" (Ollie) feature on the Traces table: for each seeded trace it opens the Errors, Estimated cost, and Duration cell explanations and asserts the returned text is on-topic, then verifies "Continue conversation" hands the same explanation off to the Ollie sidebar. Also seeds a dedicated fixture of traces with varied cost/duration/error data to exercise each explanation path, and extends the SDK driver service with the trace fields needed to seed them.
Change checklist
Issues
AI-WATERMARK
AI-WATERMARK: yes
Testing
Ran
npx tsc --noEmitintests_end_to_end/e2e(clean) andpython3 -m py_compileon the modifiedopik-sdk-driverroute/schema files (clean). New spec added under@t3-nightly/@ollietags; not run against a live cloud environment in this session since Ollie is cloud/client-only.Documentation
N/A