Skip to content

fix: separate errored conversations from failed tests in scenario eva…#370

Merged
bayger merged 1 commit into
devfrom
fix-scenario-test-error-handling
Jun 18, 2026
Merged

fix: separate errored conversations from failed tests in scenario eva…#370
bayger merged 1 commit into
devfrom
fix-scenario-test-error-handling

Conversation

@bayger

@bayger bayger commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

…luation

Technical errors (conversation_failed, exceptions) are now marked as 'error' instead of 'failed', excluding them from pass/fail evaluation.

  • Add 'error' to ScenarioRunStatus
  • Persist TestRunStatus on scenarioConversations for debugging
  • Add errorCount column to scenarioRuns
  • Run is 'passed' when failedCount==0 and passedCount>0
  • Errors are excluded from pass/fail but retrievable via errorCount

…luation

Technical errors (conversation_failed, exceptions) are now marked as 'error'
instead of 'failed', excluding them from pass/fail evaluation.

- Add 'error' to ScenarioRunStatus
- Persist TestRunStatus on scenarioConversations for debugging
- Add errorCount column to scenarioRuns
- Run is 'passed' when failedCount==0 and passedCount>0
- Errors are excluded from pass/fail but retrievable via errorCount
@bayger bayger merged commit 3763a13 into dev Jun 18, 2026
2 checks passed
@bayger bayger deleted the fix-scenario-test-error-handling branch June 18, 2026 11:46
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