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

Only allow large gaps to be skipped if start gap or all fragments in range are partial #5366

Merged
merged 2 commits into from Apr 6, 2023

Conversation

robwalch
Copy link
Collaborator

@robwalch robwalch commented Apr 1, 2023

This PR will...

Only allow large gaps to be skipped if start gap or all fragments in range are partial

Why is this Pull Request needed?

Prevents large gap jumps introduced in v1.4.0-beta with the exception of start gaps and spans containing tracked fragments with GAP tags.

Are there any points in the code the reviewer needs to double check?

Resolves issues:

Fixes #5360

Checklist

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • API or design changes are documented in API.md

@robwalch robwalch added this to the 1.4.0 milestone Apr 1, 2023
@robwalch robwalch requested a review from mtoczko April 1, 2023 02:07
mtoczko
mtoczko previously approved these changes Apr 1, 2023
@robwalch robwalch force-pushed the bugfix/large-gap-skip-check branch from 5096486 to ef156b7 Compare April 6, 2023 04:38
@robwalch robwalch mentioned this pull request Apr 6, 2023
5 tasks
@robwalch robwalch force-pushed the bugfix/large-gap-skip-check branch from ef156b7 to c95b0f6 Compare April 6, 2023 15:44
@robwalch robwalch merged commit a9982f7 into master Apr 6, 2023
16 checks passed
@robwalch robwalch deleted the bugfix/large-gap-skip-check branch April 6, 2023 16:23
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.

v1.4.0-beta regression gap controller jumps large gaps
2 participants