forked from RailsEventStore/rails_event_store
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.mutant.yml
41 lines (39 loc) · 1.47 KB
/
.mutant.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# https://github.com/mbj/mutant/blob/master/docs/configuration.md
jobs: 1
requires:
- ruby_event_store/outbox
- ruby_event_store/outbox/cli
includes:
- lib
integration: rspec
mutation_timeout: 10.0
coverage_criteria:
timeout: true
process_abort: true
matcher:
subjects:
- RubyEventStore::Outbox*
ignore:
- RubyEventStore::Outbox::CLI*
- RubyEventStore::Outbox::SidekiqProducer#call
- RubyEventStore::Outbox::SidekiqProcessor#process
- RubyEventStore::Outbox::SidekiqProcessor#after_batch
- RubyEventStore::Outbox::SidekiqScheduler#initialize
- RubyEventStore::Outbox::Metrics.from_url
- RubyEventStore::Outbox::FetchSpecification#initialize
- RubyEventStore::Outbox::FetchSpecification#hash
- RubyEventStore::Outbox::FetchSpecification#==
- RubyEventStore::Outbox::Consumer::Configuration
- RubyEventStore::Outbox::Consumer#run
- RubyEventStore::Outbox::Consumer#retrieve_batch
- RubyEventStore::Outbox::Consumer#refresh_lock_for_process
- RubyEventStore::Outbox::Consumer#prepare_traps
- RubyEventStore::Outbox::Consumer#one_loop
- RubyEventStore::Outbox::Consumer#initiate_graceful_shutdown
- RubyEventStore::Outbox::Consumer#initialize
- RubyEventStore::Outbox::Consumer#init
- RubyEventStore::Outbox::Consumer#handle_split
- RubyEventStore::Outbox::Consumer::Configuration*
- RubyEventStore::Outbox::Consumer#get_remaining_count
- RubyEventStore::Outbox::CleanupStrategies::None*
- RubyEventStore::Outbox::Repository*