Skip to content
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

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Conversation

iGxnon
Copy link
Collaborator

@iGxnon iGxnon commented Dec 13, 2023

No description provided.

bsbds and others added 6 commits September 27, 2023 19:43
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>
@iGxnon iGxnon marked this pull request as draft December 13, 2023 14:28
@iGxnon iGxnon marked this pull request as ready for review December 13, 2023 14:28
Copy link
Collaborator

@rogercloud rogercloud left a 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]
Copy link
Collaborator

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.

Copy link
Collaborator Author

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]}
Copy link
Collaborator

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?

RangeResponse
PutRequest
PutResponse
DeleteRangeRequest
Copy link
Collaborator

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.

ResponseOp
Compare)
(com.google.protobuf ByteString))
(:require [jepsen.etcd.client :as client]
Copy link
Collaborator

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.

Copy link
Collaborator Author

@iGxnon iGxnon Feb 1, 2024

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

Copy link
Collaborator

@rogercloud rogercloud left a 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants