Skip to content

Commit

Permalink
add dirty read timeline graph
Browse files Browse the repository at this point in the history
  • Loading branch information
xinjiacs committed Oct 12, 2016
1 parent 6354b27 commit e83ba75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
23 changes: 1 addition & 22 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,22 +1 @@
.lein-repl-history
case-studies
roadmap.txt
log/**
pom.xml
pom.xml.asc
repl-port
*~
.nrepl-port
.*.swp
*.log
lib
classes
build
.lein-deps-sum
.lein-failures
target/**
checkouts/**
store/**
writeup/notes
research
tarball.url
/bin/
2 changes: 2 additions & 0 deletions src/jepsen/voltdb/dirty_read.clj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
[util :as util]
[tests :as tests]]
[jepsen.os.debian :as debian]
[jepsen.checker.timeline :as timeline]
[jepsen.voltdb :as voltdb]
[knossos.model :as model]
[knossos.op :as op]
Expand Down Expand Up @@ -176,6 +177,7 @@
:model (model/cas-register 0)
:checker (checker/compose
{:dirty-reads (checker)
:timeline (timeline/html)
:perf (checker/perf)})
:nemesis (voltdb/general-nemesis)
:concurrency 15
Expand Down

0 comments on commit e83ba75

Please sign in to comment.