Skip to content

Commit

Permalink
Fix unquoting for timed out ops
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Dobrelya <[email protected]>
  • Loading branch information
Bogdan Dobrelya committed May 17, 2016
1 parent c278b1d commit 47f2924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion percona/src/jepsen/percona/dirty_reads.clj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
(assoc this :node node))

(invoke! [this test op]
(timeout 5000 (assoc ~op :type :info, :value :timed-out)
(timeout 5000 (assoc op :type :info, :value :timed-out)
(percona/with-error-handling op
(percona/with-txn-aborts op
(j/with-db-transaction [c (percona/conn-spec node)
Expand Down

0 comments on commit 47f2924

Please sign in to comment.