-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 in a Tabs View don't re-query when Time Conductor toggled to Local Clock #4777
Comments
We need to make sure when fixing this that eager load true does not break. the requests (that aren't happening) @charlesh88 is talking about should happen for the current tab and also all other tabs. Then, on tab change no new requests should be made. |
Repro steps update: initially it was thought that Eager load had to be set true, but we just retested during Testathon today and determined that the setting doesn't matter. |
Testing instructions: |
Not fixed. I am seeing cases where loading a plot in real-time mode does not show a spinner, and sometimes does not show historical data at all. In this case the request goes out and returns, but the data is never painted in the plot. I am also seeing duplicate requests when switching between modes. |
Created #5219 to track missing spinners |
We should re-test the issue as originally reported and verify that it is actually fixed. There is a secondary issue of plots not showing a spinner when historical queries are outstanding, which I will create a separate issue for. |
verified |
We need an explicit test for this |
Summary
Observe: the plot will draw traces from the time in which the TC was switched to Fixed mode directly to the time in which it was switched back to RT. This may not be the case for all plots, see this example:
It should have re-queried and filled in the data for all plots in the view.
Impact Check List
Environment
Additional Information
The text was updated successfully, but these errors were encountered: