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

Fixes for new issues found in testing of r5.3.0 release candidates #231

Open
11 of 16 tasks
davetsay opened this issue Nov 5, 2024 · 1 comment
Open
11 of 16 tasks

Comments

@davetsay
Copy link
Collaborator

davetsay commented Nov 5, 2024

Found in r5.3.0-rc2

  • cannot initialize historical session selector twice
    • open session selector, close, then open again and see console error
  • data product preview column missing link
    • cells have markup, class object-path="[object Object]". bad component registration. see ProductStatusPlugin
  • time conductor validation error
    • enter a value into start time and see console error
  • dictionary view not loading and error on navigate away
    • navigate to dictionary view in dataset, then navigate away
  • packet summary report has misleading text after submission

Found in r5.3.0-rc3

  • Date Picker missing (core: omm-r5.3.0-rc3)
    • go to time conductor in fixed time mode and calendar icon to pick date is missing
  • config.allowRealtime = false (and probably other time conductor options) not being respected Realtime Config flag fix #236 No realtime nasa/openmct#7934
  • connecting to realtime session gives DataCloneError and data stream (websocket) does not connect. Refreshing page connects to data stream (merged)
  • navigate to table node via search from plot view from dataset node still displays plot view (fixed for creatables, but not dataset nodes)
  • frame accountability view
  • import of dataset has missing object for EVR node (needs retest)
  • historical session url should take precendence over current session (Fix local storage filtering overriding historical session filtering set by url #235)
  • historical filter required should only warn in fixed time mode (#fix-deny-unflitered-historical-queries)
    • DO NOT MERGE. working as expected per requesting user (In realtime mode, there's still a historical query that goes out to backfill the current view. Even tho it's bound by the queryTimespanLimit in realtime that would still result in a query for all sessions hitting whole db for (queryTimespanLimit * number of channels displayed). That's what was ultimately bogging our systems down)
  • opening data set causes omm to timeout completely (see recording attached to wiki)
  • fix unit tests
  • lmst gets validation error that inputs need to be numbers not strings
@davetsay davetsay added this to the MC2412 Sprint 6 milestone Nov 5, 2024
@davetsay davetsay changed the title r5.3.0-rc3 bugs fix r5.3.0-rc2 bugs Nov 5, 2024
@nltpe101
Copy link
Collaborator

nltpe101 commented Nov 8, 2024

  • Realtime connection fails to connect to the web socket query and does not display current flowing data in the view

Errors in creating object in console

Screenshot 2024-11-08 at 09 46 32 Screenshot 2024-11-08 at 09 47 54

@davetsay davetsay changed the title fix r5.3.0-rc2 bugs Fixes for new issues found in testing of r5.3.0 release candidates Nov 8, 2024
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

No branches or pull requests

2 participants