Skip to content

chore: Ensure EventProcessor::OnEndValidationStage is called when critical validation error contained #2816

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 31, 2025

Conversation

filzrev
Copy link
Contributor

@filzrev filzrev commented Jul 30, 2025

This PR modify EventProcessor::OnEndValidationStage invoke timing to ensure OnEndValidationStage is called when validation failed.

Background
I want to handle validation errors on EventProcessor::OnEndValidationStage event to grouping errors per BenchmarkCase.

But on current implementation.
EventProcessor::OnEndValidationStage is not called when ValidationErrors contains critical error.

@filzrev filzrev force-pushed the chore-modify-eventprocessor-call branch from 1a42172 to 6a2a9d0 Compare July 30, 2025 09:14
@timcassell timcassell merged commit e2d30d3 into dotnet:master Jul 31, 2025
9 checks passed
@timcassell timcassell added this to the v0.15.3 milestone Jul 31, 2025
@filzrev filzrev deleted the chore-modify-eventprocessor-call branch July 31, 2025 06:03
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.

2 participants