Skip to content

Commit

Permalink
[hotfix][tests] Add missing space to help text
Browse files Browse the repository at this point in the history
  • Loading branch information
GJL committed May 17, 2020
1 parent 95f25b2 commit fa5206a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flink-jepsen/src/jepsen/flink/flink.clj
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@
:parse-fn read-test-spec
:validate [#(->> % :dbs (map dbs) (every? (complement nil?)))
(str "Invalid :dbs specification. " (keys->allowed-values-help-text dbs))]]
[nil "--nemesis-gen GEN" (str "Which nemesis should be used?"
[nil "--nemesis-gen GEN" (str "Which nemesis should be used? "
(keys->allowed-values-help-text fn/nemesis-generator-factories))
:parse-fn keyword
:default :kill-task-managers
:validate [#(fn/nemesis-generator-factories %)
(keys->allowed-values-help-text fn/nemesis-generator-factories)]]
[nil "--client-gen GEN" (str "Which client should be used?"
[nil "--client-gen GEN" (str "Which client should be used? "
(keys->allowed-values-help-text client-gens))
:parse-fn keyword
:default :poll-job-running
Expand Down

0 comments on commit fa5206a

Please sign in to comment.