-
Notifications
You must be signed in to change notification settings - Fork 3
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
Jepsen 0.3.01 upgrade #90
Conversation
yugabyte/src/yugabyte/workaround.clj
Outdated
(reduce (fn [m p] (assoc m p (count m))) | ||
{}))) | ||
|
||
(defn html |
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 seems that the current implementation of timeline/html
is not very different to this, why can't we use it?
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.
Trying to understand what's needs to be changed here jepsen-io#564
These are the only tests (single-multi-key-acid) where checker is failed
(if (= type :wrong-total) | ||
{:lowest (util/min-by :total errs) | ||
:highest (util/max-by :total errs)} | ||
{}))])) |
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.
Looks like only whitespaces were changed here?
[clojure.core.reducers :as r] | ||
[jepsen | ||
[history :as h] |
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.
Interesting, I don't see history.clj
in jepsen
- but I see it used all over Jepsen
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's separated package now https://github.com/jepsen-io/history
No description provided.