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

feat(ldfi): Add optional limit of number of faults. #171

Merged
merged 1 commit into from
Mar 18, 2021

Conversation

symbiont-daniel-gustafsson
Copy link
Contributor

No description provided.

@@ -23,6 +23,7 @@ data Config = Config
endOfFiniteFailures :: Maybe Int <?> "The logical time after which we can't generate faults",
maxCrashes :: Maybe Int <?> "The number of crashes we are allowed to generate",
endOfTime :: Maybe Int <?> "NOT USED",
limitNumberOfFaults :: Maybe Int <?> "Set a limit to the number of faults generated",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Faults or omissions?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

faults

@symbiont-daniel-gustafsson symbiont-daniel-gustafsson deleted the ldfi/limit-faults branch March 18, 2021 13:24
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

Successfully merging this pull request may close these issues.

2 participants