-
Notifications
You must be signed in to change notification settings - Fork 807
Closed
Labels
Code QualityDeficiencies in code qualityDeficiencies in code qualityComplexity: MediumFeature removalImpact: MediumUX
Description
Infection Monkey is highly configurable. Some configuration options are untested, likely unused, and mostly unnecessary. Remove the below options from the configuration and ensure there is sufficient test coverage.
- Send log to server
- Delete on cleanup
- Use file logging
- Serialize config
- Try to move first
- singleton mutex name
- Monkey's directory name
- Maximum iterations
- timeout between iterations
Tasks
- Always send log to server (0d) @ilija-lazoroski
- Always delete on cleanup (0d) @ilija-lazoroski
- Always use file logging (0d) @ilija-lazoroski
- Remove "serialize config" (0d) @ilija-lazoroski
- Always try to move first (0d) @ilija-lazoroski
- Use constant singleton mutex name (0d) - @shreyamalviya
- Use constant monkey directory name (0d) @ilija-lazoroski
- Remove maximum iterations feature (0.25d) - @shreyamalviya
- Remove timeout between iterations
Metadata
Metadata
Assignees
Labels
Code QualityDeficiencies in code qualityDeficiencies in code qualityComplexity: MediumFeature removalImpact: MediumUX