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

fix: ab playback resolver not allowing sessions to span between segments SUPERFLY-5 #1

Open
wants to merge 10 commits into
base: upstream-release51
Choose a base branch
from

Conversation

Julusian
Copy link
Collaborator

@Julusian Julusian commented Apr 5, 2024

As discussed in SUPERFLY-5, AB sessions should persist across parts, and it should be possible to do so across segments.

In the code it was doing Check if we can continue sessions from the part before, or if we should create new ones, but the check was only looking at the rank of the parts, which is really the rank inside the segment.

This expands that check to correctly consider the rank of the owning segment when they are in different segments and consider the rank of the parts only when they are in the same segment.

This has been verified with the addition of a new unit test, no manual testing has been performed currently.

@PeterC89 PeterC89 self-requested a review April 9, 2024 09:06
Copy link
Collaborator

@PeterC89 PeterC89 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved from a functionality perspective

@Julusian Julusian changed the base branch from release51 to upstream/SUPERFLY-5-ab-sessions-across-parts September 23, 2024 13:57
@Julusian Julusian changed the base branch from upstream/SUPERFLY-5-ab-sessions-across-parts to upstream-release51 September 23, 2024 13:58
@Julusian
Copy link
Collaborator Author

Upstream: nrkno#1261

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.

3 participants