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

mutate admin: select mutants at time interval #905

Open
christoffer-nylen opened this issue Sep 11, 2019 · 0 comments
Open

mutate admin: select mutants at time interval #905

christoffer-nylen opened this issue Sep 11, 2019 · 0 comments

Comments

@christoffer-nylen
Copy link
Collaborator

Assume:

  1. Mutation testing has been executing successfully during 2019-09-11 from 8.00 to 17.00
  2. Mutation score during that time was 0.5
  3. There is a problem with the test environment 17.00 (e.g., failing debug probe)
  4. The mutation testing continues to mutate 100:s of mutants and report them all as "alive" until 07.30 the next day.

Scenario:

The user would like to reset the alive mutants reported after 2019-09-11, 17.00, but keep the alive mutants from from 8.00 to 17.00.

Problem:

By resetting all alive mutants, 50% of the work performed 2019-09-11 between 8.00 to 17.00 gets lost..

Suggestion:

Add a feature to let the user specify mutants using a time interval (e.g., reset all alive mutants after the test envrionment started to fail).

Example:

dextool mutate admin --mutant lcr --operation resetMutant --status alive --from 2019-09-10 17:00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant