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

Enable testing a particular problem and/or executing a particular random run #31

Open
zaikunzhang opened this issue Feb 22, 2024 · 0 comments

Comments

@zaikunzhang
Copy link

zaikunzhang commented Feb 22, 2024

Motivation:

Errors / weird things may occur when testing a particular problem or executing a particular random run. We should be able to reproduce them quickly, not rerunning all the tests but running only a minimal subset of them.

N.B.:

  1. If randomization is involved, make sure that the random seed is reproduced.
  2. If the whole test runs in prallel, then the subset of the tests should also run in parallel; otherwise, things may not be reproducible --- you should know this and you should know why.

Thanks.

@zaikunzhang zaikunzhang changed the title Feature needed: testing a particular problem and/or executing a particular random run Testing a particular problem and/or executing a particular random run Feb 22, 2024
@zaikunzhang zaikunzhang changed the title Testing a particular problem and/or executing a particular random run Test a particular problem and/or executing a particular random run Feb 22, 2024
@zaikunzhang zaikunzhang changed the title Test a particular problem and/or executing a particular random run Enable testing a particular problem and/or executing a particular random run Feb 22, 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

1 participant