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

Offline ETL virtualization and pacing #399

Open
7 tasks
planetchili opened this issue Jan 30, 2025 · 0 comments
Open
7 tasks

Offline ETL virtualization and pacing #399

planetchili opened this issue Jan 30, 2025 · 0 comments

Comments

@planetchili
Copy link
Collaborator

For testing and validation we would like to play back ETL files through the service can consume them from test harness / overlay. A common virtualized interface is the cleanest solution, but currently PresentMonSession is not actually being dynamically bound.

  • Re-architect the PresentMonSession interface for full dynamic binding (owner should mostly operate identically whether realtime or offline session is the underlying type)
  • Review the PresentMon container class to improve interaction and control of PresentMonSession(s)
  • Add the ability to control pacing of ETL (offline) events
  • Implement pacing mode that paces to approximately the same cadence that they were captured at (for testing E2E to overlay)
  • Implement pacing mode that paces to a fixed time step cadence with backpressure mechanism (for automated testing)
  • Adjust timestamps of events, spoofing them to appear as realtime in the playback system or for consistency with automated test timeframes
  • Add the ability to feed an ETL file to the service on the command line (unit test purposes)
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

1 participant