-
Notifications
You must be signed in to change notification settings - Fork 807
Remove max iterations and timeout between iterations options #1600
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
Conversation
I think we can also get rid of "retry failed exploitation." If I understand it correctly, that option allows you to enable or disable whether or not the monkey will retry exploitation in subsequent runs. Since there's now only 1 run, the option is meaningless. Please inspect the code to confirm. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Just fix conflicts.
2351cdd
to
a21f6c8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov Report
@@ Coverage Diff @@
## develop #1600 +/- ##
===========================================
+ Coverage 44.65% 44.69% +0.03%
===========================================
Files 468 468
Lines 13628 13611 -17
===========================================
- Hits 6086 6083 -3
+ Misses 7542 7528 -14
Continue to review full report at Codecov.
|
…its fields are needed now
…gent ⚙ AzD8XysWg1BBXCjCDkfq
65781f9
to
52019f2
Compare
What does this PR do?
Fixes #1537
PR Checklist
Testing Checklist
Explain Changes
Are the commit messages enough? If not, elaborate.