Skip to content

Commit

Permalink
register: explicitly note when txn did not succeed
Browse files Browse the repository at this point in the history
  • Loading branch information
aphyr committed Jun 14, 2022
1 parent a6587c5 commit 181656b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jepsen/etcd/register.clj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
(assoc op
:type :ok
:value (independent/tuple k [version value]))
(assoc op :type :fail)))))))
(assoc op :type :fail, :error :did-not-succeed)))))))

(teardown! [this test])

Expand Down

0 comments on commit 181656b

Please sign in to comment.