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

[v10] Prevent "session.start" from being overwritten by "session.exec" #19496

Merged
merged 2 commits into from Dec 19, 2022

Conversation

rosstimothy
Copy link
Contributor

Backport #19450 to branch/v10

The `session.exec` event was not being passed through the session
recorder, which resulted in said event having an event index of 0.
This caused the original `session.start` event which also has an
`eid` of 0 to be overwritten by the `session.exec` event.

By emitting the `session.exec` event via the same mechanism as the
`session.start` event it gets a proper event index and no longer
overwrites the `session.start`.

Closes #13622
@rosstimothy rosstimothy marked this pull request as ready for review December 19, 2022 20:43
@rosstimothy rosstimothy merged commit e09713e into branch/v10 Dec 19, 2022
@rosstimothy rosstimothy deleted the bot/backport-19450-branch/v10 branch December 19, 2022 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants