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

modify CrashMonkey and BaseTestCase to make use of checkpoints #42

Closed
ashmrtn opened this issue Sep 13, 2017 · 0 comments
Closed

modify CrashMonkey and BaseTestCase to make use of checkpoints #42

ashmrtn opened this issue Sep 13, 2017 · 0 comments
Assignees

Comments

@ashmrtn
Copy link
Member

ashmrtn commented Sep 13, 2017

Part of the revised version of #12.

Checkpoints require support across many parts of CrashMonkey. This part slightly modifies the way user tests are called so that checkpoint information is passed to user tests

For checkpoints, we can assume 2 things:

  1. the user has just performed a sync/fsync request of some form
  2. this call will block until all parts of the checkpoint are completed

The part of CrashMonkey that calls user tests should be modified to pass along the checkpoint number (generated by #41). BaseTestCase.h should be modified such that this is allowed.

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