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

Plots should not purge data that's out of bounds if it is paused #6460

Closed
2 of 7 tasks
shefalijoshi opened this issue Mar 16, 2023 · 0 comments · Fixed by #7732
Closed
2 of 7 tasks

Plots should not purge data that's out of bounds if it is paused #6460

shefalijoshi opened this issue Mar 16, 2023 · 0 comments · Fixed by #7732

Comments

@shefalijoshi
Copy link
Contributor

shefalijoshi commented Mar 16, 2023

Summary

When plots are paused while in local clock mode, any data that's older than the current clock time is still purged.

Expected vs Current Behavior

When plots are paused, we should not discard old data that's out of bounds. When the plot is resumed, we can purge old data again.

Steps to Reproduce

  1. Start open mct in local clock mode
  2. View a sine wave generator or any other telemetry
  3. Pause the plot by clicking it
  4. Observe that older data gets purged from the plot while it's paused (you might need to wait for a few minutes to see this)

Workaround: Unpause the plot by pressing the play button or use the sync time conductor to plot button to switch to fixed time span mode.

Environment

  • Open MCT Version: 2.2.0
  • Deployment Type: testathon
  • OS: All
  • Browser: All

Impact Check List

  • Data loss or misrepresented data?
  • Regression? Did this used to work or has it always been broken?
  • Is there a workaround available?
  • Does this impact a critical component?
  • Is this just a visual bug with no functional impact?
  • Does this block the execution of e2e tests?
  • Does this have an impact on Performance?

Additional Information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant