Skip to content

Commit

Permalink
cowsql: Add assertion pattern for conflicting committed entries
Browse files Browse the repository at this point in the history
Signed-off-by: Free Ekanayaka <[email protected]>
  • Loading branch information
freeekanayaka committed Jan 31, 2024
1 parent 0ab9dd9 commit 58a9cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jepsen/cowsql.clj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

(def assertion-pattern
"An egrep pattern for finding assertion errors in log files."
"Assertion|raft_start|start-stop-daemon|for jepsen")
"Assertion|raft_start|start-stop-daemon|for jepsen|conflicting terms")

(defn core-dump-checker
[]
Expand Down

0 comments on commit 58a9cb2

Please sign in to comment.