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

Generate a runner that can automatically replay journal files #103

Open
robertgoss opened this issue Jul 16, 2020 · 0 comments
Open

Generate a runner that can automatically replay journal files #103

robertgoss opened this issue Jul 16, 2020 · 0 comments
Assignees

Comments

@robertgoss
Copy link
Collaborator

Given a journal file that has been output we would like to be able to attempt to replay it.

This would be a small program that will read a given journal file and attempt to make the same calls to the interface.

The handle's of newly created objects returned from the interface are unlikely to match the initial values of the handle so we need to keep a mapping of the old to new handles.

We would like the ability to inject objects into the runner - and call it progammatically.

@robertgoss robertgoss self-assigned this Jul 16, 2020
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