Skip to content

Commit

Permalink
write_then_read test: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Commelina committed Apr 12, 2022
1 parent decf556 commit 06be2ac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/jepsen/write_then_read.clj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
[jepsen.hstream.mvar :refer :all]
[jepsen.hstream.utils :refer :all]
[random-string.core :as rs]
[jepsen.hstream.nemesis :as local-nemesis])
[jepsen.hstream.nemesis :as local-nemesis]
[jepsen.hstream.net :as net+])
(:import [jepsen.hstream.common Default-Client]))

;;;;;;;;;; Global Variables ;;;;;;;;;;
Expand Down Expand Up @@ -57,8 +58,8 @@
opts
{:pure-generators true,
:name "HStream",
:db
(common/db-with-streams-initialized "0.7.0" test-streams),
:net net+/iptables+,
:db (common/db-with-streams-initialized "0.7.0" test-streams),
:client (common/Default-Client. opts
clients-ref
subscription-results
Expand Down

0 comments on commit 06be2ac

Please sign in to comment.