Skip to content

Commit

Permalink
mutate with 1 job on rails_application
Browse files Browse the repository at this point in the history
in new mutant version, on local machine, rails mutations failed randomly with "broken pipe", with 1 job, it works fine (plus much faster)
adjusted to mutant deprecations in infra and rails
set   operators: light explicitly even though it's default
  • Loading branch information
andrzejkrzywda committed Jan 12, 2024
1 parent d1b0d63 commit 0b34ae8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 4 additions & 2 deletions infra/.mutant.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
mutation:
timeout: 10.0
includes:
- test
integration: minitest
mutation_timeout: 10.0
integration:
name: minitest
coverage_criteria:
timeout: true
process_abort: true
Expand Down
8 changes: 6 additions & 2 deletions rails_application/.mutant.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
---
mutation:
operators: light
timeout: 10.0
jobs: 1
includes:
- test
integration: minitest
mutation_timeout: 10.0
integration:
name: minitest
coverage_criteria:
timeout: true
process_abort: true
Expand Down

0 comments on commit 0b34ae8

Please sign in to comment.