Skip to content
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

Runtime Debug tests to validate proper thread execution #1015

Closed
kgiusti opened this issue Mar 24, 2023 · 0 comments · Fixed by #1162
Closed

Runtime Debug tests to validate proper thread execution #1015

kgiusti opened this issue Mar 24, 2023 · 0 comments · Fixed by #1162
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@kgiusti
Copy link
Contributor

kgiusti commented Mar 24, 2023

There are execution paths throughout the router codebase that are thread-specific. These codepaths are restricted to executing only on a particular type of thread. This features provides a way to annotate those codepaths. For debug builds these annotations will trigger process abort when threading violations occur.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants