We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f411d3b commit fa1fa49Copy full SHA for fa1fa49
src/tarantool/runner.clj
@@ -66,7 +66,7 @@
66
(def special-nemeses
67
"A map of special nemesis names to collections of faults."
68
{:none []
69
- :standard [:pause :kill :partition :clock]
+ :standard [:partition :clock]
70
:all [:pause :kill :partition :clock]})
71
72
(defn parse-nemesis-spec
0 commit comments