File tree Expand file tree Collapse file tree 2 files changed +0
-78
lines changed Expand file tree Collapse file tree 2 files changed +0
-78
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 43
43
{:set sets/workload
44
44
:counter-inc counter/workload-inc
45
45
:counter-dec counter/workload-dec
46
- ; :bank bank/workload
47
- ; :bank-index bank/index-workload
48
- ; :g2 g2/workload
49
- ; :internal internal/workload
50
- ; :monotonic monotonic/workload
51
- ; :multimonotonic multimonotonic/workload
52
- ; :pages pages/workload
53
46
:register register/workload})
54
47
55
48
(def standard-workloads
60
53
" A collection of workload names which we expect should actually pass."
61
54
(remove #{:counter-dec } standard-workloads))
62
55
63
- (def workload-options
64
- " For each workload, a map of workload options to all the values that option
65
- supports."
66
- {; :set {:serialized-indices [true false]
67
- ; :strong-read [true false]}
68
- ; :bank {:fixed-instances [true false]
69
- ; :at-query [true false]}
70
- ; :bank-index {:fixed-instances [true false]
71
- ; :serialized-indices [true false]}
72
- ; :g2 {:serialized-indices [true false]}
73
- ; :internal {:serialized-indices [true false]}
74
- ; :monotonic {:at-query-jitter [0 10000 100000]}
75
- ; :multimonotonic {}
76
- ; :pages {:serialized-indices [true false]}
77
- :register {}})
78
-
79
56
(def nemeses
80
57
" Types of faults a nemesis can create."
81
58
#{:pause :kill :partition :clock })
You can’t perform that action at this time.
0 commit comments