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

i#7157 dyn inject: Fix switch trace injection test #7276

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

abhinav92003
Copy link
Contributor

Fixes the existing scheduler unit test that verifies kernel context switch template injection.

The res bool was unused, therefore a failure to match expectations was never reported. The expected timestamps inside the injected part of the trace should be the ones updated by the scheduler, not the original one in the trace template.

Issue: #7157

Fixes the existing scheduler unit test that verifies kernel switch template injection.

The res bool was unused, therefore a failure was never reported. The expected timestamps inside the injected part of
the trace are the ones updated by the scheduler, not the original one in the trace template.

Issue: #7157
@abhinav92003 abhinav92003 merged commit d11ec3f into master Feb 14, 2025
19 checks passed
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