-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dedicated Client for Xline #1
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: bsbds <69835502+bsbds@users.noreply.github.com>
Signed-off-by: bsbds <69835502+bsbds@users.noreply.github.com>
Signed-off-by: bsbds <69835502+bsbds@users.noreply.github.com>
Signed-off-by: bsbds <69835502+bsbds@users.noreply.github.com>
Signed-off-by: bsbds <69835502+bsbds@users.noreply.github.com>
Signed-off-by: iGxnon <igxnon@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There're some clojure lint errors. Please fix them.
@@ -4,29 +4,29 @@ | |||
[clojure.pprint :refer [pprint]] | |||
[dom-top.core :refer [loopr]] | |||
[jepsen [checker :as checker] | |||
[cli :as cli] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have a format ci for this project? We'd better to have one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a CI to check format
:faults (:nemesis opts) | ||
:partition {:targets [:primaries :majority :majorities-ring]} | ||
:pause {:targets [:primaries :all]} | ||
:kill {:targets [:primaries :all]} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once the sync persistent's done, can we test killing all?
src/jepsen/etcd/client_xline.clj
Outdated
RangeResponse | ||
PutRequest | ||
PutResponse | ||
DeleteRangeRequest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused import, please check this kind of error.
src/jepsen/etcd/client_xline.clj
Outdated
ResponseOp | ||
Compare) | ||
(com.google.protobuf ByteString)) | ||
(:require [jepsen.etcd.client :as client] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same as above, unused namespace.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be a false positive result by clj-kondo, now :as client
is removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'd better put the format change into another PR. It's hard to find the real functional change.
Signed-off-by: iGxnon <igxnon@gmail.com>
Signed-off-by: iGxnon <igxnon@gmail.com>
No description provided.