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

Bug: Method RingBuffer.get_boundaries() fails until the buffer is filled #1077

Closed
3 tasks done
detlefarend opened this issue Oct 31, 2024 · 0 comments · Fixed by #1043
Closed
3 tasks done

Bug: Method RingBuffer.get_boundaries() fails until the buffer is filled #1077

detlefarend opened this issue Oct 31, 2024 · 0 comments · Fixed by #1043
Assignees
Labels
BF Basic Functions/Infrastructure bug Something isn't working quality Quality assurance

Comments

@detlefarend
Copy link
Member

detlefarend commented Oct 31, 2024

1 Describe the bug
The method mentioned determines the boundaries based on the internal ring buffer initialized with zeros. These zeros are considered before the buffer is completely flooded with real instance data. In the phase of a partially flooded buffer, the boundaries need to be determined based on the flooded part of the buffer only.

2 To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

3 Expected behavior
A clear and concise description of what you expected to happen.

4 Screenshots
If applicable, add screenshots to help explain your problem.

5 Additional Informations

5.1 Operating System

  • Linux
  • Windows
  • Mac OS
@detlefarend detlefarend added bug Something isn't working quality Quality assurance BF Basic Functions/Infrastructure next release labels Oct 31, 2024
@detlefarend detlefarend self-assigned this Oct 31, 2024
@detlefarend detlefarend linked a pull request Oct 31, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BF Basic Functions/Infrastructure bug Something isn't working quality Quality assurance
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant